Docs.rs
nargo-parser-0.0.0
nargo-parser 0.0.0
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
fqq
Dependencies
itertools ^0.14.0
normal
nargo-ir ^0.0.0
normal
nargo-script-analyzer ^0.0.0
normal
nargo-style-processor ^0.0.0
normal
nargo-types ^0.0.0
normal
oak-core ^0.0.7
normal
oak-css ^0.0.7
normal
oak-json ^0.0.7
normal
oak-tailwind ^0.0.7
normal
oak-toml ^0.0.7
normal
oak-typescript ^0.0.7
normal
oak-vue ^0.0.7
normal
once_cell ^1.21.3
normal
serde ^1.0.228
normal
serde_json ^1.0.149
normal
triomphe ^0.1.15
normal
Versions
36.11%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
x86_64-pc-windows-msvc
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
parse_document
nargo_
parser
0.0.0
parse_
document
Sections
Arguments
Returns
In nargo_
parser::
vutex::
document
nargo_parser
::
vutex
::
document
Function
parse_
document
Copy item path
Source
pub fn parse_document(source: &
str
, path: &
str
) ->
Result
<
Document
>
Expand description
解析文档
§
Arguments
source
- 完整的文档内容,包含可选的 frontmatter 和 markdown
path
- 文档路径
§
Returns
解析后的文档