safflower 1.0.0

A localising tool with macros to statically allocate formattable text.
Documentation
1
2
3
4
5
6
#![doc = include_str!("../readme.md")]

#[cfg(test)]
mod tests;

pub use safflower_macro::{load, text};