Docs.rs
lex-bytecode-0.9.1
lex-bytecode 0.9.1
Docs.rs crate page
EUPL-1.2
Links
Homepage
Repository
crates.io
Source
Owners
alpibrupa
Dependencies
indexmap ^2
normal
lex-ast ^0.9.1
normal
lex-types ^0.9.1
normal
serde ^1
normal
serde_json ^1
normal
sha2 ^0.11
normal
thiserror ^2
normal
lex-syntax ^0.9.1
dev
Versions
26.85%
of the crate is documented
Go to latest version
Platform
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 value
lex_
bytecode
0.9.1
Module value
Module Items
Enums
In crate lex_
bytecode
lex_bytecode
Module
value
Copy item path
Source
Expand description
Runtime values.
Enums
ยง
MapKey
Hashable, ordered key for
Value::Map
/
Value::Set
. v1 supports
Str
and
Int
; extending to other primitives or to records is forward-compatible since the type is not exposed to user code beyond the surface API.
Value