Pinned Repositories
anyhow_playground
Easy sample code for using anyhow and thiserror
aversion
Rust versioned data structures with auto-upgrading
cargo-cranky
An easy to configure wrapper for Rust's clippy
cbindgen-demo
An example of using cbindgen to call Rust code from C.
cddl-cat
A Rust library for validating CBOR or JSON data against a CDDL schema specification
crates_io_analyzer
Investigating published Rust crates
escape8259
RFC8259-compliant string escaping and un-escaping in Rust
freezebox
Rust FreezeBox: An atomic initialize-once Box with runtime safety checks
json-parser-toy
Let's write a parser in Rust!
rust-cursor-bench
Benchmarking Rust cursor types
ericseppanen's Repositories
ericseppanen/cargo-cranky
An easy to configure wrapper for Rust's clippy
ericseppanen/json-parser-toy
Let's write a parser in Rust!
ericseppanen/cddl-cat
A Rust library for validating CBOR or JSON data against a CDDL schema specification
ericseppanen/escape8259
RFC8259-compliant string escaping and un-escaping in Rust
ericseppanen/cbor-tools
ericseppanen/packed_str
Rust crate that implements compact storage of immutable strings
ericseppanen/rust-http-proxy
A basic http proxy, written in Rust.
ericseppanen/freezebox
Rust FreezeBox: An atomic initialize-once Box with runtime safety checks
ericseppanen/babysteps
Babysteps blog
ericseppanen/bookfile
A rust file format that stores "chapters" with an index.
ericseppanen/cert_tools
ericseppanen/conv2
Conversion traits for Rust
ericseppanen/ericbot
ericseppanen/fixed_channel
ericseppanen/hexfloat2
Rust support for IEEE754 hexfloat syntax
ericseppanen/image-compare
image comparison in rust
ericseppanen/magic_kit
Shared singleton objects, lazily constructed
ericseppanen/pimoroni-interstate75
Rust Board Support Package for the Pimoroni Interstate 75
ericseppanen/proc_macro_abc
Exercises for learning proc_macros in Rust
ericseppanen/rp-hal-boards
Board Support Packages for RP2040 based PCBs
ericseppanen/rust
Empowering everyone to build reliable and efficient software.
ericseppanen/rust-bindgen
Automatically generates Rust FFI bindings to C (and some C++) libraries.
ericseppanen/rustacean-station.org
Home of the Rustacean Station podcast
ericseppanen/rustc-perf
Website for graphing performance of rustc
ericseppanen/spaceship
A simple 2d shooter written in Rust using Bevy
ericseppanen/thingbuf
in-place allocation-reusing queues for Rust
ericseppanen/this-week-in-rust
Data for this-week-in-rust.org
ericseppanen/truncate-integer
Integer truncation tools for Rust
ericseppanen/unsound-zoo
The Unsound Zoo: examples of shooting yourself in the foot with Rust
ericseppanen/x509-test
Certificates for testing TLS