An open API service indexing awesome lists of open source software.

https://github.com/renproject/abi

A generic application binary interface with support for extensions
https://github.com/renproject/abi

Last synced: about 1 year ago
JSON representation

A generic application binary interface with support for extensions

Awesome Lists containing this project

README

          

# `🔩 abi`

The `🔩 abi` package contains standard data types that can be marshaled to/from binary. This is useful for applications that need to communicate types over storage/network boundaries. Its core goal is to be useful for malicious inputs.

Supports:

- [x] strings,
- [x] byte slices,
- [x] byte arrays,
- [x] unsigned integers,
- [x] lists, and
- [x] records.

Built with ❤ by Ren.