updated documentation

This commit is contained in:
clizia 2025-09-02 08:48:48 +02:00
parent b4eb0a37cf
commit 7b198d30bc

View file

@ -14,3 +14,9 @@ to run this just install the [dependencies](#dependencies) and do:
```shell
cargo run
```
to run tests do:
```shell
cargo test
```