Skip to content

NotOfficer/Usmap.NET

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation



🚀 Usmap.NET

A .NET parser for .usmap files

GitHub release Nuget Nuget Downloads GitHub issues License


📦 Installation

Install via NuGet:

Install-Package Usmap.NET

✨ Features

  • Supports up to version 4 (ExplicitEnumValues)
  • Supports compressed files with: Brotli, Oodle & Zstandard

🔧 Example Usage

using UsmapDotNet;

var usmap = Usmap.Parse("C:/Test/Example.usmap", new UsmapOptions
{
    Oodle = oodleInstance, // optional for oodle compressed files
    SaveNames = false
});

🤝 Contributing

Contributions are welcome and appreciated!

Whether it's fixing a typo, suggesting an improvement, or submitting a pull request — every bit helps.


📄 License

This project is licensed under the MIT License.


⭐️ Star the repo if you find it useful!
Feel free to open an issue if you have any questions or feedback.

About

A .NET parser for .usmap files

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages