Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/LPC4/Full-Stack
/ encode_decode.rs
File
encode_decode.rs
crates/asm-to-binary/src/encode_decode.rs:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
pub type Reg = u8;
2
3
pub trait RiscvFormat: Sized {
4
fn encode(self) -> u32;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected