Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/encounter/objdiff
/ x86.rs
File
x86.rs
objdiff-core/src/arch/x86.rs:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
use alloc::{boxed::Box, format, vec::Vec};
2
use core::cmp::Ordering;
3
4
use anyhow::{Context, Result, anyhow, bail};
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected