Registry / other / notedown-ast

notedown-ast

JSON →
library0.16.3rscratesunverified

Notedown Abstract Syntax Tree.

# Cargo.toml [dependencies] notedown_ast = "0.16.3"
INSTALL
IMPORT
SIG · NOTEDOWN-AST
N
notedown-ast
otherrustv0.16.3
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Document
use notedown_ast::ast::Document;

Creates a new Notedown AST Document.

use notedown_ast::ast::Document; fn main() { let doc = Document::new(); println!("{:?}", doc); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.16.3latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources
notedown-ast — cargo add notedown-ast · libregistry