Skip to content

Commit 3d473cc

Browse files
bors[bot]xoac
andauthored
Merge #246
246: Add endian_codec crate r=jamesmunns a=xoac I crate no_std crate. Maybe someone find it useful Co-authored-by: Sylwester Rąpała <[email protected]>
2 parents 4a7b01c + e5eb4d4 commit 3d473cc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -781,6 +781,7 @@ Work in progress drivers. Help the authors make these crates awesome!
781781
1. [console-traits](https://github.com/thejpster/console-traits): Describes a basic text console. Used by [menu] and implemented by [vga-framebuffer]. ![crates.io](https://img.shields.io/crates/v/console-tratis.svg)
782782
1. [`cmim`], or Cortex-M Interrupt Move: A crate for Cortex-M devices to move data to interrupt context, without needing a critical section to access the data within an interrupt, and to remove the need for the "mutex dance" - ![crates.io](https://img.shields.io/crates/v/cmim.svg)
783783
1. [dcmimu]: An algorithm for fusing low-cost triaxial MEMS gyroscope and accelerometer measurements ![crates.io](https://img.shields.io/crates/v/dcmimu.svg)
784+
1. [endian_codec]: (En/De)code rust types as packed bytes with specific order (endian). Supports derive. - [![crates.io](https://img.shields.io/crates/v/endian_codec.svg)](https://crates.io/crates/endian_codec)
784785
1. [gcode](https://github.com/Michael-F-Bryan/gcode-rs): A gcode parser for no-std applications - [![crates.io](https://img.shields.io/crates/v/gcode.svg)](https://crates.io/crates/gcode)
785786
1. [heapless](https://crates.io/crates/heapless): provides `Vec`, `String`, `LinearMap`, `RingBuffer` backed by fixed-size buffers - ![crates.io](https://img.shields.io/crates/v/heapless.svg)
786787
1. [ieee802154](https://crates.io/crates/ieee802154): Partial implementation of the IEEE 802.15.4 standard - ![crates.io](https://img.shields.io/crates/v/ieee802154.svg)
@@ -811,6 +812,7 @@ Work in progress drivers. Help the authors make these crates awesome!
811812
[bitmatch]: https://crates.io/crates/bitmatch
812813
[biquad]: https://crates.io/crates/biquad
813814
[dcmimu]: https://crates.io/crates/dcmimu
815+
[endian_codec]: https://crates.io/crates/endian_codec
814816
[menu]: https://github.com/thejpster/menu
815817
[pc-keyboard]: https://github.com/thejpster/pc-keyboard
816818
[qemu-exit]: https://crates.io/crates/qemu-exit

0 commit comments

Comments
 (0)