Skip to content

Commit

Permalink
Merge pull request #1863 from HaoboGu/patch-1
Browse files Browse the repository at this point in the history
Add rmk
  • Loading branch information
palfrey authored Dec 26, 2024
2 parents 713e725 + 00bf839 commit 35972ff
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ If you want to contribute, please read [this](CONTRIBUTING.md).
* [Audio and Music](#audio-and-music)
* [Blockchain](#blockchain)
* [Database](#database)
* [Embedded](#embedded)
* [Emulators](#emulators)
* [File manager](#file-manager)
* [Games](#games)
Expand Down Expand Up @@ -41,7 +42,7 @@ If you want to contribute, please read [this](CONTRIBUTING.md).
* [Build system](#build-system)
* [Debugging](#debugging)
* [Deployment](#deployment)
* [Embedded](#embedded)
* [Embedded](#embedded-1)
* [FFI](#ffi)
* [Formatters](#formatters)
* [IDEs](#ides)
Expand Down Expand Up @@ -268,6 +269,10 @@ See also [Rust - Production](https://www.rust-lang.org/production) organizations
* [vorot93/libmdbx-rs](https://github.com/vorot93/libmdbx-rs) [[mdbx-sys](https://crates.io/crates/mdbx-sys)] - Bindings for MDBX, a "fast, compact, powerful, embedded, transactional key-value database, with permissive license". This is a fork of mozilla/lmdb-rs with patches to make it work with libmdbx.
* [WooriDB](https://github.com/naomijub/wooridb) - General purpose time serial database inspired by Crux and Datomic.

### Embedded

* [rmk](https://github.com/haobogu/rmk) - A feature-rich keyboard firmware.

### Emulators

See also [crates matching keyword 'emulator'](https://crates.io/keywords/emulator).
Expand Down

0 comments on commit 35972ff

Please sign in to comment.