File tree 1 file changed +23
-0
lines changed
1 file changed +23
-0
lines changed Original file line number Diff line number Diff line change
1
+ rendarray
2
+ =========
3
+
4
+ An arbitrary dimension N-dimensional array container of elements of
5
+ arbitrary types.
6
+
7
+ Features
8
+
9
+ - Array views and slices, including lightweight transposition
10
+ - Broadcast array dimensions
11
+ - Good support for numerics, but lacking optimization.
1
12
2
13
Please read the `API documentation here `__
3
14
@@ -8,6 +19,18 @@ __ http://bluss.github.io/rust-ndarray/
8
19
.. |build_status | image :: https://travis-ci.org/bluss/rust-ndarray.svg?branch=master
9
20
.. _build_status : https://travis-ci.org/bluss/rust-ndarray
10
21
22
+ How to use with cargo::
23
+
24
+ [dependencies]
25
+ rendarray = "0.1"
26
+
27
+ Recent Changes
28
+ --------------
29
+
30
+ - 0.1.0
31
+
32
+ - First release on crates.io
33
+ - Starting point for evolution to come
11
34
12
35
License
13
36
=======
You can’t perform that action at this time.
0 commit comments