From 6b1ddb826e230b0b391235a6a5b9433fd8ab4a4a Mon Sep 17 00:00:00 2001 From: James Munns Date: Mon, 20 Jan 2020 01:38:22 +0100 Subject: [PATCH] Add bitmatch --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index af9b539..78ee3e5 100644 --- a/README.md +++ b/README.md @@ -692,6 +692,7 @@ Work in progress drivers. Help the authors make these crates awesome! 1. [atomic](https://crates.io/crates/atomic): Generic Atomic wrapper type. ![crates.io](https://img.shields.io/crates/v/atomic.svg) 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) +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) 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) 1. [bit_field](https://crates.io/crates/bit_field): manipulating bitfields and bitarrays - ![crates.io](https://img.shields.io/crates/v/bit_field.svg) 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)