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
/
libs
Age
Commit message (
Collapse
)
Author
2022-11-10
refactor: improve type param names, docs & more of casting
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-01
refactor: stop using the async_trait macro for AsyncInjectable
HampusM
2022-10-01
chore: remove repetition of allowing clippy::module_name_repetitions
HampusM
2022-08-30
refactor: replace arc cast panic with an error
HampusM
2022-08-29
feat: implement async functionality
HampusM
2022-08-28
style: add rustfmt config options
HampusM
2022-08-21
refactor!: change errors to be more sane
HampusM
BREAKING CHANGE: Major improvements have been made to error types and the error_stack crate is no longer used
2022-07-31
refactor: add Intertrait cast error
HampusM
2022-07-27
refactor: add back Intertrait tests & Rc support
HampusM
2022-07-24
refactor: clean up intertrait lib
HampusM
2022-07-21
refactor: re-export dependency of error_stack
HampusM
2022-07-20
refactor: reorganize folder hierarchy
HampusM