Crate cargo_sync_readme

Source
Expand description

Library used to implement the cargo-sync-readme binary.

Modules§

  • Tooling to manipulate intralinks by parsing Rust code.

Structs§

  • The project manifest.
  • An object with warnings accumulated while creating this object.

Enums§

  • Possible error that might happen while looking for the project manifest.
  • Preferences from which file the documentation should be taken if both present.
  • Errors that might happen while transforming documentation.

Constants§

Functions§

  • Open a Rust file and get its main inner documentation (//!), applying filters if needed.
  • Open and read a README file.
  • Transform a readme and return its content with the documentation injected, if any.