tuono_lib 0.19.7

Superfast React fullstack framework
Documentation
1
2
3
4
use once_cell::sync::OnceCell;
use tuono_internal::config::Config;

pub static GLOBAL_CONFIG: OnceCell<Config> = OnceCell::new();