kuzan_app_config 0.0.1

Reserved crate name for the upcoming Kuzan open-source release.
Documentation
1
2
3
4
5
6
7
8
#![forbid(unsafe_code)]
//! Placeholder crate reserving the `kuzan_app_config` package name.
//!
//! This package exists only to hold the future configuration application crate
//! name on crates.io until the public implementation is ready.

/// Identifies the reserved crate name published by this placeholder.
pub const RESERVED_NAME: &str = "kuzan_app_config";