openlegends_api/user/
register.rs

1pub mod request;
2pub mod response;
3
4pub use request::Request;
5pub use response::Response;