Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ashvardanian/StringZilla
/ from
Method
from
rust/stringzilla.rs:385–387 ·
view source on GitHub ↗
(bytes: T)
Source
from the content-addressed store, hash-verified
383
impl<T: AsRef<[u8]>> From<T> for Byteset {
384
#[inline]
385
fn from(bytes: T) -> Self {
386
Self::from_bytes(bytes.as_ref())
387
}
388
}
389
390
use core::cell::UnsafeCell;
Callers
1
test.js
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected