firework-rs 0.3.1

A cross-platform ascii-art firework simulator in terminal
Documentation
1
2
3
4
5
/// Configuration of the program
#[derive(Default)]
pub struct Config {
    pub enable_cjk: bool,
}