1 unstable release
Uses old Rust 2015
0.1.0 | Sep 21, 2017 |
---|
#9 in #bullet
2KB
bullet
An attempt at a computer algbra system written in Rust
(It also contains a few useful traits, a proc_macro to turn mathematical notation into Rust code, avx-assembly or executable code.)
Building:
Bullet makes use of unstable features, so a nightly rustc is needed to compile it.
To build it, you will need a CPU supporting avx
and enable it:
Write the following into math/.cargo/config
to enable it just here:
[build]
rustflags = "-C target-cpu=native"
(It also works without avx, but then the JIT insn't avaible.)
Dependencies
~9.5MB
~203K SLoC