Skip to content

Commit

Permalink
Add nibble (4 bits)
Browse files Browse the repository at this point in the history
  • Loading branch information
printfn committed Mar 15, 2024
1 parent 91a73d8 commit dbab068
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/src/units/builtin.rs
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ const BITS_AND_BYTES: &[UnitTuple] = &[
("b", "", "s@bit", ""),
("B", "", "s@byte", ""),
("octet", "octets", "l@8 bits", ""),
("nibble", "nibbles", "l@4 bits", ""),
];

const STANDARD_PREFIXES: &[UnitTuple] = &[
Expand Down

0 comments on commit dbab068

Please sign in to comment.