riscv-isa 0.3.1

RISC-V instruction set architecture library
Documentation
1
2
3
4
5
6
7
8
# Copyright James Wainwright
#
# SPDX-License-Identifier: MPL-2.0

# Makes the `Instruction` constructions readable in `crate::decode`:
struct_lit_width = 80
# Makes the `Instruction` definition readable in `crate::instruction`:
struct_variant_width = 80