Top Repositories
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.
Automatically create C++ headers containing version information like the current git tag
A utility to generate seed phrases and to generate crypto currency wallets from a seed phrase.
This library offers hash map and cache data structures where individual entries can be locked
A UI component library for [Leptos](https://leptos.dev/), based on [Tailwind Elements](https://tailwind-elements.com/).
This crate provides a way to get the version of the package from git and incorporate it as a constant into your program.
Repositories
99No description provided.
No description provided.
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.
WIP COSMIC terminal emulator
No description provided.
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.
This crate provides a way to get the version of the package from git and incorporate it as a constant into your program.
This library offers hash map and cache data structures where individual entries can be locked
Password hashing functions / KDFs
A utility to generate seed phrases and to generate crypto currency wallets from a seed phrase.
No description provided.
No description provided.
The clap-logflag library can be used to add a --log flag to clap based command line applications that allows users to configure logging from the command line. It can log to stderr, files and syslog, powered by the fern logging backend.
Collective communications library with various primitives for multi-machine training.
Filesystem in Userspace (FUSE) for Rust
A UI component library for [Leptos](https://leptos.dev/), based on [Tailwind Elements](https://tailwind-elements.com/).
No description provided.
go
Utilities to deal with the Rust language's missing ability to run async drop code
A Beancount plugin that performs an assertion (check) on the change in balance between two dates.
Write expressive, high-performance parsers with ease.
Rust tooling surrounding beancount, a text-based double-entry bookkeeping language.
Recipes for the ConanCenter repository
Cryptographic filesystem for the cloud
Automatically create C++ headers containing version information like the current git tag
Python Scripts to export Plaid transactions and transform them into Ledger or Beancount syntax formatted files.
Base32768 encoding for rust
An implementation of webauthn components for Rustlang servers
Axum Session Management Libraries that use Sqlx
Leptos server signals synced through Server-Sent-Events (SSE)