Rust update.
authorChris Morgan <me@chrismorgan.info>
committerChris Morgan <me@chrismorgan.info>
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?

No differences found