aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorHampusM <hampus@hampusmat.com>2022-08-30 18:59:14 +0200
committerHampusM <hampus@hampusmat.com>2022-08-30 18:59:14 +0200
commit244ca0e2128527627932c76215f76f2edcbc97a9 (patch)
treed43012809a54b0506ee2a92220a9563c0e6a093a /README.md
parentd6f01bd571753dc2e9628418f94f66139438bcb3 (diff)
docs: add async support to readme
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 04f2ca4..55ff28e 100644
--- a/README.md
+++ b/README.md
@@ -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/).