Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/andylokandy/byte
/ types & classes
Types & classes
10 in github.com/andylokandy/byte
⨍
Functions
38
◇
Types & classes
10
Enum
Bytes
src/ctx/bytes.rs:27
Interface
BytesExt
Extension methods for byte slices. # Offset The first parameter of each method is offset, instructing the position to begin, which will be increaed
src/lib.rs:263
Enum
Endian
src/ctx/num.rs:24
Enum
Error
src/lib.rs:166
Class
Header
benches/lib.rs:115
Class
Header
tests/lib.rs:233
Class
Iter
src/lib.rs:444
Enum
Str
src/ctx/str.rs:31
Interface
TryRead
A data structure that can be deserialized. Types implement this trait can be `read()` from byte slice.
src/lib.rs:199
Interface
TryWrite
A data structure that can be serialized. Types implement this trait can be `write()` into byte slice.
src/lib.rs:229