dntk-matrix 0.1.0

Statically sized matrix using a definition with const generics (only for nightly)
Documentation
1
2
3
4
5
6
7
FROM rustlang/rust:nightly

WORKDIR /usr/src/matrix

RUN cargo install cargo-nextest

CMD ["bash"]