diff options
author | HampusM <hampus@hampusmat.com> | 2022-08-30 18:59:14 +0200 |
---|---|---|
committer | HampusM <hampus@hampusmat.com> | 2022-08-30 18:59:14 +0200 |
commit | 244ca0e2128527627932c76215f76f2edcbc97a9 (patch) | |
tree | d43012809a54b0506ee2a92220a9563c0e6a093a /README.md | |
parent | d6f01bd571753dc2e9628418f94f66139438bcb3 (diff) |
docs: add async support to readme
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -26,6 +26,7 @@ From the [syrette Wikipedia article](https://en.wikipedia.org/wiki/Syrette). ## Optional features - `factory`. Binding factories (Rust nightly required) - `prevent-circular`. Detection and prevention of circular dependencies. (Enabled by default) +- `async`. Asynchronous support To use these features, you must [enable it in Cargo](https://doc.rust-lang.org/cargo/reference/features.html#dependency-features). @@ -116,7 +117,6 @@ For more examples see the [examples folder](https://git.hampusmat.com/syrette/tr ## Todo - Add support for generic factories -- Add asynchronous functionality ## Contributing You can reach out by joining the [mailing list](https://lists.hampusmat.com/postorius/lists/syrette.lists.hampusmat.com/). |