ocm_types/
lib.rs

1/// This module contains types for the resources provided via the discovery
2/// endpoint.
3pub mod discovery;
4/// This module contains types to create a new sharet.
5pub mod share;
6pub mod notification;
7pub mod invite;
8pub mod token;
9pub mod error;
10
11pub mod common;