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§

Enums§

  • The most basic types that a value can ever be.
  • Errors that can occur while dealing with semi-dynamic Values.

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§