Crate quillmark_core

Crate quillmark_core 

Source

Re-exports§

pub use parse::decompose;
pub use parse::ParsedDocument;
pub use parse::BODY_FIELD;
pub use templating::Glue;
pub use templating::TemplateError;
pub use backend::Backend;
pub use error::Diagnostic;
pub use error::Location;
pub use error::RenderError;
pub use error::RenderResult;
pub use error::Severity;

Modules§

backend
error
parse
templating

Structs§

Artifact
An artifact produced by rendering
FileEntry
A file entry in the in-memory file system
Quill
A quill template containing the template content and metadata with file management capabilities
QuillIgnore
Simple gitignore-style pattern matcher for .quillignore
RenderOptions
Internal rendering options used by engine orchestration

Enums§

OutputFormat
Output formats supported by backends