graphgarden_protocol/lib.rs
1//! # GraphGarden Protocol
2//!
3//! Specification for the [GraphGarden protocol](https://github.com/bruits/graphgarden).
4//! See the [README](https://github.com/bruits/graphgarden/blob/main/crates/graphgarden-protocol/README.md) for the full specification.
5
6/// The protocol version, derived from this crate's version.
7pub const PROTOCOL_VERSION: &str = env!("CARGO_PKG_VERSION");