Docs.rs
oxdock-parser-0.16.0-alpha
oxdock-parser 0.16.0-alpha
Docs.rs crate page
Apache-2.0
18 September 2026
Links
Repository
crates.io
Source
Owners
jzombie
Dependencies
anyhow ^1.0.104
normal
indoc ^2.0.7
normal
line-ending ^1.5.1
normal
oxdock-func-macro ^0.16.0-alpha
normal
pest ^2.9.0
normal
pest_derive ^2.9.0
normal
proc-macro2 ^1.0.107
normal
optional
pulldown-cmark ^0.13.4
normal
quote ^1.0.47
normal
optional
syn ^3.0.4
normal
optional
pest_meta ^2.9.1
dev
Versions
32.67%
of the crate is documented
Go to latest stable release
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
Module markdown
oxdock_
parser
0.16.0-alpha
Module markdown
Module Items
Structs
Functions
In crate oxdock_
parser
oxdock_parser
Module
markdown
Copy item path
Source
Structs
§
Block
Metadata
Runner configuration parsed from a fenced block’s info-string.
Fenced
Block
A fenced code block extracted from a Markdown document.
Functions
§
expect_
error_
from_
info
Extract the
expect_error
needle from a fence info string such as
oxdock expect_error:"boom"
. Returns
None
when the key is absent. Malformed metadata errors, exactly like fenced-block extraction, so generators and runners agree on what a fence means.
extract_
fenced_
blocks
Extract fenced code blocks whose info-string starts with
lang
.