Macros§
- scalar
- Converts an
i32
orf64
literal into an instance ofsymoxide::Expression::Scalar
. - variables
- Converts a space-delimited string to a tuple of
symoxide::var
calls on individual words.
Derive Macros§
- Cached
Mapper - Implements the trait
symoxide::mappers::CachedMapper
for a struct. Requires that struct contains a field namedcache
of typestd::collections::HashMap
.