This crate contains examples showing how to use camino.
-
src/bin/clap-derive.rs
: Shows how to use clap's derive feature with camino.Run with
cargo run --package camino-examples --bin clap-derive
. -
src/bin/serde.rs
: Shows how to use serde with camino.Run with
cargo run --package camino-examples --bin serde
.