reifydb_core/util/encoding/
mod.rs

1// Copyright (c) reifydb.com 2025
2// This file is licensed under the AGPL-3.0-or-later, see license.md file
3
4pub use reifydb_type::Error;
5
6pub mod binary;
7pub mod format;
8pub mod keycode;