# A Rust library crate with tests, examples, and benchmarks.

my-crate/
├── Cargo.toml
├── README.md
├── .gitignore
├── src/
│   ├── lib.rs
│   └── parser.rs
├── tests/
│   └── integration_test.rs
├── examples/
│   └── basic.rs
└── benches/
    └── parsing.rs