rustonaut / vec1

Rust `Vec<T>` wrapper that gurantees to contain at least 1 element
Apache License 2.0
90 stars 15 forks source link

Check List of methods for methods from `Vec` which need to be added. #7

Closed rustonaut closed 5 years ago

rustonaut commented 5 years ago

Go through all "new" methods and add proxies where necessary and possible. (Note that some methods are from slice deref, so they are automatically exposed).