fn main() { println!("This is a basic usage example"); } // Run this example with `cargo run --example basic_usage`