Skip to content

Vec<Option<T>>-like container

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

murarth/option_vec

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OptionVec

An abstraction over Vec<Option<T>>, allowing insertion and removal of elements while maintaining an element's position in the container.

Documentation

Usage

[dependencies]
option_vec = "0.1"

And this to your crate root:

extern crate option_vec;

License

option_vec is distributed under the terms of both the MIT license and the Apache License (Version 2.0).

See LICENSE-APACHE and LICENSE-MIT for details.

About

Vec<Option<T>>-like container

Topics

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages