1 stable release

1.0.0 Jan 9, 2025

#3 in #gets

Download history 122/week @ 2025-01-08

122 downloads per month

WTFPL license

18KB
425 lines

Gedon's Stupid Brainrot Language (Gyatt Sigma Bussin L)

It's so stupid i'll just give you code that gets a string

use gsbl::GsblTable;

let file = GsblTable::parse_file("file_path.ext").unwrap();
let string = file.get_string("variable_name").unwrap();
println!("{}", string);

file_path.ext

{
    variable_name = "variable_value"; // the semicolon is optional
}

basically this is JSON but worse

ok bye

Dependencies

~2.2–3MB
~54K SLoC