dixscript 1.0.0

Config, code, and encryption in one file — a data interchange format with compile-time functions, AES-256/ChaCha20 built-in, and cross-platform FFI
Documentation
1
2
3
4
5
6

//! Extensions - Type system and utilities

mod type_system_manager;

pub use type_system_manager::TypeSystemManager;