Docs.rs
triton-isa-0.43.0
triton-isa 0.43.0
Docs.rs crate page
Apache-2.0
Links
Homepage
Documentation
Repository
crates.io
Source
Owners
jan-ferdinand
Dependencies
arbitrary ^1
normal
get-size ^0.1.4
normal
itertools ^0.13
normal
lazy_static ^1.5
normal
nom ^7.1
normal
num-traits ^0.2
normal
serde ^1
normal
strum ^0.26
normal
thiserror ^2.0
normal
twenty-first ^0.43.0
normal
assert2 ^0.3
dev
proptest ^1.5
dev
proptest-arbitrary-interop ^0.1
dev
rand ^0.8.5
dev
test-strategy ^0.4.0
dev
Versions
21.72%
of the crate is documented
Platform
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
triton_
isa
0.43.0
In triton_
isa::
parser
triton_isa
::
parser
Function
tokenize
Copy item path
Source
pub fn tokenize( s: &
str
, ) ->
IResult
<&'_
str
,
Vec
<
InstructionToken
<'_>>,
VerboseError
<&'_
str
>>