scaled 0.0.3

euclid point and vector types with fixed-point scalars
Documentation
1
2
3
4
5
6
7
8
9
10
with import <nixpkgs> {};
mkShell {
  buildInputs = [
    gdb  # required for rust-gdb
    gnuplot
    llvm
    rustup
    rust-analyzer
  ];
}