diff options
author | HampusM <hampus@hampusmat.com> | 2022-08-21 14:34:56 +0200 |
---|---|---|
committer | HampusM <hampus@hampusmat.com> | 2022-08-21 18:17:51 +0200 |
commit | 10d03ace1faf647c0f26b8f13893d26cd0d7d85e (patch) | |
tree | f46aca320ff1a55deed1caa62d58a6990a95f362 /README.md | |
parent | 8c66b98bca6ed0a2990903fe8e0ea72def5c7be8 (diff) |
docs: change project descriptions to describe it as a framework
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -3,7 +3,7 @@ [![Documentation](https://img.shields.io/badge/docs.rs-syrette-brightgreen)](https://docs.rs/syrette) [![License](https://img.shields.io/crates/l/syrette)](https://git.hampusmat.com/syrette/tree/LICENSE) -The convenient dependency injection library for Rust. +The convenient dependency injection framework for Rust. ## Namesake From the [syrette Wikipedia article](https://en.wikipedia.org/wiki/Syrette). @@ -28,7 +28,7 @@ From the [syrette Wikipedia article](https://en.wikipedia.org/wiki/Syrette). To use these features, you must [enable it in Cargo](https://doc.rust-lang.org/cargo/reference/features.html#dependency-features). ## Motivation -Other DI libraries for Rust are either unmaintained ([di](https://crates.io/crates/di) for example), +Other DI/IOC libraries for Rust are either unmaintained ([di](https://crates.io/crates/di) for example), overcomplicated and or bloated ([anthill-di](https://crates.io/crates/anthill-di) for example) or has a weird API ([teloc](https://crates.io/crates/teloc) for example). |