index
:
syrette
master
without-linkme
The convenient dependency injection framework for Rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2024-09-16
docs: add link to changelog in readme
HEAD
master
HampusM
2024-09-16
docs: remove default factory from terminology in readme
HampusM
2024-09-16
feat: make to_*dynamic_value functions usable without nightly Rust
HampusM
2024-09-15
refactor!: rename to_*default_factory functions to to_*dynamic_value
HampusM
2024-09-15
refactor: rename factory provider to function provider
HampusM
2024-09-12
build: prevent warnings about unexpected cfgs
HampusM
2024-07-13
refactor: move & rename all mod.rs files
HampusM
2024-07-11
refactor: rename castable factory to castable function
HampusM
2024-07-11
refactor: move & rename AnyFactory and AnyThreadsafeFactory traits
HampusM
2024-07-11
docs: add warning about linking error on nightly Rust to readme
HampusM
2024-07-10
build: replace deprecated Cargo.toml fields
HampusM
2024-07-10
build: use ahash 0.8.11
HampusM
2023-12-27
refactor: improve readability of the diagnostic_error_enum macro
HampusM
2023-12-22
refactor: mock Dependency struct impl instead of IDependency
HampusM
2023-12-22
build: enable Syn's extra-traits crate feature
HampusM
2023-12-22
feat: add support for async constructors
HampusM
2023-10-04
refactor!: remove factory & declare_default_factory macros
HampusM
2023-10-04
refactor: remove unused import warning in async DI container module
HampusM
2023-10-04
refactor!: remove mutex in AsyncDIContainer
HampusM
2023-10-03
refactor: remove inner mutability of blocking DI container
HampusM
2023-10-01
feat: implement Injectable & AsyncInjectable for Default types
HampusM
2023-10-01
docs: add 0.5.1 to changelog
v0.5.1
HampusM
2023-10-01
chore: make docs style html for macro crate not a symlink
HampusM
2023-10-01
build: bump version to 0.5.1
HampusM
2023-10-01
refactor: remove impossible unwrap in injectable macro
HampusM
2023-10-01
refactor: make camel cased text snake cased without regex
HampusM
2023-09-30
fix: allow dependency interface types other than trait & path
HampusM
2023-09-30
style: shorten lines exceeding 90 in width in injectable macro
HampusM
2023-09-30
test: import test util functions for injectable macro tests
HampusM
2023-09-30
refactor: remove unnecessary cloning of impl generics & self type
HampusM
2023-09-30
docs: remove nonexistent feature from feature list in readme
HampusM
2023-09-27
build: remove examples from files excluded when packaging
HampusM
2023-09-27
fix: set injectable macro dummies directly after parsing input
HampusM
2023-09-27
fix: make dummy Injectable & AsyncInjectable impls valid
HampusM
2023-09-27
docs: clarify named macro documentation
HampusM
2023-09-27
refactor: remove unnecessary doc(cfg) attrs on private modules
HampusM
2023-09-26
test: make unit tests not return Result
HampusM
2023-09-25
docs: fix custom CSS not used by docs.rs
HampusM
2023-09-21
docs: add release 0.5.0 to changelog
v0.5.0
HampusM
2023-09-21
build: bump versions to 0.5.0
HampusM
2023-09-19
docs: add examples to DI container & related functions
HampusM
2023-09-18
refactor!: make the async DI container not inside a Arc
HampusM
2023-09-18
refactor: replace threadsafe castable factory Fn impl with method
HampusM
2023-09-18
refactor: make threadsafe castable factory take DI container param
HampusM
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-16
refactor!: remove async DI container prelude module
HampusM
[next]