894e0bd1bf
* More conversions for responses * Expose version
10 lines
207 B
Rust
10 lines
207 B
Rust
// Copyright 2024 - Nym Technologies SA <contact@nymtech.net>
|
|
// SPDX-License-Identifier: Apache-2.0
|
|
|
|
pub mod conversion;
|
|
pub mod registration;
|
|
pub mod request;
|
|
pub mod response;
|
|
|
|
pub const VERSION: u8 = 2;
|