Crate pmis

source · []

Re-exports

pub use client::Client;
pub use schema::Paste;
pub use session::Session;

Modules

Structs

ISO 8601 combined date and time with time zone.

An owned, mutable path (akin to String).

A parsed URL record.

The UTC time zone. This is the most efficient time zone when you don’t need the local time. It is also used as an offset (which is also a dummy type).

A Universally Unique Identifier (UUID).

Type Definitions

Result<T, Error>