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
/
errors
Age
Commit message (
Expand
)
Author
2023-08-04
refactor!: remove SomeThreadsafePtr & move variants to SomePtr
HampusM
2023-07-31
refactor!: remove SomeThreadsafePtrError
HampusM
2023-01-31
fix: remove unwrap from generated implementations of Injectable
HampusM
2023-01-12
refactor: fix Clippy lints
HampusM
2022-11-07
refactor: fix some Clippy lints regarding format!()
HampusM
2022-10-29
refactor!: add dependency history type
HampusM
2022-10-09
docs: fix unresolved links to DI container types
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-03
refactor: improve DI container cast errors
HampusM
2022-08-31
refactor: improve async DI container cast errors
HampusM
2022-08-30
refactor: replace arc cast panic with an error
HampusM
2022-08-29
feat: implement async functionality
HampusM
2022-08-27
feat: implement named bindings
HampusM
2022-08-27
refactor!: limit FactoryPtr & AnyFactory to the factory feature
HampusM
2022-08-27
refactor!: make DI container have single get function
HampusM
2022-08-22
refactor!: move specifying binding scope to a binding scope configurator
HampusM
2022-08-21
refactor!: change errors to be more sane
HampusM
2022-08-01
docs: add doc comments & deny missing docs
HampusM
2022-07-31
feat: implement binding singletons
HampusM
2022-07-20
refactor: reorganize folder hierarchy
HampusM