Repo structure
The structure of the statue dir:
src/: Source code.target/: Compiled code (generated)..gitingore: Git ignore file..markdownlint.json: Configuration file for Markdown linting, used byDavidAnson.vscode-markdownlintVisual Studio Code extension.Cargo.tomlandCargo.lock: Manifest and machine-generated list of dependencies. Learn more.- `LICENSE-APACHE: Apache License, Version 2.0.
- `LICENSE-MIT: MIT License.
- `README.md: The README for the crate.
The structure of the docs dir:
src/: the source code for the mdbook.book.toml: the configuration file for the mdbook.book: the compiled mdbook (generated)..gitingore: Git ignore file.
Also,
.github/workflows: GitHub Actions workflows.