Docs.rs
argyph-parse-1.0.2
argyph-parse 1.0.2
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
ezzy1630
Dependencies
argyph-fs =1.0.2
normal
blake3 ^1
normal
camino ^1
normal
csv ^1.3
normal
pulldown-cmark ^0.10
normal
serde ^1
normal
serde_json ^1
normal
serde_yaml ^0.9
normal
thiserror ^2
normal
toml ^0.8
normal
tree-sitter ^0.26
normal
tree-sitter-python ^0.25
normal
tree-sitter-rust ^0.24
normal
tree-sitter-typescript ^0.23
normal
tempfile ^3
dev
Versions
31.86%
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_python
argyph_
parse
1.0.2
In argyph_
parse::
languages::
python
argyph_parse
::
languages
::
python
Function
parse_
python
Copy item path
Source
pub fn parse_python( file: &
FileEntry
, source: &
str
, max_chunk_size:
usize
, ) ->
Result
<
ParsedFile
>