nsys-mat 0.5.4

Dynamically sized 2d storage with rectangular iterators and in-place resizing
Documentation
1
2
3
4
5
6
7
with import <nixpkgs> {};
pkgs.mkShell {
  buildInputs = [
    rustup
    rust-analyzer
  ];
}