All notable changes to this project will be documented in this file.
- Remove
dbg!
call
- Add
resolver
example
- Remove unneeded
unwrap
- Add the ability to register a resolver
- Automatically implement
injectable
for types - Add the ability to register resolvers
- Add resolver examples
- Defer the creation of the hashmap till needed
- Remove unnecessary
Clone
bound
- Add test to make sure one can clone a service
- Fix a bug that remove type from global container
- Add
set_type
function the helpers
- Update openssl version
- Update dependencies versions
- Add the ability for container to forget an entry
- Update dependencies
- Test the
forgetting
feature
- Add examples of how the forgetting feature works
- Add an actix web basic example
- Add two more examples