microfetch/crates/lib
Amaan Qureshi e77976b94b
asm: extract per-arch syscall impls into separate modules
The monolithic lib.rs had grown to 2600+ lines of `#[cfg(target_arch)]`
blocks interleaved inside every `sys_*` function. Reading or modifying one
arch's syscalls meant scrolling past thirteen others. Pull each arch's asm
into `<arch>.rs`, re-exported via a single `#[cfg] #[path] mod arch;` so
`lib.rs` only contains wrappers, structs, and module dispatch. Adding a new
architecture now touches one new file plus one three-line mod decl.
2026-04-18 18:31:49 -04:00
..
src asm: extract per-arch syscall impls into separate modules 2026-04-18 18:31:49 -04:00
Cargo.toml chore: bump hotpath from 0.14.1 to 0.15.0 2026-04-13 11:39:59 +00:00