This repository has been archived on 2024-05-26. You can view files and clone it, but cannot push or open issues or pull requests.
trixy/src/lib.rs

8 lines
95 B
Rust
Raw Normal View History

2023-12-26 11:18:58 +00:00
pub mod types {
pub use trixy_types::*;
}
2023-12-25 21:23:52 +00:00
2023-12-26 11:18:58 +00:00
pub mod macros {
pub use trixy_macros::*;
2023-12-25 21:23:52 +00:00
}