diff options
author | HampusM <hampus@hampusmat.com> | 2022-08-03 11:50:59 +0200 |
---|---|---|
committer | HampusM <hampus@hampusmat.com> | 2022-08-03 11:50:59 +0200 |
commit | c33cf02c9a6fffc6149fd7b59c63ad0d15d61432 (patch) | |
tree | f72edf77d7f10de85012fa869ecd01e8b161c435 /README.md | |
parent | 3db388dd567fbabb6a88ee7100de65442089c3f1 (diff) |
refactor: add Cargo feature for preventing circular dependencies
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -19,10 +19,10 @@ 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) +- `prevent-circular`. Detection and prevention of circular dependencies. (Enabled by default) To use these features, you must [enable it in Cargo](https://doc.rust-lang.org/cargo/reference/features.html#dependency-features). |