okf-derive 0.0.0

Reserved for the OKF project: future derive macros for the Open Knowledge Format. Placeholder with no functionality yet; use the okf or okf-core crates.
Documentation
1
2
3
4
5
6
7
8
//! Reserved crate name for the [OKF project](https://github.com/W4G1/okf).
//!
//! This is a placeholder with no functionality yet. It reserves the
//! `okf-derive` name for future derive macros for the Open Knowledge Format.
//! Use the [`okf`](https://docs.rs/okf) or [`okf-core`](https://docs.rs/okf-core)
//! crates instead.

#![forbid(unsafe_code)]