You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -88,6 +88,16 @@ To see all available examples and options:
88
88
cargo run --example
89
89
```
90
90
91
+
## Using Fluxus in Your Project
92
+
93
+
To use Fluxus in your project, add it as a dependency using cargo:
94
+
95
+
```bash
96
+
cargo add fluxus --features full
97
+
```
98
+
99
+
This will add Fluxus with all available features to your project. After adding the dependency, you can start using Fluxus in your code. Check out the examples section below for usage examples.
0 commit comments