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
- Host: GitHub
- URL: https://github.com/nn1ks/bytecoding
- Owner: nn1ks
- License: apache-2.0
- Created: 2022-03-06T21:50:40.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-03-15T18:18:11.000Z (over 4 years ago)
- Last Synced: 2025-10-02T14:12:34.740Z (9 months ago)
- Topics: bytecode, rust
- Language: Rust
- Homepage:
- Size: 26.4 KB
- Stars: 15
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# bytecoding
[](https://crates.io/crates/bytecoding)
[](https://docs.rs/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.