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
/
macros
Age
Commit message (
Expand
)
Author
2023-12-28
WIP Linkme dependency removal
without-linkme
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-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-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
build: bump versions to 0.5.0
HampusM
2023-09-18
refactor!: make the async DI container not inside a Arc
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-16
refactor: make castable factory take DI container param
HampusM
2023-09-16
refactor!: remove async DI container interface
HampusM
2023-09-14
refactor!: remove blocking DI container interface
HampusM
2023-08-20
feat: expose DI container get_bound methods to public API
HampusM
2023-08-18
test: import proc_macro2 TokenStream in dependency tests
HampusM
2023-08-16
chore!: remove the factory macro async flag
HampusM
2023-08-16
docs: add missing TransientPtr import to factory macro example
HampusM
2023-08-15
fix!: make the factory macro not change its input
HampusM
2023-08-13
feat: add internal logging for macros
HampusM
2023-08-05
refactor!: remove IDependencyHistory
HampusM
2023-08-05
fix: change terminology in injectable macro async flag error
HampusM
2023-08-05
docs: improve injectable macro docs
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-03
docs: remove panics sections from macros
HampusM
2023-08-03
docs: move the injectable macro example section
HampusM
2023-08-03
test: add & improve MacroFlag unit tests
HampusM
2023-08-03
feat: add constructor name flag to injectable macro
HampusM
2023-08-02
test: clean up create_caster_fn_ident unit test
HampusM
2023-08-02
test: clean up DeclareDefaultFactoryMacroArgs unit tests
HampusM
2023-08-02
perf: reduce number of allocations in SynPathExt::to_string
HampusM
2023-08-02
build: improve the fix for the predicates-tree MSRV change
HampusM
2023-08-01
test: clean up FactoryMacroArgs unit tests
HampusM
2023-08-01
test: clean up DeclareInterfaceArgs unit tests
HampusM
2023-08-01
test: remove unused std::error::Error import
HampusM
2023-08-01
test: remove vec macro usages in IteratorExt unit tests
HampusM
[next]