1
Fork 0

Rewrite MemDecoder around pointers not a slice

This commit is contained in:
Ben Kimock 2023-04-20 23:11:47 -04:00
parent 39c6804b92
commit 1f67ba61a9
11 changed files with 174 additions and 130 deletions

View file

@ -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)]