Docs.rs
quickpython-0.1.0
quickpython 0.1.0
Docs.rs crate page
MPL-2.0
Links
Homepage
Documentation
Repository
crates.io
Source
Owners
VikingMew
Dependencies
clap ^4.5
normal
regex ^1.10
normal
rustpython-parser ^0.4.0
normal
serde ^1.0
normal
serde_json ^1.0
normal
Versions
5.26%
of the crate is documented
Go to latest version
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
Crate quickpython
quickpython
0.1.0
All Items
Crate Items
Structs
Enums
Functions
Type Aliases
Crate
quickpython
Copy item path
Source
Structs
§
Compiler
Context
Module
Module structure
Enums
§
DictKey
Dictionary key type - only String and Int are supported
Exception
Type
Exception type enumeration
Instruction
Bytecode instructions for the VM
Value
Value type for QuickPython runtime
Functions
§
deserialize_
bytecode
serialize_
bytecode
Type Aliases
§
Byte
Code