Expand description

Haystack library

Rust Implementation of the Haystack 4 specification for types, filter, units, and encoding/decoding.

The library exposes the Value fundamental type that is used throughout the library APIs. The more granular types are also provided for Haystack’s type model.

Re-exports

pub use haystack::*;

Modules

Haystack C based API for the core data types, encoders, and filters
Haystack value types, filter, and encoders

Macros

A macro for creating a Dict from literals
A macro for retrieving a type from a Dict by a key
A macro for determining if Dict has a type for the key