aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHampusM <hampus@hampusmat.com>2022-07-24 16:29:34 +0200
committerHampusM <hampus@hampusmat.com>2022-07-24 16:29:34 +0200
commit8a3822e6eff97575abc421e5030d937bacb42b65 (patch)
tree0b52302a336477bc7646e8b0226864e65bb0313d
parentdd10309ae99311af10dd519257bed5fdf2b51425 (diff)
docs: add generics support to list of features
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 7c829e4..f4f0e13 100644
--- a/README.md
+++ b/README.md
@@ -16,6 +16,7 @@ From the [syrette Wikipedia article](https://en.wikipedia.org/wiki/Syrette).
- API inspired from the one of [InversifyJS](https://github.com/inversify/InversifyJS)
- Helpful error messages
- Enforces the use of interface traits
+- Supports generic implementations & generic interface traits
## Optional features
- `factory`. Binding factories (Rust nightly required)