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
/
examples
/
factory
Age
Commit message (
Expand
)
Author
2024-07-13
refactor: move & rename all mod.rs files
HampusM
2023-10-04
refactor!: remove factory & declare_default_factory macros
HampusM
2023-09-17
refactor!: make the blocking DI container not inside a Rc
HampusM
2023-09-14
refactor!: remove blocking DI container prelude module
HampusM
2023-09-14
refactor!: remove blocking DI container interface
HampusM
2023-08-15
fix!: make the factory macro not change its input
HampusM
2022-10-23
refactor!: reduce DI container coupling
HampusM
2022-09-18
refactor: add put factory return types in TransientPtr automatically
HampusM
2022-09-17
feat!: allow factories access to DI container
HampusM
2022-09-17
refactor!: make DI container be used inside of a Rc
HampusM
2022-08-27
refactor!: make DI container have single get function
HampusM
2022-08-21
docs: improve the factory example
HampusM
2022-08-21
feat!: prevent binding the same interface more than once
HampusM
2022-07-31
refactor!: rename InterfacePtr to TransientPtr
HampusM
2022-07-22
refactor: make factories an optional feature
HampusM