NDS-API - Rust SDK
Protocol SDK for NDS-API (NoieDigitalSystem) on Rust.
- Protocol spec:
../spec/proto/ - Repo docs index:
../docs/README.md
Installation
Features
- Protocol types: Identity / Asset / Event / Transaction / Result / Context
- Proto compatibility: matches the NDS Protocol Buffers specification
- Runtime-agnostic: no Bukkit/Paper, no database, no network stack dependencies
Quick Start
Decimal
use Decimal;
let d = Decimal ;
println!;
Packages
| Crate | Description |
|---|---|
noie-nds-api |
Rust protobuf DTOs (prost) |
Compatibility
- Rust 1.93.0 (edition 2021)
Notes (generated code)
- Protobuf DTOs are generated from
../spec/proto/**via Buf. - Generation template:
../spec/buf.gen.yaml