eggplant 0.2.7

eggplant is a High-Level Rust API crate for Egglog
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
pub mod prelude;
mod test;
pub mod wrap;

pub mod derive_more {
    pub use derive_more::*;
}
pub use egglog;
pub use eggplant_macros::*;

pub use dashmap;
pub use inventory;
pub use serde;
pub use serde_json;
pub use strum;
pub use strum_macros;