ootle_serde 0.1.0

serde utilities for Tari Ootle
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
//   Copyright 2026 The Tari Project
//   SPDX-License-Identifier: BSD-3-Clause

#[cfg(feature = "base64")]
pub mod base64;
#[cfg(feature = "cbor")]
pub mod cbor_value;
pub mod duration;
#[cfg(feature = "hex")]
pub mod hex;
pub mod string;
pub mod vec;
mod visitor;