Skip to content

twissel/generic-arrayvec

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

generic-arrayvec

Build Status Build status

This crate provides interop between the arrayvec and generic_array crates, allowing you to use generic_array's GenericArray datatype as the backing storage for the data structures in arrayvec. This lets you have vector and string types that store their contents inline, with a capacity that can be referred to in generic code.

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

About

Interop between the arrayvec and generic_array crates

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Rust 77.2%
  • Shell 18.4%
  • PowerShell 4.4%