| 1234567891011121314151617 |
- use units::si
- dimension Bit
- @metric_prefixes
- @binary_prefixes
- @aliases(bit: both, bits: both)
- unit bit: Bit
- @metric_prefixes
- @binary_prefixes
- @aliases(B: short, byte: both, bytes: both, Byte: both, Bytes: both, octet, octets, Octet, Octets)
- unit byte: Bit = 8 bit
- @metric_prefixes
- @aliases(bps: short)
- unit bps: Bit / Time = bit / second
|