quaternion-core 0.3.3

Provides quaternion operations and interconversion with several attitude representations.
Documentation
1
2
3
4
5
extern crate autocfg;

fn main() {
    autocfg::rerun_path("build.rs");
}