We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49f8e61 commit 078d1beCopy full SHA for 078d1be
README.md
@@ -1,5 +1,6 @@
1
[](https://github.com/Inferara/inf-wasm-tools/actions/workflows/build.yml)
2

3
+
4
5
# JsonMutexDB 💾
6
@@ -27,6 +28,12 @@ Ever found yourself needing a *really* simple way to persist some state in a Rus
27
28
cargo add json-mutex-db
29
```
30
31
+or add the following line to your `Cargo.toml`:
32
+
33
+```toml
34
+json-mutex-db = "0.0.2"
35
+```
36
37
And get going in your code:
38
39
```rust
0 commit comments