docs(readme): add examples block in readme

This commit is contained in:
Kristofers Solo 2025-07-15 19:46:25 +03:00
parent b1b4a3daeb
commit c4cf6aa25b
Signed by: kristoferssolo
GPG Key ID: 8687F2D3EEE6F0ED

View File

@ -61,6 +61,15 @@ fn main() {
} }
``` ```
## Examples
Use `cargo run --example <example_name>` to execute a specific example. For example:
```bash
cargo run --example simple
cargo run --example nested
```
## Documentation ## Documentation
Full documentation is available at [docs.rs](https://docs.rs/filecaster). Full documentation is available at [docs.rs](https://docs.rs/filecaster).