1 stable release

1.0.0 Jun 6, 2024

#2 in #grammars

32 downloads per month
Used in 4 crates (3 directly)

Apache-2.0

55KB
783 lines

WAGon Value

Pseudo-dynamically typed values as defined by the WAGon DSL.


lib.rs:

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.

Dependencies

~1–1.5MB
~31K SLoC