Pinned Repositories
cryfs
Cryptographic filesystem for the cloud
folly
An open-source C++ library developed and used at Facebook.
caffe2
Caffe2 is a lightweight, modular, and scalable deep learning framework.
onnx
Open standard for machine learning interoperability
typeshed
Collection of library stubs for Python, with static types
scala
Scala 2 compiler and standard library. Scala 2 bugs at https://github.com/scala/bug; Scala 3 at https://github.com/scala/scala3
binary-layout
The binary-layout library allows type-safe, inplace, zero-copy access to structured binary data. You define a custom data layout and give it a slice of binary data, and it will allow you to read and write the fields defined in the layout from the binary data without having to copy any of the data. It's similar to transmuting to/from a #[repr(packed)] struct, but much safer.
crypto-wallet-gen
A utility to generate seed phrases and to generate crypto currency wallets from a seed phrase.
gitversion
Automatically create C++ headers containing version information like the current git tag
lockable
This library offers hash map and cache data structures where individual entries can be locked
smessmer's Repositories
smessmer/binary-layout
The binary-layout library allows type-safe, inplace, zero-copy access to structured binary data. You define a custom data layout and give it a slice of binary data, and it will allow you to read and write the fields defined in the layout from the binary data without having to copy any of the data. It's similar to transmuting to/from a #[repr(packed)] struct, but much safer.
smessmer/gitversion
Automatically create C++ headers containing version information like the current git tag
smessmer/crypto-wallet-gen
A utility to generate seed phrases and to generate crypto currency wallets from a seed phrase.
smessmer/lockable
This library offers hash map and cache data structures where individual entries can be locked
smessmer/leptos_twelements
A UI component library for [Leptos](https://leptos.dev/), based on [Tailwind Elements](https://tailwind-elements.com/).
smessmer/async-drop-guard
Utilities to deal with the Rust language's missing ability to run async drop code
smessmer/codaio-exporter
smessmer/decrypt_keyctl_yubikey
smessmer/git2version
This crate provides a way to get the version of the package from git and incorporate it as a constant into your program.
smessmer/hddwiper
Output a random stream of bytes to a hard drive or partition to wipe it. This will continue wiping until the device runs out of space.
smessmer/AxumSession
Axum Session Management Libraries that use Sqlx
smessmer/bevy
A refreshingly simple data-driven game engine built in Rust
smessmer/bevy-wasm-test
smessmer/bevy_atmosphere
A procedural sky plugin for bevy
smessmer/bevy_rapier
Official Rapier plugin for the Bevy game engine.
smessmer/conan-center-index
Recipes for the ConanCenter repository
smessmer/console-client
smessmer/cryfs
Cryptographic filesystem for the cloud
smessmer/cryptopp-cmake
A modern CMake build project for Crypto++ (https://github.com/weidai11/cryptopp).
smessmer/leptos_sse
Leptos server signals synced through Server-Sent-Events (SSE)
smessmer/lockpool
This library offers a pool of locks where individual locks can be locked/unlocked by key
smessmer/lru-rs
An implementation of a LRU cache
smessmer/noise-rs
Procedural noise generation library for Rust.
smessmer/owning-ref-rs
A library for creating references that carry their owner with them.
smessmer/plaid2text
Python Scripts to export Plaid transactions and transform them into Ledger or Beancount syntax formatted files.
smessmer/rand
A Rust library for random number generation.
smessmer/signalmaster
simple socket.io server for webrtc signaling
smessmer/sudoku
smessmer/tokio
A runtime for writing reliable asynchronous applications with Rust. Provides I/O, networking, scheduling, timers, ...
smessmer/webauthn-rs
An implementation of webauthn components for Rustlang servers