//! cyb โ immortal robot.
//!
//! Placeholder crate reserving the package name on crates.io.
//! Full implementation: <https://github.com/cyberia-to/cyb>
/// Package identity marker.
pub const NAME: &str = "cyb";
/// Soft3 product line marker.
pub const DOMAIN: &str = "cyberia-to";