serde-ndim 2.2.1

Serde support for n-dimensional arrays from self-describing formats
Documentation
1
2
3
4
5
6
---
source: src/ndarray.rs
expression: "roundtrip!(ArrayD<bool>, [[[true, false], [false, true]]]).unwrap()"
---
[[[true, false],
  [false, true]]]