include-doc

Crates.ioinclude-doc
lib.rsinclude-doc
version
sourcesrc
created_at2023-01-31 21:04:10.653902+00
updated_at2025-03-23 14:24:03.218912+00
descriptionInclude examples in your Rustdocs.
homepagehttps://github.com/simon-bourne/include-doc
repositoryhttps://github.com/simon-bourne/include-doc
max_upload_size
id772968
Cargo.toml error:TOML parse error at line 18, column 1 | 18 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include`
size0
Simon Bourne (simon-bourne)

documentation

README

Include Doc

tests crates.io Documentation MIT/Apache-2 licensed

Include examples in your Rustdocs.

Features

  • Write and maintain your examples in a normal Rust file, with full editor support.
  • Automatically hide imports.
  • Put many examples into one file, and choose the parts of the file to include. This helps avoid duplicated boilerplate for imports and setup code.

See the crate docs for examples.

Commit count: 27

cargo fmt