mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-04-01 10:15:31 +00:00
9 lines
No EOL
144 B
Rust
9 lines
No EOL
144 B
Rust
#[cfg(test)]
|
|
extern crate quickcheck;
|
|
#[cfg(test)]
|
|
#[macro_use(quickcheck)]
|
|
extern crate quickcheck_macros;
|
|
|
|
|
|
pub mod converters;
|
|
pub mod types; |