Skip to main content

Crate scrybe_cli

Crate scrybe_cli 

Source
Expand description

Scrybe CLI — library of extracted, testable logic.

main.rs contains the thin clap shell; the real work lives here so it can be unit-tested without spawning a process.

Re-exports§

pub use wrap::wrap_full_html;

Modules§

rpc_client
Thin JSON-RPC client to talk to the running Scrybe GUI.
wrap
Full-HTML wrapper — wraps a body-only render output in a complete <!DOCTYPE html> document with CDN tags for KaTeX and Mermaid.

Structs§

BrokenLink
A broken link found during linting.
LintReport
A structured lint report for a Markdown document.

Functions§

active_features
Returns a list of active Cargo feature flags (as a static string).
lint_document
Analyses a Document and returns a LintReport.
version_string
Returns the crate version string.