Pinned Repositories
.config
My config files and list of CLI tools
asn1-rs
Parsers/Encoders for ASN.1 BER/DER data
config-app
Some demonstration how you can use clap and figment for Rust app configuraiton
indexed-hash-set
A bidirectional set whose entries can either be accessed via an index or via hashing.
MattesWhite.github.io
meetup_franken
Exercises and slides for the Rust Meetup Franken
metis-rs
A Notation3 crate for Rust
sophia-otm
Implementation of object-triple-mapping for sophia.
type-state-presentation
The slides and demo code of my 'When to (not) use typestate' talk at RustFest Zurich 2024
MattesWhite's Repositories
MattesWhite/type-state-presentation
The slides and demo code of my 'When to (not) use typestate' talk at RustFest Zurich 2024
MattesWhite/meetup_franken
Exercises and slides for the Rust Meetup Franken
MattesWhite/metis-rs
A Notation3 crate for Rust
MattesWhite/config-app
Some demonstration how you can use clap and figment for Rust app configuraiton
MattesWhite/indexed-hash-set
A bidirectional set whose entries can either be accessed via an index or via hashing.
MattesWhite/MattesWhite.github.io
MattesWhite/sophia-otm
Implementation of object-triple-mapping for sophia.
MattesWhite/.config
My config files and list of CLI tools
MattesWhite/asn1-rs
Parsers/Encoders for ASN.1 BER/DER data
MattesWhite/btleplug
Rust Cross-Platform Host-Side Bluetooth LE Access Library
MattesWhite/cargo-deb
A cargo subcommand that generates Debian packages from information in Cargo.toml
MattesWhite/cross
“Zero setup” cross compilation and “cross testing” of Rust crates
MattesWhite/dna-rs
Some trying around with bio informatics in Rust. Mainly for the sake of learning benchmarking and optimization techniques
MattesWhite/iref
Rust implementation of Internationalized Resource Identifiers (IRIs) and References, borrowed and owned.
MattesWhite/mijia-homie
A Homie MQTT bridge for the Xiaomi Mijia 2 hygrometer-thermometer. This repo also serves as the monorepo for a handful of helper crates related to Homie and Bluetooth.
MattesWhite/nats.rs
Rust client for NATS, the cloud native messaging system.
MattesWhite/open62541
Open source implementation of OPC UA (OPC Unified Architecture) aka IEC 62541 licensed under Mozilla Public License v2.0
MattesWhite/pointer-utils
A collection of small utilities for working with pointer types in Rust.
MattesWhite/snmp-parser
SNMP parser written in rust with nom
MattesWhite/solid-shell
a command-line and interactive shell for Solid
MattesWhite/sophia_rs
Sophia: a Rust toolkit for RDF and Linked Data
MattesWhite/tokio-rustls
Async TLS for the Tokio runtime
MattesWhite/tracing
Application level tracing for Rust.