mirror of
https://github.com/kristoferssolo/filecaster.git
synced 2025-10-21 19:00:34 +00:00
docs(readme): add examples block in readme
This commit is contained in:
parent
b1b4a3daeb
commit
c4cf6aa25b
@ -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).
|
||||
|
||||
Loading…
Reference in New Issue
Block a user