nsys-math-utils 0.1.2

Math types and traits
Documentation
1
2
3
4
5
6
7
8
9
10
with import <nixpkgs> {};
mkShell {
  buildInputs = [
    cargo-udeps
    gdb # required for rust-gdb
    glab
    rustup
    rust-analyzer
  ];
}