Fixed cast-rs link

Though I wonder whether we should use https://crates.io/crates/cast instead...
This commit is contained in:
Daniel Egger 2019-05-01 17:51:30 +02:00 committed by GitHub
parent c276ede4f1
commit 7c247a5526
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ If you find any errors in this week's issue, [please submit a PR](https://github
# Crate of the Week
This week's crate is [cast-rs](https://github.com/japaric/cast), a crate with ergonomic, checked cast functions for primitive types. Thanks to [mark-i-m](https://users.rust-lang.org/t/crate-of-the-week/2704/525) for the suggestion!
This week's crate is [cast-rs](https://github.com/japaric/cast.rs), a crate with ergonomic, checked cast functions for primitive types. Thanks to [mark-i-m](https://users.rust-lang.org/t/crate-of-the-week/2704/525) for the suggestion!
[Submit your suggestions and votes for next week][submit_crate]!