Cargo Features
SSBC has no features set by default.
[dependencies]
ssbc = { version = "0.1.0", features = ["signedmagnitude_sub"] }
- signedmagnitude_sub
-
Matches the CSCI 335 SSBC's behavior by default (twos complement).
Enabling this feature match the CSCI 261 SSBC's behavior.