nodedb-types 0.1.0

Portable type definitions shared between NodeDB Origin and NodeDB-Lite
1
2
3
4
5
6
7
8
9
10
11
// SPDX-License-Identifier: Apache-2.0

pub mod coerce;
pub mod convert;
pub mod core;
pub mod display;
pub mod json;
pub mod msgpack;
pub mod sql_literal;

pub use core::Value;