5 lines
152 B
Rust
5 lines
152 B
Rust
//! Endpoint to present clients with specific information about the various third party networks
|
|
//! that an application service supports.
|
|
|
|
pub mod v1;
|