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
- Host: GitHub
- URL: https://github.com/renproject/abi
- Owner: renproject
- License: mit
- Created: 2020-02-28T06:04:01.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-20T04:46:11.000Z (about 6 years ago)
- Last Synced: 2024-06-19T10:15:30.248Z (almost 2 years ago)
- Language: Go
- Size: 67.4 KB
- Stars: 4
- Watchers: 5
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.