gitea_pages/backend/src/api/scalars/mod.rs

4 lines
35 B
Rust
Raw Normal View History

2023-05-21 16:58:10 +00:00
pub mod uuid;
pub use uuid::Uuid;