Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-11-11 | test: add unit test for parsing factory type aliases | HampusM | |
2022-11-11 | test: make small improvements in the declare_default_factory macro args tests | HampusM | |
2022-11-11 | test: add unit tests for parsing factory macro args | HampusM | |
2022-11-11 | test: add unit tests for parsing declare_default_factory macro args | HampusM | |
2022-10-09 | refactor!: reorganize DI containers | HampusM | |
BREAKING CHANGE: DIContainer, AsyncDIContainer & the binding structs have been relocated | |||
2022-09-24 | feat: add bind async default factories to async DI container | HampusM | |
2022-09-24 | refactor!: remove repetition of declaring factory interfaces | HampusM | |
BREAKING CHANGE: The to_default_factory method of the blocking and async DI containers now expect a function returning another function | |||
2022-09-24 | refactor: reorganize modules in the macros crate | HampusM | |