FastORM/
lib.rs

1pub use fastorm_trait;
2pub use fastorm_macro;
3
4fn test() {
5    println!("Hello, world!");
6}