Crate ruby_marshal
source ·Structs§
- An Array
- A bool value.
- A utility to display a byte sequence as a string if it is UTF8 or a slice otherwise.
- A Fixnum Value
- A context to manage extracting values.
- A Hash
- A Nil value.
- An object
- A String
- A Symbol
- A typed version of a
ValueHandle
. - A User Defined value
- An arena of Ruby values.
- A handle around a Ruby Value.
Enums§
- An error that may occur while extracting a BTreeMap from a value.
- The library error type
- An error that may occur while creating a type from a Ruby Value.
- An error that may occur while extracting a HashMap from a value.
- An error that may occur while transforming types into Ruby Values.
- A Ruby Value
- The kind of value
Traits§
- Implemented for any type that can be created from a Ruby Value.
- Implemented for any type that can be converted into a Ruby Value.
Functions§
- Dump to a writer.
- Load from a reader.