Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Slowerzs/PPLSystem
/ B
Class
B
endian_codec/src/lib.rs:350–352 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
348
349
#[derive(PackedSize)]
350
struct B {
351
_a: u16,
352
}
353
assert_eq!(B::PACKED_LEN, 2);
354
355
#[derive(PackedSize)]
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected