Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ashvardanian/StringZilla
/ write
Method
write
rust/stringzilla.rs:664–666 ·
view source on GitHub ↗
(&mut self, bytes: &[u8])
Source
from the content-addressed store, hash-verified
662
663
#[inline]
664
fn write(&mut self, bytes: &[u8]) {
665
let _ = self.update(bytes);
666
}
667
668
// Feed integers as little-endian bytes for cross-platform stability
669
#[inline]
Callers
15
write_u8
Method · 0.80
write_u16
Method · 0.80
write_u32
Method · 0.80
write_u64
Method · 0.80
write_u128
Method · 0.80
write_usize
Method · 0.80
write_i8
Method · 0.80
write_i16
Method · 0.80
write_i32
Method · 0.80
write_i64
Method · 0.80
write_i128
Method · 0.80
write_isize
Method · 0.80
Calls
1
update
Method · 0.80
Tested by
5
streaming_hash
Function · 0.64
get_unicode_xml_data
Function · 0.64
_download_case_folding_file
Function · 0.64
_download_word_break_property_file
Function · 0.64
_download_word_break_test_file
Function · 0.64