nicoburns / blessed-rs

A community guide to the Rust ecosystem
https://blessed.rs
1.17k stars 66 forks source link

Rename arc_swap to arc-swap #50

Closed michelheusschen closed 1 year ago

michelheusschen commented 1 year ago

The crate name of arc-swap currently uses a underscore instead of a hyphen. When visiting the link you will get a "Crate not found" error.

This change renames arc_swap to arc-swap and fixes the not found error.