We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1193d57 commit 1e13ab1Copy full SHA for 1e13ab1
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "bit-iter"
3
-version = "0.1.6" # remember to update html_root_url
+version = "1.0.0" # remember to update html_root_url
4
authors = ["Christian Tamblyn <[email protected]>"]
5
edition = "2018"
6
description = "Iterate forward or backwards over the positions of set bits in a word."
src/lib.rs
@@ -36,7 +36,7 @@
36
//! ```
37
38
#![no_std]
39
-#![doc(html_root_url = "https://docs.rs/bit-iter/0.1.6")]
+#![doc(html_root_url = "https://docs.rs/bit-iter/1.0.0")]
40
41
use core::{iter::FusedIterator, mem::size_of};
42
0 commit comments