Skip to main content

Crate relay_core

Crate relay_core 

Source

Re-exports§

pub use identity as id;
pub use chrono;

Modules§

crypto_meta
envelope
identity
prelude
signed

Structs§

Uuid
A Universally Unique Identifier (UUID).
Version
SemVer version as defined by https://semver.org.
VersionReq
SemVer version requirement describing the intersection of some version comparators, such as >=1.2.3, <1.8.

Traits§

Deserialize
A data structure that can be deserialized from any data format supported by Serde.
Serialize
A data structure that can be serialized into any data format supported by Serde.

Derive Macros§

Deserialize
Serialize