Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Slowerzs/PPLSystem
/ A
Class
A
endian_codec/src/lib.rs:346–346 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
344
fn derive_endian_size() {
345
#[derive(PackedSize)]
346
struct A {};
347
assert_eq!(A::PACKED_LEN, 0);
348
349
#[derive(PackedSize)]
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected