Merge branch 'ef-tests' into v0.6.1

This commit is contained in:
Paul Hauner
2019-05-22 14:46:10 +10:00
36 changed files with 1457 additions and 62 deletions

View File

@@ -9,6 +9,7 @@ pub use typenum;
mod impls;
#[derive(Debug, PartialEq, Clone, Serialize, Deserialize)]
#[serde(transparent)]
pub struct FixedLenVec<T, N> {
vec: Vec<T>,
_phantom: PhantomData<N>,