Deduplicate and generalize some (de/)serializer impls
This commit is contained in:
parent
fd15e6180d
commit
455f284496
2 changed files with 12 additions and 23 deletions
|
@ -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)]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue