aboutsummaryrefslogtreecommitdiff
path: root/src/private/castable_factory/threadsafe.rs
AgeCommit message (Collapse)Author
2023-10-04refactor!: remove factory & declare_default_factory macrosHampusM
BREAKING CHANGE: The factory and the declare_default_factory macros have been removed. They are no longer needed to use factories
2023-09-18refactor!: make the async DI container not inside a ArcHampusM
BREAKING CHANGE: The async DI container is no longer inside of a Arc. This affects AsyncBindingBuilder, AsyncBindingScopeConfigurator, AsyncBindingWhenConfigurator & AsyncInjectable
2023-09-18refactor: replace threadsafe castable factory Fn impl with methodHampusM
2023-09-18refactor: make threadsafe castable factory take DI container paramHampusM
2023-08-01refactor: remove calls to default on unit structsHampusM
2023-01-12refactor: fix Clippy lint in threadsafe castable factoryHampusM
2022-11-19refactor: reorganize non-public API itemsHampusM