Rewrite MemDecoder around pointers not a slice
This commit is contained in:
parent
39c6804b92
commit
1f67ba61a9
11 changed files with 174 additions and 130 deletions
|
@ -16,6 +16,7 @@ Core encoding and decoding interfaces.
|
|||
#![feature(maybe_uninit_slice)]
|
||||
#![feature(new_uninit)]
|
||||
#![feature(allocator_api)]
|
||||
#![feature(ptr_sub_ptr)]
|
||||
#![cfg_attr(test, feature(test))]
|
||||
#![allow(rustc::internal)]
|
||||
#![deny(rustc::untranslatable_diagnostic)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue