Docs.rs
spydecy-python-0.3.0
spydecy-python 0.3.0
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
noahgift
Dependencies
anyhow ^1.0
normal
pyo3 ^0.22
normal
serde ^1.0
normal
serde_json ^1.0
normal
spydecy-hir ^0.3.0
normal
thiserror ^1.0
normal
tracing ^0.1
normal
pretty_assertions ^1.4
dev
proptest ^1.5
dev
tempfile ^3.8
dev
Versions
100%
of the crate is documented
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
Module parser
spydecy_
python
0.3.0
Module parser
Module Items
Structs
Functions
In crate spydecy_
python
spydecy_python
Module
parser
Copy item path
Source
Expand description
Python AST parser using PyO3
This module uses PyO3 to invoke Python’s
ast
module for parsing.
Structs
§
PythonAST
Python AST node (simplified representation)
Functions
§
parse
Parse Python source code into AST