Crate wagon_value
source ·Expand description
Pseudo-dynamically typed values for WAGon.
Because of the strict type system in Rust, it’s nice to have a more lenient data structure that can deal with various types and operations called on it.
This crate holds code for those purposes.
Structs§
- A
Valueable
that can hold a list/dict mapping to other values.
Enums§
- The most basic types that a value can ever be.
- Errors that can occur while dealing with semi-dynamic
Value
s.
Traits§
- Binary operator for raising a value to a power.
- A second trait for “extension” of the
Value
enum. - A trait to allow “extension” of the
Value
enum.
Type Aliases§
- A result type for operations on a
Valueable
.