Skip to content

Commit f4fcb5c

Browse files
committed
Update README
1 parent cc8cb29 commit f4fcb5c

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

README.rst

+23
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
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.
112

213
Please read the `API documentation here`__
314

@@ -8,6 +19,18 @@ __ http://bluss.github.io/rust-ndarray/
819
.. |build_status| image:: https://travis-ci.org/bluss/rust-ndarray.svg?branch=master
920
.. _build_status: https://travis-ci.org/bluss/rust-ndarray
1021

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
1134

1235
License
1336
=======

0 commit comments

Comments
 (0)