squeezy-runtime-protocol 0.0.1

Wire protocol types for the Squeezy runtime. Pre-release placeholder; the 0.1.0 release is the first functional version.
Documentation
1
2
3
4
5
6
7
8
9
10
//! Pre-release placeholder for the Squeezy runtime wire protocol.
//!
//! The functional protocol types ship at 0.1.0.
//! See <https://github.com/panicless/squeezy>.

/// The website for the Squeezy project.
pub const HOMEPAGE: &str = "https://squeezyagent.com";

/// The source repository for the Squeezy project.
pub const REPOSITORY: &str = "https://github.com/panicless/squeezy";