File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change 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
46the 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
910If 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
1314The basic idea is that when we know at compile time the size of a
1415slice 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