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

https://github.com/nn1ks/bytecoding

Derive macro for encoding/decoding instructions and operands as bytecode
https://github.com/nn1ks/bytecoding

bytecode rust

Last synced: 8 months ago
JSON representation

Derive macro for encoding/decoding instructions and operands as bytecode

Awesome Lists containing this project

README

          

# bytecoding

[![Crate](https://img.shields.io/crates/v/bytecoding)](https://crates.io/crates/bytecoding)
[![Docs](https://img.shields.io/static/v1?label=docs&message=latest&color=yellow)](https://docs.rs/bytecoding)
[![License](https://img.shields.io/crates/l/bytecoding)](https://github.com/nn1ks/bytecoding#license)

Derive macro for encoding and decoding instructions and operands as bytecode.

## [Documentation](https://docs.rs/bytecoding)

## License

Licensed under either of [Apache License, Version 2.0] or [MIT License] at your option.

[Apache License, Version 2.0]: https://github.com/nn1ks/bytecoding/blob/master/LICENSE-APACHE
[MIT License]: https://github.com/nn1ks/bytecoding/blob/master/LICENSE-MIT

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in
this crate by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without
any additional terms or conditions.