Expand description
This crate provides a set of functions to encode x86-64 instructions.
Most of the encoders here are unsafe, e.g. they don’t validate the operands. It is up to the caller to ensure that the operands are valid.
The crate tries to follow x86 Intel’s manual conventions as close as possible.