diff options
author | HampusM <hampus@hampusmat.com> | 2022-07-31 12:36:40 +0200 |
---|---|---|
committer | HampusM <hampus@hampusmat.com> | 2022-07-31 12:36:40 +0200 |
commit | 9bcb3d844a01279aa91149f7b191209b3085ec3c (patch) | |
tree | 5600a6dcd50b8b7b3e99de9b0bcb5d6cc2ca3bd1 /README.md | |
parent | 0e2193d34c43513dbdcf91b947bec072d9b98b22 (diff) |
docs: add binding singletons to list of features
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -17,6 +17,7 @@ From the [syrette Wikipedia article](https://en.wikipedia.org/wiki/Syrette). - Helpful error messages - Enforces the use of interface traits - Supports generic implementations & generic interface traits +- Binding singletons ## Optional features - `factory`. Binding factories (Rust nightly required) |