Docs.rs
triton-opcodes-0.31.0
triton-opcodes 0.31.0
Permalink
Docs.rs crate page
Apache-2.0
Links
Homepage
Documentation
Repository
crates.io
Source
Owners
jan-ferdinand
Sword-Smith
aszepieniec
Dependencies
anyhow ^1.0
normal
get-size ^0.1.3
normal
itertools ^0.10
normal
lazy_static ^1.4
normal
nom ^7.1
normal
num-traits ^0.2
normal
rand ^0.8.5
normal
serde ^1
normal
serde_derive ^1
normal
strum ^0.24.1
normal
strum_macros ^0.24.1
normal
twenty-first ^0.30
normal
cargo-husky ^1.0
dev
criterion ^0.5
dev
proptest ^1.0
dev
Versions
19.11%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
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
Files
triton_opcodes/
lib.rs
1
pub mod
instruction;
2
pub mod
ord_n;
3
pub mod
parser;
4
pub mod
program;
5
pub mod
shortcuts;