gwk 0.0.2

The GridWork kernel namespace — umbrella crate for the gwk-* contract crates (gwk-domain, gwk-cert, gwk-theme).
Documentation
1
2
3
4
5
6
7
8
9
10
11
//! **This crate has no API.** Nothing is exported and there is nothing to import.
//!
//! It holds the short namespace prefix so the contract crates published under
//! `gwk-*` share one owned root. Those crates are where the work is:
//!
//! - [`gwk-domain`](https://docs.rs/gwk-domain) — shared domain types, events, and state machines
//! - [`gwk-cert`](https://docs.rs/gwk-cert) — conformance checker for an event stream
//! - [`gwk-theme`](https://docs.rs/gwk-theme) — the SIGNAL design tokens
//!
//! The terminal binary lives in [`gridwork`](https://docs.rs/gridwork). See <https://gridwork.dev>.
#![no_std]