File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2
2
3
3
All notable changes to this project will be documented in this file.
4
4
5
- The format is based on [ Keep a Changelog] ( http ://keepachangelog.com/)
6
- and this project adheres to [ Semantic Versioning] ( http ://semver.org/) .
5
+ The format is based on [ Keep a Changelog] ( https ://keepachangelog.com/)
6
+ and this project adheres to [ Semantic Versioning] ( https ://semver.org/) .
7
7
8
8
## [ Unreleased]
9
9
Original file line number Diff line number Diff line change @@ -114,8 +114,8 @@ this pre-generates seeds at compile time and embeds them as constants. See [aHas
114
114
115
115
Licensed under either of:
116
116
117
- * Apache License, Version 2.0, ([ LICENSE-APACHE] ( LICENSE-APACHE ) or http ://www.apache.org/licenses/LICENSE-2.0 )
118
- * MIT license ([ LICENSE-MIT] ( LICENSE-MIT ) or http ://opensource.org/licenses/MIT )
117
+ * Apache License, Version 2.0, ([ LICENSE-APACHE] ( LICENSE-APACHE ) or https ://www.apache.org/licenses/LICENSE-2.0 )
118
+ * MIT license ([ LICENSE-MIT] ( LICENSE-MIT ) or https ://opensource.org/licenses/MIT )
119
119
120
120
at your option.
121
121
Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ impl Group {
105
105
#[ inline]
106
106
pub fn match_byte ( self , byte : u8 ) -> BitMask {
107
107
// This algorithm is derived from
108
- // http ://graphics.stanford.edu/~seander/bithacks.html##ValueInWord
108
+ // https ://graphics.stanford.edu/~seander/bithacks.html##ValueInWord
109
109
let cmp = self . 0 ^ repeat ( byte) ;
110
110
BitMask ( ( cmp. wrapping_sub ( repeat ( 0x01 ) ) & !cmp & repeat ( 0x80 ) ) . to_le ( ) )
111
111
}
You can’t perform that action at this time.
0 commit comments