FEAT: Copy RangeArgument from crate odds

This means odds is no longer a public dependency, which simplifies the
version story for arrayvec
This commit is contained in:
bluss
2017-07-30 13:00:53 +02:00
parent 5dcb5ab2c7
commit 79ccdcd910
2 changed files with 44 additions and 1 deletions
+2 -1
View File
@@ -53,9 +53,10 @@ use serde::{Serialize, Deserialize, Serializer, Deserializer};
mod array;
mod array_string;
mod range;
pub use array::Array;
pub use odds::IndexRange as RangeArgument;
pub use range::RangeArgument;
use array::Index;
pub use array_string::ArrayString;