acddb36406
* Vec::reserve_additional -> Vec::reserve * x[] -> &*x (as the former syntax is going away) * XDeref -> Deref (as &T:Deref<T> is implemented) * CloneableVector is gone? Move trait methods back into impl for now. |
||
---|---|---|
src | ||
.gitignore | ||
.travis.yml | ||
Cargo.toml | ||
README.md |