diff options
author | HampusM <hampus@hampusmat.com> | 2022-07-24 16:29:34 +0200 |
---|---|---|
committer | HampusM <hampus@hampusmat.com> | 2022-07-24 16:29:34 +0200 |
commit | 8a3822e6eff97575abc421e5030d937bacb42b65 (patch) | |
tree | 0b52302a336477bc7646e8b0226864e65bb0313d /README.md | |
parent | dd10309ae99311af10dd519257bed5fdf2b51425 (diff) |
docs: add generics support to list of features
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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) |