Commit Graph

16 Commits

Author SHA1 Message Date
Josh Stone a5cc37c558 Add #[allow(const_err)] on test offset_index_out_of_bounds
The compiler now raises a deny-by-default `const_err` lint on this test,
which doesn't let it get to the expected `#[should_panic]`.  We can
allow that lint in order to let the test hit the error it wants.
2018-09-07 15:40:11 -07:00
Gilad Naaman 2337b1df25 Fixed unsafe/packing related warnings 2018-01-15 23:32:02 +02:00
Gilad Naaman f402a6f370 Bumped version to 0.2 2018-01-13 19:37:05 +02:00
Gilad Naaman fd1c1ef13b Merge pull request #2 from jeehoonkang/rust-1.12.1
Support Rust 1.12.1
2018-01-13 19:17:16 +02:00
Jeehoon Kang 3faf536944 Support Rust 1.12.1 2018-01-13 23:13:21 +09:00
Gilad Naaman 8f0b20382e Doc: Fixed incorrect calim about "..=" 2017-10-17 20:20:29 +03:00
Gilad Naaman 745368a41f Cargo.toml update 2017-10-17 09:15:37 +03:00
Gilad Naaman 8d2818c039 More readme examples 2017-10-17 09:08:07 +03:00
Gilad Naaman 16fca9241f doc+disclaimer 2017-10-17 09:04:17 +03:00
Gilad Naaman e96f43aa32 RustFmt run 2017-10-17 09:00:53 +03:00
Gilad Naaman 14acc5cb29 Improved span_of! implementation 2017-10-17 08:50:12 +03:00
Gilad Naaman fc9c50ca3f Switched back into using uninitialized memory instead of nullptr 2017-10-17 08:41:26 +03:00
Gilad Naaman c2d4432de7 Switched to the MIT license 2017-10-17 08:37:35 +03:00
Gilad Naaman 057a247d25 Cleanup. Macors no longer thoretically allocate. 2017-10-16 22:51:37 +03:00
Gilad Naaman 32cbbb79ac Changed name offset->memoffset 2017-10-16 06:22:58 +03:00
Gilad Naaman 2946b7e5f5 Initial Commit 2017-10-15 23:38:00 +03:00