Docs.rs
ion-core-0.2.2
ion-core 0.2.2
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
chutuananh2k
Dependencies
crossbeam-channel ^0.5
normal
optional
indexmap ^2
normal
ion-derive ^0.2.2
normal
optional
obfstr ^0.4
normal
optional
rmpv ^1
normal
optional
serde ^1
normal
serde_json ^1
normal
criterion ^0.5
dev
tokio ^1
dev
Versions
36.59%
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
Module bytecode
ion_
core
0.2.2
Module bytecode
Module Items
Structs
Enums
In crate ion_
core
ion_core
Module
bytecode
Copy item path
Source
Expand description
Bytecode instruction set and chunk representation for the Ion VM.
Structs
§
Chunk
A compiled bytecode chunk.
FnProto
A compiled function prototype (stored in the constant pool).
Enums
§
Op
VM opcodes — each is a single byte.