File tree 1 file changed +7
-6
lines changed
1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change 1
1
# arrayref
2
2
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
4
6
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.
8
9
9
10
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.
12
13
13
14
The basic idea is that when we know at compile time the size of a
14
15
slice we want, we should be able to take an array reference instead of
You can’t perform that action at this time.
0 commit comments