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
/
di_container
/
blocking
Age
Commit message (
Expand
)
Author
2023-09-17
refactor: move castable factory to directory module
HampusM
2023-09-17
refactor!: make the blocking DI container not inside a Rc
HampusM
2023-09-17
refactor: replace castable factory Fn impl with method
HampusM
2023-09-16
refactor: make castable factory take DI container param
HampusM
2023-09-16
refactor: move DI container get_binding_providable to other impl
HampusM
2023-09-14
refactor!: remove blocking DI container prelude module
HampusM
2023-09-14
refactor!: remove blocking DI container interface
HampusM
2023-09-09
refactor: remove unnecessary block in the BindingBuilder::to method
HampusM
2023-08-31
refactor: pass around BindingOptions instead of name
HampusM
2023-08-20
feat: expose DI container get_bound methods to public API
HampusM
2023-08-18
refactor: replace use_dependency_history with a more generic macro
HampusM
2023-08-15
fix!: make the factory macro not change its input
HampusM
2023-08-05
refactor!: remove IDependencyHistory
HampusM
2023-08-02
docs: fix wrong quotes in binding configurators
HampusM
2023-08-01
test: clean up binding configurator unit tests
HampusM
2023-01-19
refactor!: make binding builder & configurator methods take self ownership
HampusM
2022-11-19
refactor: reorganize non-public API items
HampusM
2022-11-07
fix: make factories work again after Rust nightly-2022-11-07
HampusM
2022-11-06
refactor: fix unused self clippy lint in blocking DI container
HampusM
2022-10-30
docs: add sealed notices to DI container interfaces
HampusM
2022-10-29
refactor!: add dependency history type
HampusM
2022-10-24
test: add binding configurator unit tests
HampusM
2022-10-24
refactor: rename DI container binding map to DI container storage
HampusM
2022-10-23
refactor!: reduce DI container coupling
HampusM
2022-10-09
refactor!: reorganize DI containers
HampusM