libhaystack 3.2.0

Rust implementation of the Haystack 4 data types, defs, filter, units, and encodings
Documentation
1
2
3
4
5
6
7
8
9
// Copyright (C) 2020 - 2022, J2 Innovations

//! Haystack defs, implementation of the [taxonomy](https://project-haystack.org/doc/docHaystack/Docs#taxonomies)
//! and [ontology](https://project-haystack.org/doc/docHaystack/Ontology) features.

pub mod containment_refs;
mod misc;
pub mod namespace;
pub mod reflection;