Struct readme_sync::CMarkReadme[][src]

pub struct CMarkReadme<P, M> { /* fields omitted */ }
Expand description

Parsed readme Markdown with optionally specified package path and package manifest.

Implementations

Creates readme from package.

It reads readme file by path specified in the package manifest.

Creates readme from file.

Adding the specified package path to the readme.

Adding the specified manifest to the readme.

Creates readme from file, package path and manifest.

Creates readme from CMark items, package path and manifest.

Returns CMark items.

Consumes the CMarkReadme, returning CMarkData.

Returns the package path.

Returns the manifest.

Iterate over CMarkItems.

Iterate over pulldown-cmark events.

Concatenate adjacent text events.

Use this transformation if you deleted some nodes manually and want to merge the neighboring text nodes.

This transformation is always applied right after readme and docs parsing, because some text events remain ununited. For example Rust attribute parser generate seperate text events for every line of source code, and pulldown_cmark generate seperate text events for character entity reference.

Removes first paragraph that contains only images and image-links, if the specified predicate returns true when passing image urls to it.

Removes first paragraph that contains only badges.

Remove section with the specified heading text and level and its subsections.

Remove the specified fenced code block tag.

Remove the specified fenced code block tags.

Remove sections with heading Documentation and level 2.

Returns self if absolute blob links to the specified repository not found, otherwise returns an error.

Convert all relative links into absolute ones using the repository url as the root address.

Returns self if absolute blob links to the manifest repository not found, otherwise returns an error.

Convert all relative links into absolute ones using the manifest repository url as the root address.

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Returns the “default value” for a type. Read more

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.