From 10d03ace1faf647c0f26b8f13893d26cd0d7d85e Mon Sep 17 00:00:00 2001 From: HampusM Date: Sun, 21 Aug 2022 14:34:56 +0200 Subject: docs: change project descriptions to describe it as a framework --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 554f7d2..285ccba 100644 --- a/README.md +++ b/README.md @@ -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). -- cgit v1.2.3-18-g5258