1
Fork 0

Deduplicate and generalize some (de/)serializer impls

This commit is contained in:
Oliver Scherer 2020-09-26 14:55:42 +02:00
parent fd15e6180d
commit 455f284496
2 changed files with 12 additions and 23 deletions

View file

@ -13,6 +13,7 @@ Core encoding and decoding interfaces.
#![feature(never_type)]
#![feature(nll)]
#![feature(associated_type_bounds)]
#![feature(min_const_generics)]
#![cfg_attr(test, feature(test))]
#![allow(rustc::internal)]