7 lines
188 B
Rust
7 lines
188 B
Rust
//! ISA module tree
|
|
//!
|
|
//! This module defines stable ISA profiles. For PR-1.4 we expose the
|
|
//! minimal core ISA surface used by the encoder/decoder and (later) verifier.
|
|
|
|
pub mod core;
|