jast_lib 0.1.1

minimalist backend framework to practice
Documentation
1
2
3
4
5
6
#[derive(Debug)]

pub enum DataTypes {
    Str(String),
    Int(i32)
}