Skip to content

Commit

Permalink
Implement rust-embedded#424 but with the additional `impl Unsize<VecV…
Browse files Browse the repository at this point in the history
…iew> for Vec`
  • Loading branch information
sosthene-nitrokey committed Dec 15, 2023
1 parent fc099ec commit 07a9b25
Show file tree
Hide file tree
Showing 2 changed files with 969 additions and 37 deletions.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ pub use indexmap::{
pub use indexset::{FnvIndexSet, IndexSet, Iter as IndexSetIter};
pub use linear_map::LinearMap;
pub use string::String;
pub use vec::Vec;
pub use vec::{Vec, VecView};

#[macro_use]
#[cfg(test)]
Expand Down
Loading

0 comments on commit 07a9b25

Please sign in to comment.