Crates.io | fs_mod_parser |
lib.rs | fs_mod_parser |
version | 0.1.3 |
source | src |
created_at | 2024-10-29 01:56:48.955478 |
updated_at | 2024-11-14 03:01:33.086313 |
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,606,141 |
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();