Docs.rs
aiproof-parse-0.1.2
aiproof-parse 0.1.2
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
NORTHTEKDevs
Dependencies
aiproof-core ^0.1.2
normal
anyhow ^1
normal
logos ^0.14
normal
once_cell ^1
normal
regex ^1
normal
serde ^1
normal
serde_json ^1
normal
serde_yaml ^0.9
normal
tree-sitter ^0.22
normal
tree-sitter-md ^0.2
normal
tree-sitter-python ^0.21
normal
tree-sitter-typescript ^0.21
normal
insta ^1
dev
Versions
5.56%
of the crate is documented
Go to latest version
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
parse_file
aiproof_
parse
0.1.2
aiproof_parse
Function
parse_
file
Copy item path
Source
pub fn parse_file(path: &
Path
, source: &
str
) ->
Result
<
Vec
<
Document
>>