Skip to main content

rs_eda/
lib.rs

1pub mod engine;
2pub mod error;
3pub mod event;
4pub mod plugin;
5pub mod strategy;
6
7#[cfg(test)]
8mod tests {
9    #[test]
10    fn test_fun() {
11        println!("---测试---")
12    }
13}