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
---
source: src/nalgebra.rs
expression: "roundtrip!([1, 2, 3, 4]).unwrap_err()"
---

   | [
 2 |   1,
   |    ^ didn't reach the expected minimum dims 2, got 1 at line 2 column 3
   |   2,
   |   3,
   |   4
   | ]