Crate symoxide_macros

Source

Macros§

scalar
Converts an i32 or f64 literal into an instance of symoxide::Expression::Scalar.
variables
Converts a space-delimited string to a tuple of symoxide::var calls on individual words.

Derive Macros§

CachedMapper
Implements the trait symoxide::mappers::CachedMapper for a struct. Requires that struct contains a field named cache of type std::collections::HashMap.