Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ImageOptim/libimagequant
/ CacheLineAlign
Class
CacheLineAlign
src/lib.rs:48–48 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
46
47
#[cfg_attr(feature =
"threads"
, repr(align(128)))]
48
pub(crate) struct CacheLineAlign<T>(pub T);
49
50
/// Use imagequant-sys crate instead
51
#[cfg(feature =
"_internal_c_ffi"
)]
Callers
2
remap_to_palette
Function · 0.85
iteration
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected