Cargo Features

sysfunc-byteorder has no features set by default.

[dependencies]
sysfunc-byteorder = { version = "0.1.2", features = ["no-core", "enable-128", "force-conversion"] }
no-core

Adds #![no_core]

enable-128

Enables u128

Affects sysfunc-byteorder::get_byte_order_128

force-conversion

Force target_endian to be skipped and use from_be in all cases.