A secure, high-performance messaging protocol library
Verifying constant-time code with symbolic execution
Rust implementation of Selective Disclosure JWTs (SD-JWT)
A no_std Rust driver for SD/MMC cards on Phytium E2000 series SoCs
Convenient proc-macro for defining structs with bitfields
Driver and protocol library for InkyFrame devices with peripheral support.
TBTL's library for handling SD-JWT specification.
Raic programming language — compiles to Rust
Tick-based communication library for server-client architectures.
Embedded sdmmc driver with async support
Pure Rust AirPlay server library
A no_std SOME/IP-SD wire protocol parser and serializer with zero-allocation design
An alternative to OpenStruct that more strict in assigning values and deeper in consuming the passed Hash and transforming it back to Hash or JSON, equipped with deep digging capabilities.
RecursiveOpenStruct is a subclass of OpenStruct. It differs from OpenStruct in that it allows nested hashes to be treated in a recursive fashion. For example: ros = RecursiveOpenStruct.new({ :a => { :b => 'c' } }) ros.a.b # 'c' Also, nested hashes can still be accessed as hashes: ros.a_as_a_hash # { :b => 'c' } > This is a fork of the original recursive-open-struct > to include a fix for https://github.com/aetherknight/recursive-open-struct/issues/46
No description provided.
No description provided.