five32-instruction-set 0.1.0

Definitions for an implementation of the RISC-V instruction set.
Documentation
1
2
3
4
5

pub trait Named {
    fn get_name(&self) -> String;
}