const-gen 1.6.9

A crate for generating (relatively) complex compile-time constants in rust.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
extern crate alloc;

use alloc::{
    borrow::{Cow, ToOwned},
    boxed::Box,
    format,
    rc::Rc,
    string::{String, ToString},
    sync::Arc,
    vec::Vec,
    fmt::Display,
};