rust-num / num-complex

Complex numbers for Rust
Apache License 2.0
232 stars 50 forks source link

Add no_std support #22

Closed cuviper closed 6 years ago

cuviper commented 6 years ago

Based on @termoshtt's #15, without the intrusive file splitting. I also addressed the other review comments I had left there. The limitations of no_std are the missing implementations of Error and methods based on Float, although FloatCore is now used for a few things. Format widths are also not supported, as I couldn't find a way to do this without using a temporary String.

Fixes #6. Closes #15.

cuviper commented 6 years ago

bors r+

bors[bot] commented 6 years ago

Build succeeded