index
:
syrette
master
without-linkme
The convenient dependency injection framework for Rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
README.md
Age
Commit message (
Collapse
)
Author
2023-09-30
docs: remove nonexistent feature from feature list in readme
HampusM
2023-09-14
refactor!: remove blocking DI container prelude module
HampusM
BREAKING CHANGE: The blocking DI container prelude module have been removed as it is no longer necessary seeing as the blocking DI container interface have been removed
2022-11-10
docs: add terminology guide to readme
HampusM
2022-11-08
docs: add msrv
HampusM
2022-11-07
docs: add arguments for IoC & DI to readme
HampusM
2022-10-23
docs: add coverage badge
HampusM
2022-10-23
docs: fix the example usage in the readme
HampusM
2022-09-18
feat: add binding async factories to async DI container
HampusM
2022-08-30
docs: add async support to readme
HampusM
2022-08-28
docs: correct the example in the readme
HampusM
2022-08-28
docs: add CI shield to readme
HampusM
2022-08-27
feat: implement named bindings
HampusM
2022-08-21
docs: remove license shield from readme
HampusM
2022-08-21
docs: change project descriptions to describe it as a framework
HampusM
2022-08-21
docs: add injection of 3rd-party structs & traits to features list
HampusM
2022-08-21
docs: correct examples
HampusM
2022-08-03
refactor: add Cargo feature for preventing circular dependencies
HampusM
2022-08-02
docs: add license shield to readme
HampusM
2022-08-02
feat: add detection and prevention of circular dependencies
HampusM
2022-08-01
docs: add contributing section in readme
HampusM
2022-07-31
docs: add binding singletons to list of features
HampusM
2022-07-31
docs: add asynchronous functionality to todo
HampusM
2022-07-31
refactor!: rename InterfacePtr to TransientPtr
HampusM
BREAKING CHANGE: InterfacePtr has been renamed to TransientPtr
2022-07-24
docs: add generics support to list of features
HampusM
2022-07-24
feat: add support for generics
HampusM
2022-07-22
docs: add optional factory feature name in readme
HampusM
2022-07-22
refactor: make factories an optional feature
HampusM
2022-07-21
docs: fix typo in example in readme
HampusM
2022-07-21
docs: add shields, examples & more to readme
HampusM
2022-07-03
docs: add readme
HampusM