nodedb-types 0.2.1

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

//! Database and tenant resource quota types.

pub mod priority_class;
pub mod quota_record;

pub use priority_class::{PriorityClass, PriorityClassParseError};
pub use quota_record::{QuotaRecord, QuotaSpec, QuotaValidationError};