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
/
test_utils.rs
Age
Commit message (
Expand
)
Author
2023-12-28
WIP Linkme dependency removal
without-linkme
HampusM
2023-09-18
refactor!: make the async DI container not inside a Arc
HampusM
2023-09-17
refactor!: make the blocking DI container not inside a Rc
HampusM
2023-09-16
refactor!: remove async DI container interface
HampusM
2023-09-14
refactor!: remove blocking DI container interface
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-16
chore: fix warnings when only the async feature enabled
HampusM
2023-08-05
refactor!: remove IDependencyHistory
HampusM
2023-08-04
refactor!: remove SomeThreadsafePtr & move variants to SomePtr
HampusM
2023-08-04
refactor!: rename the async flag of the declare_interface macro
HampusM
2023-08-04
refactor: rename CastFromSync to CastFromArc
HampusM
2023-08-04
refactor!: remove async_closure macro from API
HampusM
2022-11-19
refactor: reorganize non-public API items
HampusM
2022-11-06
test: split up cast unit tests into their respective modules
HampusM
2022-10-29
refactor!: add dependency history type
HampusM
2022-10-23
refactor!: reduce DI container coupling
HampusM
2022-10-09
refactor!: reorganize DI containers
HampusM