NULLx76 / ringbuffer

A fixed-size circular buffer written in Rust.
https://crates.io/crates/ringbuffer
MIT License
96 stars 20 forks source link

`README`: make the ringbuffer names link to the docs #107

Closed tertsdiepraam closed 1 year ago

tertsdiepraam commented 1 year ago

These links seemed to have disappeared between 0.14 and the current main branch. Because the README.md is synced with the module documentation, the links will also show up there. But they won't link to the version you're currently looking at, but always to the latest version on [docs.rs]. Still this is a small improvement that will probably make sense for most users.

The alternative would be to write [AllocRingBuffer], which makes sense for rustdoc, but won't create a valid link elsewhere (such as on GitHub).