1 unstable release
0.1.0 | Sep 17, 2023 |
---|
#3373 in #parser
4.5MB
371 lines
Contains (DOS exe, 3.5MB) tests/fixtures/NostaleClientX.exe, (DOS exe, 3.5MB) tests/fixtures/NostaleClient.exe
NosAPI
nosapi_data
is a library for parsing NosTale's .NOS
files.
License
Distributed under the Apache License 2.0. See LICENSE for more information.
Notice of Non-Affiliation and Disclaimer
This project is not affiliated, associated, authorized, endorsed by, or in any way officially connected with Entwell Co., Gameforge 4D GmbH or any of their subsidiaries or affiliates.
lib.rs
:
Library for working with NosTale's client files.
Create features
This library uses a set of feature flags to reduce the amount of compiled code. It is possible to just enable certain features over other. By default, this crate does not enable any features but allows one to enable a subset for their use case. Below is a list of the available feature flags.
Feature Name | Description |
---|---|
serde |
Adds support for serialization using the serde crate |
json_schema |
Adds support for generating JSON schemas using the schemars crate |