kuji 0.1.11

Renamed to drawset
Documentation
1
2
3
4
5
6
7
8
//! Compatibility crate for the `kuji` to `drawset` rename.
//!
//! New code should depend on `drawset`.

#![forbid(unsafe_code)]
#![warn(missing_docs)]

pub use drawset::*;