Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ImageOptim/libimagequant
/ rayoff.rs
File
rayoff.rs
src/rayoff.rs:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
use once_cell::unsync::OnceCell;
2
use std::slice::ChunksMut;
3
4
pub(crate) struct ThreadLocal<T>(OnceCell<T>);
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected