skillet 0.6.3

Skillet: micro expression language (arithmetic, logical, functions, arrays, conditionals, excel formulas) made in Rust bin cli and server
Documentation
1
2
3
4
5
6
7
8
9
pub mod auth;
pub mod cache;
pub mod daemon;
pub mod eval;
pub mod js_management;
pub mod multipart;
pub mod stats;
pub mod types;
pub mod utils;