Age | Commit message (Expand) | Author |
---|---|---|
2023-10-04 | refactor!: remove factory & declare_default_factory macros | HampusM |
2022-11-19 | refactor: reorganize non-public API items | HampusM |
2022-11-07 | fix: make factories work again after Rust nightly-2022-11-07 | HampusM |
2022-10-25 | refactor: add Debug implementations for castable factories | HampusM |
2022-10-24 | test: add castable factory unit tests | HampusM |
2022-10-09 | test: add more unit tests | HampusM |
2022-10-01 | chore: remove repetition of allowing clippy::module_name_repetitions | HampusM |
2022-09-24 | feat: add bind async default factories to async DI container | HampusM |
2022-08-29 | feat: implement async functionality | HampusM |