docs(readme): add examples block in readme

This commit is contained in:
2025-07-15 19:46:25 +03:00
parent b1b4a3daeb
commit c4cf6aa25b

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
Full documentation is available at [docs.rs](https://docs.rs/filecaster).