serde-ndim 2.2.1

Serde support for n-dimensional arrays from self-describing formats
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
---
source: src/ndarray.rs
expression: "roundtrip!(Array3 < i32 >, [[[[1, 2, 3], [4, 5, 6]]]]).unwrap_err()"
---

   | [
   |   [
   |     [
 5 |       1,
   |       ^ maximum dims of 3 exceeded at line 5 column 8
   |       2,
   |       3
   |     ],