Directory Structure
Directory structure:
└── rust-lang-rustdoc-types/
├── README.md
├── Cargo.toml
├── CHANGELOG.md
├── clgen.sh
├── COMMIT.txt
├── LICENSE-APACHE
├── LICENSE-MIT
├── update.sh
├── examples/
│ └── simple_usage.rs
├── src/
│ ├── lib.rs
│ └── tests.rs
└── .github/
└── workflows/
└── CI.yml