pennbauman

Penn Bauman • Joined 2 years ago

Projects

475 Projects
golang-github-xuanwo-locale
go-locale is a Golang lib for cross-platform locale detection.
i3lock-color
The world's most popular non-default computer lockscreen
lf
Packaging lf file manager
rust-addr2line0.21
A cross-platform symbolication library written in Rust, using `gimli`
rust-aead0.3
Traits for Authenticated Encryption with Associated Data (AEAD) algorithms, such as AES-GCM as ChaCha20Poly1305, which provide a high-level API
rust-aes-soft0.6
DEPRECATED: replaced by the `aes` crate
rust-aho-corasick0.6
Fast multiple substring searching.
rust-ambient-authority
Ambient Authority
rust-any_ascii0.1
Unicode to ASCII transliteration
rust-approx0.3
Approximate floating point equality comparisons and assertions.
rust-arrayref
Macros to take array references of slices
rust-ascii0.9
ASCII-only equivalents to `char`, `str` and `String`.
rust-assert-json-diff1
Easily compare two JSON values and get great output
rust-async-dup
Duplicate an async I/O handle
rust-async-global-executor2.3
A global executor built on top of async-executor and async-io
rust-async-h1
Asynchronous HTTP 1.1 parser.
rust-async-log1
Async tracing capabilities for the log crate.
rust-async-log-attributes
Proc Macro attributes for the async-log crate.
rust-async-native-tls0.3
Native TLS using futures
rust-async-task1
Task abstraction for building executors
rust-backtrace-ext
minor conveniences on top of the backtrace crate
rust-base64_0.10
encodes and decodes base64 as bytes or utf8
rust-base64_0.20
encodes and decodes base64 as bytes or utf8
rust-bindgen0.53
Automatically generates Rust FFI bindings to C and C++ libraries.
rust-bitflags0.7
A macro to generate structures which behave like bitflags.
rust-blake2
BLAKE2 hash functions
rust-blake2_0.9
BLAKE2 hash functions
rust-blake2b_simd
a pure Rust BLAKE2b implementation with dynamic SIMD
rust-blake2b_simd0.5
a pure Rust BLAKE2b implementation with dynamic SIMD
rust-block-cipher-trait0.4
DEPRECATED: please switch to the `cipher` crate
rust-boxfnonce
safe FnOnce boxing for rust stable
rust-bytes0.4
Types and traits for working with bytes
rust-cap-fs-ext
Extension traits for `Dir`, `File`, etc.
rust-cap-net-ext
Extension traits for `TcpListener`, `Pool`, etc.
rust-cap-primitives
Capability-based primitives
rust-cap-rand
Capability-based random number generators
rust-caps0.3
A pure-Rust library to work with Linux capabilities
rust-cap-std
Capability-based version of the Rust standard library
rust-cap-tempfile
Capability-based temporary directories
rust-cap-time-ext
Extension traits for `SystemClock` and `MonotonicClock`
rust-cast0.2
Ergonomic, checked cast functions for primitive types
rust-castaway0.1
Safe, zero-cost downcasting for limited compile-time specialization.
rust-cexpr0.4
A C expression parser and evaluator
rust-ci_info0.3
Provides current CI environment information.
rust-cipher0.2
Traits for describing block ciphers and stream ciphers
rust-clang-sys0.13
Rust bindings for libclang.
rust-clang-sys0.29
Rust bindings for libclang.
rust-close_fds
A library that makes it easy to close all open file descriptors.
rust-cobs
This is an implementation of the Consistent Overhead Byte Stuffing (COBS) algorithm. COBS is an algorithm for transforming a message into an encoding where a specific value (the "sentinel" value) is not used. This value can then be used to mark frame boundaries in a serial communication channel.
rust-colorsys
A module for color conversion and mutation. Works with RGB(a)( as hexadecimal too), HSL(a), CMYK color models and with ANSI color codes