| Crates.io | gsbl |
| lib.rs | gsbl |
| version | 1.0.0 |
| created_at | 2025-01-09 19:56:27.597196+00 |
| updated_at | 2025-01-09 19:56:27.597196+00 |
| description | This is brainrot |
| homepage | |
| repository | https://gitlab.com/gedon76/gsbl |
| max_upload_size | |
| id | 1510455 |
| size | 18,947 |
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