Expand description
The representation of Rust Value along with serde and pretty-print facilities
Structs§
- Addr
- Memory Address. Assumed to be 8 bytes.
- Argument
List - A wrapper type only for implementing
Display. - Union
Type - Aka Rust’s complex enums, e.g.
Result,Option.
Enums§
- Array
Type - Type of Array
- PValue
- Primitive Value
- RValue
- A representation of Rust Value
- RefAddr
- Reference Address
- RefCounted
Type - Reference-counted Smart Pointers
- RefType
- Reference Type
- String
Type - Type of String