Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ashvardanian/StringZilla
/ write_u32
Method
write_u32
rust/stringzilla.rs:678–680 ·
view source on GitHub ↗
(&mut self, i: u32)
Source
from the content-addressed store, hash-verified
676
}
677
#[inline]
678
fn write_u32(&mut self, i: u32) {
679
self.write(&i.to_le_bytes());
680
}
681
#[inline]
682
fn write_u64(&mut self, i: u64) {
683
self.write(&i.to_le_bytes());
Callers
nothing calls this directly
Calls
1
write
Method · 0.80
Tested by
no test coverage detected