README says that this crate supports no_std, however it depends on num-traits with i128 feature (even when run with no default features).
When I test some program that is dependand on num complex, with no-std-check (https://github.com/mystor/cargo-no-std-check)
I get this error: thread 'main' panicked at 'i128 support was not detected!
README says that this crate supports no_std, however it depends on
num-traitswithi128feature (even when run with no default features).When I test some program that is dependand on num complex, with no-std-check (https://github.com/mystor/cargo-no-std-check)
I get this error:
thread 'main' panicked at 'i128 support was not detected!