aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorHampusM <hampus@hampusmat.com>2022-08-02 14:31:31 +0200
committerHampusM <hampus@hampusmat.com>2022-08-02 14:31:31 +0200
commit826592eac2601e9fcd5aabb17482b4816ed7ab88 (patch)
tree3c3ba5436ca76e0738e4cc8deefef3025fd5d4bd /README.md
parent163cd3cedd398f5676edbcb3249dd958d3e97aca (diff)
feat: add detection and prevention of circular dependencies
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 4c9eec0..4febe5b 100644
--- a/README.md
+++ b/README.md
@@ -18,6 +18,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
+- Detection and prevention of circular dependencies
## Optional features
- `factory`. Binding factories (Rust nightly required)