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
Age
Commit message (
Expand
)
Author
2023-09-01
refactor: remove unnecessary phantom data fields from providers
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-17
refactor: remove useless Sealed impl for DependencyHistory
HampusM
2023-08-17
refactor: use derive for DependencyHistory Default impl
HampusM
2023-08-17
feat: add DependencyHistory methods to public API
HampusM
2023-08-17
docs: add existance reason to DependencyHistory docs
HampusM
2023-08-16
feat: make SomePtr implement Debug
HampusM
2023-08-16
chore: fix warnings when only the async feature enabled
HampusM
2023-08-16
chore!: remove the factory macro async flag
HampusM
2023-08-15
fix!: make the factory macro not change its input
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
2023-08-02
docs: fix wrong quotes in binding configurators
HampusM
2023-08-01
test: clean up binding configurator unit tests
HampusM
2023-08-01
refactor: remove calls to default on unit structs
HampusM
2023-07-31
refactor!: remove SomeThreadsafePtrError
HampusM
2023-01-31
fix: remove unwrap from generated implementations of Injectable
HampusM
2023-01-19
refactor: remove unnecessary must_use attributes
HampusM
2023-01-19
refactor!: make binding builder & configurator methods take self ownership
HampusM
2023-01-12
refactor: fix Clippy lint in threadsafe castable factory
HampusM
2023-01-12
refactor: fix Clippy lints
HampusM
2022-11-19
refactor: reorganize non-public API items
HampusM
2022-11-17
refactor: use the async-lock crate instead of Tokio
HampusM
2022-11-11
docs: add a example to the crate root
HampusM
2022-11-10
refactor: improve type param names, docs & more of casting
HampusM
2022-11-07
refactor: fix some Clippy lints regarding format!()
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-11-06
test: split up cast unit tests into their respective modules
HampusM
2022-11-06
refactor: improve cast error handling
HampusM
2022-11-03
refactor: improve readability of cast functions
HampusM
2022-10-30
docs: add sealed notices to DI container interfaces
HampusM
2022-10-29
refactor!: add dependency history type
HampusM
2022-10-25
refactor: add Debug implementations for castable factories
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-24
test: add castable factory unit tests
HampusM
2022-10-24
test: add provider unit tests
HampusM
2022-10-23
test: add binding builder unit tests
HampusM
2022-10-23
refactor!: reduce DI container coupling
HampusM
2022-10-15
refactor: improve internals of macros & add unit tests
HampusM
2022-10-09
docs: fix unresolved links to DI container types
HampusM
2022-10-09
test: add more unit tests
HampusM
2022-10-09
refactor!: reorganize DI containers
HampusM
2022-10-03
refactor: remove relying on Rust nightly for better handling of features
HampusM
[next]