ferrilab / bitvec

A crate for managing memory bit by bit
https://myrrlyn.net/crates/bitvec
MIT License
1.23k stars 116 forks source link

Dead documentation link #225

Open jestarray opened 1 year ago

jestarray commented 1 year ago

the link: https://bitvecto-rs.github.io/bitvec/memory-representation from here: https://docs.rs/bitvec/latest/bitvec/order/struct.Lsb0.html

is dead.

Trolldemorted commented 9 months ago

do you know where the content is hosted at the moment?

jestarray commented 9 months ago

do you know where the content is hosted at the moment?

https://github.com/ferrilab/bitvec/blob/main/book/memory-representation.md Most likely its this?

Trolldemorted commented 9 months ago

That is an individual page from the book's source code, not the rendered html of the entire book

robo9k commented 7 months ago

Seems like the GitHub org changed, the book and specific page are at https://ferrilab.github.io/bitvec/memory-representation.html now