Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dermesser/integer-encoding-rs
/ main
Function
main
examples/read_write_file.rs:50–55 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
48
49
#[tokio::main]
50
async fn main() {
51
write_test_files().await.unwrap();
52
53
read_and_verify_varints().await.unwrap();
54
read_and_verify_fixedints().await.unwrap();
55
}
Callers
nothing calls this directly
Calls
3
write_test_files
Function · 0.85
read_and_verify_varints
Function · 0.85
read_and_verify_fixedints
Function · 0.85
Tested by
no test coverage detected