Skip to content

Commit dab508a

Browse files
committed
update README
1 parent 9c4a0fa commit dab508a

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

README.md

+7-6
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
# arrayref
22

3-
This is a very small rust module, which contains just two macros, for
3+
[![Build Status](https://travis-ci.org/droundy/arrayref.svg?branch=master)](https://travis-ci.org/droundy/arrayref)
4+
5+
This is a very small rust module, which contains just four macros, for
46
the taking of array references to slices of... sliceable things.
5-
These two macros (which are awkwardly named) should be perfectly safe,
6-
but this is my first time writing unsafe code, so I will **greatly**
7-
appreciate any code review.
7+
These macros (which are awkwardly named) should be perfectly safe, and
8+
have seen just a tad of code review.
89

910
If you are considering providing code review, but think it might be
10-
too time-consuming, please consider that this is only 21 lines of
11-
actual code, although I have another 80 or so lines of test code.
11+
too time-consuming, please consider that this is only a few lines of
12+
actual code, although I have considerably more test code.
1213

1314
The basic idea is that when we know at compile time the size of a
1415
slice we want, we should be able to take an array reference instead of

0 commit comments

Comments
 (0)