Rust update.
authorChris Morgan <me@chrismorgan.info>
committerChris Morgan <me@chrismorgan.info>
commitc29e78c5634f9e6741287e9cfb281a73d4eddcc6
treeb1465a30d3611ca7773f76a176f74191b39b1c7f
parent10244cfbba53ae2b5a4043c6f3bbd5f3b9ce8886
Rust update.

This includes following the standard new semantics for `insert` and
`remove`, where they return any value that was previously present, and
renaming `find` and `find_mut` to `get` and `get_mut`. For the moment,
I’ve even provided a deprecation path! Will wonders ever cease?
src/lib.rs