3 unstable releases

new 0.10.2 May 22, 2024
0.10.0 May 15, 2024
0.1.0 Mar 6, 2024

#26 in #unc

Download history 145/week @ 2024-03-04 15/week @ 2024-03-11 16/week @ 2024-03-18 4/week @ 2024-03-25 118/week @ 2024-04-01 45/week @ 2024-04-08 54/week @ 2024-04-15 8/week @ 2024-04-22 174/week @ 2024-05-13

182 downloads per month
Used in 11 crates (5 directly)

MIT/Apache

37KB
767 lines

unc-abi-rs

Rust library providing unc ABI models.

Github CI Build Crates.io version Download Reference Documentation

unc ABI | Reference Documentation | Contributing

Release notes

Release notes and unreleased changes can be found in the CHANGELOG

Overview

Warning: ABI is still in early stages of development so expect breaking changes to this library until we reach 1.0

This library is meant to serve as an unopinionated reference for Rust models of the Utility ABI.

ABI Metaschema

This repo also contains meta JSON Schemas of ABI. These schemas can be found in the metaschema folder: unc-abi-${version}-schema.json for a specific ABI schema version or unc-abi-current-schema.json for what is currently in the main branch of the repository.

Metaschemas describe the properties of ABI schema format and allow anyone to validate whether a JSON file is a valid unc ABI. For example, one could use an online validator like https://www.jsonschemavalidator.net/ or a library such as ajv.

Contributing

If you are interested in contributing, please look at the contributing guidelines.

License

Licensed under either of

at your option.

Dependencies

~2.2–3MB
~66K SLoC