foundation-urtypes 0.5.0

Uniform Resource (UR) types. This crate provides a collection of Uniform Resources types that can serialized and deserialized.
Documentation
1
2
3
4
5
6
7
8
9
// SPDX-FileCopyrightText: © 2023 Foundation Devices, Inc. <hello@foundationdevices.com>
// SPDX-License-Identifier: GPL-3.0-or-later

//! Standard CBOR encodable types.

mod timestamp;
pub mod uuid;

pub use self::timestamp::Timestamp;