raptorq/examples
Slesarew 5a720829fa
feat: support no_std (#143)
* feat: support no_std

`metal` feature supports `no_std` in configuration `default-features = false, features = ["metal"]`.
Float calculation is done via `micromath` crate.

All previously available functionality remains under default `std` feature.

Some tweaking of `python` and `wasm` features was done to compile tests.

* feat: get rid of floats (#2)

* feat: remove conversion to f64, fix features

* chore: uncomment symbols_required checker, fmt

* revert: add cdylib target for python support

* fix: generalize crate type

---------

Co-authored-by: varovainen <99664267+varovainen@users.noreply.github.com>
2023-02-02 18:07:41 -08:00
..
index.html Added wasm build configuration (#136) 2022-10-08 21:08:55 -07:00
main.py feat: Add CPython wrapper (#33) 2020-01-13 19:58:01 -08:00
main.rs feat: support no_std (#143) 2023-02-02 18:07:41 -08:00