mirror of
https://github.com/remnawave/rust-sdk.git
synced 2026-05-13 04:09:10 +00:00
- Updated various structs to remove unnecessary `Eq` trait implementations. - Changed `Option<String>` to `Option<Option<String>>` for fields that can be explicitly set to `None`. - Modified numeric types from `usize` to `f64` for better precision in billing-related structs. - Introduced new API types for external squads, passkeys, remnawave settings, snippets, and subscription request history. - Added new response DTOs and request DTOs for managing external squads and passkeys. - Enhanced existing structs with additional fields for better data representation. - Updated the `mod.rs` file to include new modules and ensure proper exports.
6 lines
No EOL
49 B
Text
6 lines
No EOL
49 B
Text
Cargo.lock
|
|
/target
|
|
/versions
|
|
/tests
|
|
.vscode
|
|
.idea |