rofr 0.1.1

Framework for building robotics APIs that use NATS messaging
Documentation
1
2
3
4
5
6
7
8
9
10
//! Header keys used in various NATS metadata.

/// Service RoFr version header.
pub const VERSION: &str = "RoFr-Version";
/// Service unique identifier header.
pub const SERVICE_UID: &str = "RoFr-Service-Uid";
/// Endpoint request id header.
pub const REQUEST_ID: &str = "RoFr-Request-Id";
/// Endpoint request id header.
pub const MESSAGE_ID: &str = "RoFr-Message-Id";