Code
Github contains some open source projects, mostly written in Rust, e.g.
- sqlsonnet: Express SQL queries with a simple Jsonnet representation, which can be easily templated using the Jsonnet configuration language. (crates.io)
- overlayfs-csi: Kubernetes CSI that creates volumes as overlay mounts on top of bases, for fast incremental builds.
- cargo-group-imports: Group imports in Rust workspaces (crates.io)
- fuser-async: Building FUSE filesystems where the system calls are directed to async functions. With an example S3 implementation (crates.io)
- squashfs-async: Parsing and reading of SquashFS archives, on top of any implementor of the tokio::io::AsyncRead and tokio::io::AsyncSeek traits. (crates.io)
- polarhouse: Interoperability between Polars and Clickhouse
- checkalot: Run a series of check commands on a repository (e.g. fmt/clippy/machete/deny) (crates.io)
- ltapiserv-rs: Server implementation of the LanguageTool API for offline grammar and spell checking, based on nlprule and symspell. And a small graphical command-line client.
- mpv-web-remote: Web remote control for mpv
- cargo-depot: Alternative cargo registry with improved support for git/path dependencies (crates.io)
- archivelfs: Allows retrieving Git LFS files when git-archive only provides pointers. (crates.io)
- png-achunk: Encode and decode custom binary chunks in PNG images (crates.io)
- cargo-workspace-unused-pub: Detect unused pub methods in a Rust workspace (crates.io)
- pv_inspect: Mount a Kubernetes PersistentVolumeClaim volume on a new pod, shell into it, and mount it via SSHFS (crates.io)
- hn-telegram: A Telegram bot that sends notifications on Hacker News stories that reach 200 upvotes or 200 comments.
- mtime-rewind: Rewind the mtime of files whose mtime advanced since the last execution without a content change. (crates.io)
- skip-if: Rust attribute macro to skip running a function that produces files (crates.io)
- cargo-harbormaster: Export diagnostics from cargo check, cargo clippy and cargo nextest into the JSON message format expected by Phabricator's Harbormaster. (crates.io)