Skip to content

Commit

Permalink
Update protocols/v2/binary-sv2/no-serde-sv2/codec/src/codec/decodable.rs
Browse files Browse the repository at this point in the history
Co-authored-by: RJ Rybarczyk <[email protected]>
  • Loading branch information
Shourya742 and rrybarczyk committed Nov 14, 2024
1 parent e0fe1f6 commit e452f0c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ impl<'a> From<DecodableField<'a>> for Vec<DecodableField<'a>> {
// Implements the decoding process for a `PrimitiveMarker`.
// Given a slice of data and an offset, this method parses the corresponding data and returns
// a `DecodablePrimitive`. This is the core mechanism for decoding primitive types like integers,
// booleans, and fixed-length byte arrays from raw byte data.
// Booleans, and fixed-length byte arrays from raw byte data.
impl PrimitiveMarker {
// Decodes a primitive value from a byte slice at the given offset, returning the corresponding
// `DecodablePrimitive`. The specific decoding logic depends on the type of the primitive (e.g., `u8`, `u16`, etc.).
Expand Down

0 comments on commit e452f0c

Please sign in to comment.