kuzan_app_recorder 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_recorder` package name.
//!
//! This package exists only to hold the future recorder 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_recorder";