mirror of
https://github.com/katanemo/plano.git
synced 2026-06-29 15:49:40 +02:00
cargo fmt
This commit is contained in:
parent
aec052a843
commit
d35d068d0d
25 changed files with 1978 additions and 1258 deletions
|
|
@ -8,14 +8,14 @@
|
|||
//! by the gateway, but the external API surface remains these two standard formats.
|
||||
//! The transformations are split into logical modules for maintainability.
|
||||
|
||||
pub mod lib;
|
||||
pub mod request;
|
||||
pub mod response;
|
||||
pub mod lib;
|
||||
|
||||
// Re-export commonly used items for convenience
|
||||
pub use lib::*;
|
||||
pub use request::*;
|
||||
pub use response::*;
|
||||
pub use lib::*;
|
||||
|
||||
// ============================================================================
|
||||
// CONSTANTS
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue