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§
- Name of the manifest containing the project metadata.
- End marker in the README file.
- Regular expression to find the end marker.
- Regular expression to find the initial marker.
- Start marker in the README file.
- Regular expression to find the start marker.
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.