Skip to content

Commit b721725

Browse files
bors[bot]James Munns
andauthored
Merge #243
243: Add bitmatch crate r=adamgreig a=jamesmunns Co-authored-by: James Munns <[email protected]>
2 parents 30b9565 + 37c310b commit b721725

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -692,6 +692,7 @@ Work in progress drivers. Help the authors make these crates awesome!
692692

693693
1. [atomic](https://crates.io/crates/atomic): Generic Atomic<T> wrapper type. ![crates.io](https://img.shields.io/crates/v/atomic.svg)
694694
1. [bbqueue](https://crates.io/crates/bbqueue): A SPSC, statically allocatable queue based on BipBuffers suitable for DMA transfers - ![crates.io](https://img.shields.io/crates/v/bbqueue.svg)
695+
1. [bitmatch]: A crate that allows you to match, bind, and pack the individual bits of integers. - ![crates.io](https://img.shields.io/crates/v/bitmatch.svg)
695696
1. [biquad]: A library for creating second order IIR filters for signal processing based on Biquads, where both a Direct Form 1 (DF1) and Direct Form 2 Transposed (DF2T) implementation is available. ![crates.io](https://img.shields.io/crates/v/biquad.svg)
696697
1. [bit_field](https://crates.io/crates/bit_field): manipulating bitfields and bitarrays - ![crates.io](https://img.shields.io/crates/v/bit_field.svg)
697698
1. [bluetooth-hci](https://crates.io/crates/bluetooth-hci): device-independent Bluetooth Host-Controller Interface implementation. ![crates.io](https://img.shields.io/crates/v/bluetooth-hci.svg)
@@ -725,6 +726,7 @@ Work in progress drivers. Help the authors make these crates awesome!
725726

726727
[`cmim`]: https://crates.io/crates/cmim
727728
[`panic-persist`]: https://crates.io/crates/panic-persist
729+
[bitmatch]: https://crates.io/crates/bitmatch
728730
[biquad]: https://crates.io/crates/biquad
729731
[dcmimu]: https://crates.io/crates/dcmimu
730732
[menu]: https://github.com/thejpster/menu

0 commit comments

Comments
 (0)