1// SPDX-License-Identifier: Apache-2.0 2// Copyright (c) 2025 ReifyDB 3 4pub mod b58; 5pub mod b64; 6pub mod b64url; 7pub mod hex; 8pub mod utf8;