Documentation
  • Coverage
  • 0%
    0 out of 16 items documented0 out of 12 items with examples
  • Size
  • Source code size: 18.94 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 448.39 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 21s Average build duration of successful builds.
  • all releases: 21s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Repository
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • gedon76

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