Cargo Features

STRMATH has no features set by default.

[dependencies]
strmath = { version = "0.4.5", features = ["full", "add", "sub", "mul", "div", "rem", "display", "math"] }
full = display, math
add math?

Affects ops::add

sub math?

Affects ops::sub

mul math?

Affects ops::mul

div math?

Affects ops::div

rem math?

Affects ops::rem

display full?
math full? = add, div, mul, rem, sub