diff options
author | HampusM <hampus@hampusmat.com> | 2022-08-20 18:09:46 +0200 |
---|---|---|
committer | HampusM <hampus@hampusmat.com> | 2022-08-21 18:17:51 +0200 |
commit | 105fb86d26a68f201deecf09285ffd782838d898 (patch) | |
tree | 8dea23122160d15a3a181460a7f4a303a0670aaf | |
parent | 55f5e8ca096467be2db895b459760ec34b63fce6 (diff) |
docs: add injection of 3rd-party structs & traits to features list
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -19,6 +19,7 @@ From the [syrette Wikipedia article](https://en.wikipedia.org/wiki/Syrette). - Enforces the use of interface traits - Supports generic implementations & generic interface traits - Binding singletons +- Injection of third-party structs & traits ## Optional features - `factory`. Binding factories (Rust nightly required) |