wenlan-types 0.14.1

Shared wire-format types for Wenlan, the local-first personal agent memory system.
Documentation
// SPDX-License-Identifier: Apache-2.0
#[path = "lint_contract.rs"]
mod contract;
pub use contract::*;
#[path = "lint_group.rs"]
mod group;
pub use group::*;
#[path = "lint_agent.rs"]
mod agent;
pub use agent::*;
#[path = "lint_config.rs"]
mod config;
pub use config::*;
#[path = "lint_coverage.rs"]
mod coverage;
pub use coverage::*;
#[path = "lint_runtime.rs"]
mod runtime;
pub use runtime::*;
#[path = "lint_catalog.rs"]
mod catalog;
pub use catalog::*;
#[path = "lint_check.rs"]
mod check;
pub use check::*;
#[path = "lint_report.rs"]
mod report;
pub use report::*;
#[cfg(test)]
#[path = "lint_tests.rs"]
mod tests;