Docs.rs
r2rust-core-0.1.0
r2rust-core 0.1.0
Permalink
Docs.rs crate page
GPL-3.0
Links
Homepage
Repository
crates.io
Source
Owners
poolcamacho
Dependencies
clap ^4.5.21
normal
optional
lazy_static ^1.5.0
normal
logos ^0.14.2
normal
ndarray ^0.16.1
normal
rayon ^1.10.0
normal
serde ^1.0.215
normal
optional
thiserror ^2.0.3
normal
criterion ^0.5.1
dev
rstest ^0.23.0
dev
Versions
80%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
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
r2rust_
core
0.1.0
Module lexer
Module Items
Enums
Functions
In crate r2rust_
core
r2rust_core
Module
lexer
Copy item path
Source
Enums
§
Token
Token module for lexical analysis.
Functions
§
tokenize
Tokenizes the input string into a vector of tokens.