oam-schema 0.3.0

Procedural macros for the ROAM Object Agent Mapping framework
Documentation
1
2
3
4
5
6
// Test harness to expose tests placed under `tests/unit/` subdirectory.
// Cargo only discovers test files directly under `tests/`, so we include
// the file from the `unit/` folder here to satisfy the requested layout.

#[path = "unit/schema_derive_test.rs"]
mod schema_derive_test;