Pinned Repositories
gpt-disk-rs
Rust libraries for working with GPT (GUID Partition Table) disk data
aws-build
Build Rust crates for deployment to AWS Lambda
docker-command
Rust library for creating Docker commands
emacs-conf
Nicholas Bishop's emacs configuration files.
ext4-view-rs
Rust library for reading ext2/ext4 filesystems
pyglsl_parser
Python wrapper around glsl-parser
rust-conversions
Reference for converting between various string and byte types in Rust
rust-error-output
Show what the output of various errors in Rust looks like.
writedisk
Small utility for writing a disk image to a USB drive
uefi-rs
Rusty wrapper for the Unified Extensible Firmware Interface (UEFI). This crate makes it easy to develop Rust software that leverages safe, convenient, and performant abstractions for UEFI functionality.
nicholasbishop's Repositories
nicholasbishop/writedisk
Small utility for writing a disk image to a USB drive
nicholasbishop/ext4-view-rs
Rust library for reading ext2/ext4 filesystems
nicholasbishop/docker-command
Rust library for creating Docker commands
nicholasbishop/emacs-conf
Nicholas Bishop's emacs configuration files.
nicholasbishop/command-run
Rust library for running a command in a subprocess
nicholasbishop/github-app-auth
Rust library for authenticating as a GitHub app
nicholasbishop/zone-detect-rs
A Rust version of the ZoneDetect C library.
nicholasbishop/dumbmath-rs
A pretty dumb math library oriented towards computer graphics
nicholasbishop/journald-to-cloudwatch
A simple service that copies logs from journald to AWS CloudWatch Logs
nicholasbishop/nbishop-net
Static website generator for nbishop.net
nicholasbishop/nicholasbishop
nicholasbishop/release-utils-rs
Rust crate with utilities for automatically releasing Rust code
nicholasbishop/cyusb-rs
Host crate for interacting with Cypress USB devices
nicholasbishop/rust-fuzz-book
📖 Guides and tutorials on how to fuzz Rust code
nicholasbishop/sbat-rs-mirror
Rust tools for working with UEFI SBAT
nicholasbishop/tarr
Command-line tarball utility written in Rust
nicholasbishop/autoshutdown
Automatically shut down the machine after a period of inactivity
nicholasbishop/cc-rs
Rust library for build scripts to compile C/C++ code into a Rust library
nicholasbishop/compiler-builtins
Porting `compiler-rt` intrinsics to Rust
nicholasbishop/fwupd
A system daemon to allow session software to update firmware
nicholasbishop/hovercraft
a vector-based 2d vehicle combat game
nicholasbishop/lanzaboote
Secure Boot for NixOS [maintainers=@blitz @raitobezarius @nikstur]
nicholasbishop/media-driver
Intel Graphics Media Driver to support hardware decode, encode and video processing.
nicholasbishop/minicov
Code coverage support for Rust `no_std` and embedded programs
nicholasbishop/osdev-homepage
nicholasbishop/printf-compat
printf reimplemented in Rust
nicholasbishop/rust
a safe, concurrent, practical language
nicholasbishop/shim
UEFI shim loader
nicholasbishop/shs
Easy-to-use non-async HTTP server
nicholasbishop/uefi-rs
Rust wrapper for UEFI.