aetelier-types 0.0.0

Reserved for the Aetelier platform (https://aetelier.xyz). Placeholder; the real crate ships in a later release.
Documentation
1
2
3
4
5
6
7
8
9
//! Reserved for the [Aetelier](https://aetelier.xyz) platform.
//!
//! This is a placeholder crate whose only job is to claim its name on
//! crates.io before someone else does. The real implementation ships in a
//! later release from its own repository.
#![forbid(unsafe_code)]

/// The crate name this placeholder reserves.
pub const RESERVED: &str = env!("CARGO_PKG_NAME");