pub struct GithubAuthorsPreprocessor;Implementations§
Source§impl GithubAuthorsPreprocessor
A preprocessor for expanding “authors” helper.
impl GithubAuthorsPreprocessor
A preprocessor for expanding “authors” helper.
NOTE: rather than expanding, this preprocessor adds a stylized Contributor section to the bottom of the Chapter, irrespective of where these author helpers are found in the raw markdown file.
Supported helpers are:
{{#author <github-username>}}- Adds a single author to the Contributor section{{#authors <comma-separated-username-list>}}- Adds listed authors to the Contributor section.
Trait Implementations§
Source§impl Default for GithubAuthorsPreprocessor
impl Default for GithubAuthorsPreprocessor
Source§fn default() -> GithubAuthorsPreprocessor
fn default() -> GithubAuthorsPreprocessor
Returns the “default value” for a type. Read more
Source§impl Preprocessor for GithubAuthorsPreprocessor
impl Preprocessor for GithubAuthorsPreprocessor
Auto Trait Implementations§
impl Freeze for GithubAuthorsPreprocessor
impl RefUnwindSafe for GithubAuthorsPreprocessor
impl Send for GithubAuthorsPreprocessor
impl Sync for GithubAuthorsPreprocessor
impl Unpin for GithubAuthorsPreprocessor
impl UnwindSafe for GithubAuthorsPreprocessor
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more