From b4e784edbc1f02566773a53b327dccbc3bbcc328 Mon Sep 17 00:00:00 2001 From: Matt Hunzinger Date: Sat, 7 Dec 2024 11:32:28 -0500 Subject: [PATCH] docs: update README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3007c5e..a127fdd 100644 --- a/README.md +++ b/README.md @@ -117,6 +117,7 @@ To add this crate to your project: ``` cargo add actuate --features full ``` +For more feature flags, see the crate documentation for [features](https://docs.rs/actuate/latest/actuate/#features). ## Inspiration This crate is inspired by [Xilem](https://github.com/linebender/xilem) and uses a similar approach to type-safe reactivity. The main difference with this crate is the concept of scopes, components store their state in their own scope and updates to that scope re-render the component.