Module frontmatter

Module frontmatter 

Source

Structsยง

FrontmatterError
ScriptSource

Functionsยง

is_horizontal_whitespace ๐Ÿ”’
True if c is considered horizontal whitespace according to Rust language definition.
is_whitespace ๐Ÿ”’
True if c is considered a whitespace according to Rust language definition. See Rust language reference for definitions of these classes.
strip_newline ๐Ÿ”’
strip_shebang
Returns the index after the shebang line, if present
strip_ws_lines
Returns the index after any lines with only whitespace, if present

Type Aliasesยง

Span ๐Ÿ”’