mirror of
https://github.com/rm-dr/daisy
synced 2025-10-11 02:01:23 -07:00
Restructured packages
This commit is contained in:
11
src/evaluate/mod.rs
Normal file
11
src/evaluate/mod.rs
Normal file
@ -0,0 +1,11 @@
|
||||
mod operator;
|
||||
mod function;
|
||||
mod evaluate;
|
||||
pub use self::evaluate::evaluate;
|
||||
|
||||
pub enum EvalError {
|
||||
BadMath,
|
||||
TooBig,
|
||||
ZeroDivision,
|
||||
IncompatibleUnit
|
||||
}
|
Reference in New Issue
Block a user