odx-knife 0.0.1

Reserved name stub crate. No functionality is provided. NOTICE: If this stub is older than 1 month old and no progress has been made you are free to use it. Please flag me for transfer or contact support
Documentation
1
2
3
4
5
6
#![doc = include_str!("../README.md")]
#![forbid(unsafe_code)]
#![deny(warnings)]
#![allow(dead_code)]
#[deprecated(note = "This crate name is reserved. It intentionally provides no functionality.")]
pub const _RESERVED_STUB: &str = env!("CARGO_PKG_NAME");