Skip to content

Commit af6cd75

Browse files
Implement rust-embedded#424 but with the additional impl Unsize<VecView> for Vec
1 parent 9a22b83 commit af6cd75

File tree

2 files changed

+969
-37
lines changed

2 files changed

+969
-37
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ pub use indexmap::{
8989
pub use indexset::{FnvIndexSet, IndexSet, Iter as IndexSetIter};
9090
pub use linear_map::LinearMap;
9191
pub use string::String;
92-
pub use vec::Vec;
92+
pub use vec::{Vec, VecView};
9393

9494
#[macro_use]
9595
#[cfg(test)]

0 commit comments

Comments
 (0)