Pinned Repositories
adxl313-rs
13bit ±4g 3-axis accelerometer from Analog Devices. Rust driver using the accelerometer crate
GradleGroovyRobot
A proof of concept getting groovy running on RoboVM
keycloak-rocket-user-regisration
Example Keycloak user registration service using Rust (with an SMS OTP)
mci-rs
poc-apache-pulsar-authz-oidc
POC OIDC Authz for Apache Pulsar using OIDC
rust-expo-wasm
POC of loading a Rust-built WASM file into an Expo.io project
seeed-lora-e5-at-commands
tokio-cron-scheduler
Schedule tasks on Tokio using cron-like annotation
mvniekerk's Repositories
mvniekerk/tokio-cron-scheduler
Schedule tasks on Tokio using cron-like annotation
mvniekerk/seeed-lora-e5-at-commands
mvniekerk/moko-mkl62ba-at-commands-rs
Moko MKL62BA AT Commands for use in Rust
mvniekerk/agri-io-at-commands
AT Commands for Agri-iO Boards
mvniekerk/atat
no_std crate for parsing AT commands
mvniekerk/awesome-embedded-rust
Curated list of resources for Embedded and Low-level development in the Rust programming language
mvniekerk/bmp_to_bw_bytes
Black and white BMP converted to a raw bytes
mvniekerk/embassy
Modern embedded framework, using Rust and async.
mvniekerk/english-to-cron
Converts natural language into cron expressions
mvniekerk/fd-lock
Advisory cross-platform file locks using file descriptors
mvniekerk/h2
HTTP 2.0 client & server implementation for Rust.
mvniekerk/hyper
An HTTP library for Rust
mvniekerk/hyper-rustls
Integration between hyper HTTP library and rustls TLS stack
mvniekerk/hyper-util
Common utilities used with hyper.
mvniekerk/libc
Raw bindings to platform APIs for Rust. Libc for WASIX
mvniekerk/mio
Metal I/O library for Rust. `WASIX SUPPORTED`
mvniekerk/parking_lot
Compact and efficient synchronization primitives for Rust. Also provides an API for creating custom synchronization primitives.
mvniekerk/pgmodeler-x11
Primarily it is a way to build and run pgModeler inside Docker. However, it is also a build environment that does cross-platform UI compilation from inside Docker, compiling using GTK and Rust. i.e. it is a mechanism to build Linux and macOS binaries in Docker (Windows support on its way).
mvniekerk/reqwest
An easy and powerful Rust HTTP Client
mvniekerk/rustc-protoc-docker-container
Docker container that has Rust and Protobuf. Used for mainly building things
mvniekerk/rustix
Safe Rust bindings to POSIX-ish APIs
mvniekerk/rustls-native-certs
Integration with OS certificate stores for rustls - Compiles to WASIX
mvniekerk/rustyline
Readline Implementation in Rust
mvniekerk/signal-hook
Rust library allowing to register multiple handlers for the same signal
mvniekerk/socket2
Advanced configuration options for sockets. `WASIX SUPPORTED`
mvniekerk/surrealdb
A scalable, distributed, collaborative, document-graph database, for the realtime web
mvniekerk/tfmicro
mvniekerk/tokio
A runtime for writing reliable asynchronous applications with Rust. Provides I/O, networking, scheduling, timers, .... `WASIX SUPPORTED`
mvniekerk/tokio-rustls
Async TLS for the Tokio runtime
mvniekerk/tower
async fn(Request) -> Result<Response, Error>