| Crates.io | fs_mod_parser |
| lib.rs | fs_mod_parser |
| version | 0.1.5 |
| created_at | 2024-10-29 01:56:48.955478+00 |
| updated_at | 2025-01-11 17:41:35.644142+00 |
| description | Mod File Parser for Farming Simulator |
| homepage | https://github.com/jtsage/fs_mod_parser |
| repository | https://github.com/jtsage/fs_mod_parser |
| max_upload_size | |
| id | 1426322 |
| size | 1,623,249 |
A rust utility library to read and parse Farming Simulator Mod files
Checks the file name, and returns:
Valid input is a file or folder, any type that coerces into a &Path.
let json_representation = fs_mod_parser::parse_mod("FS22_Mod_File.zip").to_json_pretty();
Returned information includes:
Valid input is a file or folder, any type that coerces into a &Path.
let json_representation = fs_mod_parser::parse_savegame("savegame1.zip").to_json_pretty();
Returned information includes:
Valid input is a file or folder, any type that coerces into a &Path.
let json_representation = fs_mod_parser::parse_detail("FS22_Mod_File.zip").to_json_pretty();