Docs.rs
wac-parser-0.8.0
wac-parser 0.8.0
Permalink
Docs.rs crate page
Apache-2.0
WITH LLVM-exception
Links
Repository
crates.io
Source
Owners
wasmtime-publish
Dependencies
anyhow ^1.0.81
normal
id-arena ^2.2.1
normal
indexmap ^2.2.6
normal
log ^0.4.21
normal
logos ^0.14.0
normal
miette ^7.2.0
normal
semver ^1.0.22
normal
serde ^1.0.197
normal
thiserror ^1.0.58
normal
wac-graph ^0.8.0
normal
wasm-encoder ^0.235.0
normal
wasm-metadata ^0.235.0
normal
wasmparser ^0.235.0
normal
miette ^7.2.0
dev
owo-colors ^4.0.0
dev
pretty_assertions ^1.4.0
dev
pretty_env_logger ^0.5.0
dev
rayon ^1.10.0
dev
serde_json ^1.0.115
dev
tokio ^1.45.1
dev
wasmprinter ^0.235.0
dev
Versions
100%
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
Module lexer
wac_
parser
0.8.0
Module lexer
Module Items
Structs
Enums
Type Aliases
In crate wac_
parser
wac_parser
Module
lexer
Copy item path
Source
Expand description
Module for the lexer implementation.
Structs
§
Lexer
Implements a WAC lexer.
Enums
§
Error
Represents a lexer error.
Token
Represents a WAC token.
Type Aliases
§
Lexer
Result
The result type for the lexer.