Skip to content

Commit

Permalink
Vec: add const-erased "view"
Browse files Browse the repository at this point in the history
  • Loading branch information
sosthene-nitrokey committed Dec 15, 2023
1 parent fc099ec commit ac48463
Show file tree
Hide file tree
Showing 2 changed files with 582 additions and 47 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 ac48463

Please sign in to comment.