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
/
src
/
util
Age
Commit message (
Collapse
)
Author
2023-08-13
feat: add internal logging for macros
HampusM
2023-08-03
feat: add constructor name flag to injectable macro
HampusM
2023-08-02
perf: reduce number of allocations in SynPathExt::to_string
HampusM
2023-08-01
test: remove vec macro usages in IteratorExt unit tests
HampusM
2023-01-30
feat: improve macro error messages
HampusM
2023-01-13
refactor: put syn_path_to_string in a extension trait
HampusM
2022-10-09
test: add more unit tests
HampusM
2022-10-01
chore: remove repetition of allowing clippy::module_name_repetitions
HampusM
2022-08-29
feat: implement async functionality
HampusM
2022-08-27
feat: implement named bindings
HampusM
2022-08-21
refactor: improve private method names & clean up InjectableImpl
HampusM
2022-08-01
feat: add hide impl of Injectable from documentation
HampusM
This will make it so that by default the impl of Injectable is hidden from user code documentation. This commit also includes a flag for the injectable macro to disable the aforementioned feature