Age | Commit message (Expand) | Author |
---|---|---|
2023-08-16 | feat: make SomePtr implement Debug | HampusM |
2023-08-04 | refactor!: remove SomeThreadsafePtr & move variants to SomePtr | HampusM |
2023-07-31 | refactor!: remove SomeThreadsafePtrError | HampusM |
2022-10-03 | refactor: remove relying on Rust nightly for better handling of features | HampusM |
2022-10-02 | refactor: improve management of feature specific items | HampusM |
2022-10-01 | chore: remove repetition of allowing clippy::module_name_repetitions | HampusM |
2022-08-29 | feat: implement async functionality | HampusM |
2022-08-28 | style: add rustfmt config options | HampusM |
2022-08-27 | refactor!: limit FactoryPtr & AnyFactory to the factory feature | HampusM |
2022-08-27 | refactor!: make DI container have single get function | HampusM |
2022-08-01 | docs: add doc comments & deny missing docs | HampusM |
2022-07-31 | feat: implement binding singletons | HampusM |
2022-07-31 | refactor!: rename InterfacePtr to TransientPtr | HampusM |
2022-07-20 | refactor: reorganize folder hierarchy | HampusM |