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/aversion
Rust versioned data structures with auto-upgrading
ericseppanen/rust-cursor-bench
Benchmarking Rust cursor types
ericseppanen/anyhow_playground
Easy sample code for using anyhow and thiserror
ericseppanen/cbindgen-demo
An example of using cbindgen to call Rust code from C.
ericseppanen/cbindgen-std-demo
An example of using cbindgen to call Rust code from C.
ericseppanen/epoch_playground
Learning crossbeam::epoch for the first time.
ericseppanen/aws_s3_token_demo
An example of using an STS federated token to access an S3 "folder"
ericseppanen/binserde
Example of binary wire formats using serde
ericseppanen/cargo-download
Cargo subcommand for downloading crates directly from crates.io
ericseppanen/cbindgen-alloc-demo
An example of using cbindgen to call Rust code from C.
ericseppanen/cddl
Concise data definition language (RFC 8610) implementation and JSON validator in Rust
ericseppanen/crate-publishing-talk
Some slides for a talk about publishing your first rust crate
ericseppanen/crossbeam
Tools for concurrent programming in Rust
ericseppanen/dumb_logger
The simplest rust logger module
ericseppanen/nom
Rust parser combinator framework
ericseppanen/proc-macro-workshop
Learn to write Rust procedural macros [Rust Latam conference, Montevideo Uruguay, March 2019]
ericseppanen/python-cddl-cat
first draft of a python wrapper around the rust cddl-cat crate
ericseppanen/rfcs
ericseppanen/rust-nuggets
Rust snippets that demonstrate one concept, small enough to fit on a slide.
ericseppanen/rust-postgres
Native PostgreSQL driver for the Rust programming language
ericseppanen/rust-s3
Rust library for interfacing with AWS S3 and other API compatible services
ericseppanen/rust_nag
A repo for experimenting with github actions doing rusty things
ericseppanen/serde_compact
Rust macros to derive Serialize and Deserialize without struct member names
ericseppanen/shared-file
Shared std::fs::File in Rust
ericseppanen/softwaresessions
Website for the Software Sessions podcast
ericseppanen/traits_talk
Some slides from a talk about Rust traits