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
/
src
/
lib.rs
Age
Commit message (
Expand
)
Author
2022-10-09
refactor!: reorganize DI containers
HampusM
2022-10-03
refactor: remove relying on Rust nightly for better handling of features
HampusM
2022-10-02
refactor: improve management of feature specific items
HampusM
2022-10-01
chore: remove repetition of allowing clippy::module_name_repetitions
HampusM
2022-09-24
feat: add bind async default factories to async DI container
HampusM
2022-09-18
feat: add binding async factories to async DI container
HampusM
2022-08-31
feat: add a threadsafe flag to the declare_default_factory macro
HampusM
2022-08-29
feat: implement async functionality
HampusM
2022-08-28
docs: improve & add examples
HampusM
2022-08-28
style: add rustfmt config options
HampusM
2022-08-21
docs: fix declare_default_factory example
HampusM
2022-08-21
refactor: make the declare_default_factory macro take a ty
HampusM
2022-08-21
refactor!: only re-export DIContainer
HampusM
2022-08-21
feat: allow bind interface to default factory
HampusM
2022-08-21
feat!: prevent binding the same interface more than once
HampusM
2022-08-02
refactor: move creating a dependency trace to it's own function
HampusM
2022-08-01
docs: add doc comments & deny missing docs
HampusM
2022-07-31
refactor: tidy up DI container internals
HampusM
2022-07-24
refactor: hide castable factory from docs
HampusM
2022-07-24
feat: add support for generics
HampusM
2022-07-22
refactor: make factories an optional feature
HampusM
2022-07-20
refactor: reorganize folder hierarchy
HampusM