protoc-gen-camel 🐪 A plug-in for Google's Protocol Buffers compiler to check camel case field name violations.
r-cache I wrote a caching library for Rust. r-cache is an in memory key value store. It is thread safe and values can have expiry times.
Example Rust API An example Rust REST API for a Pet Store. I took an official example Open API schema and build an API to fulfill it. It uses a Postgres respository layer, and I structured it using clean architechture.
Example Go API An example Go REST API for a Pet Store. I took an official example Open API schema and build an API to fulfill it. It uses a Postgres respository layer, and I structured it using clean architechture.