Docs.rs
Releases
All Releases
Releases by Stars
Recent Build Failures
Build Failures by Stars
Release Activity
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
Rust Cookbook
Crates.io
The Cargo Guide
Releases
Crates from Philipp Schuster
Recent
Stars
Recent Failures
Failures By Stars
Activity
Queue
phip1611
multiboot2-header-0.2.0
Library with type definitions and parsing functions for Multiboot2 headers. This library is `no_std` and can be used in bootloaders.
75
spectrum-analyzer-1.2.5
A simple and fast `no_std` library to get the frequency spectrum of a digital signal (e.g. audio) using FFT. It follows the KISS principle and consists of simple building blocks/optional features.
31
beat-detector-0.1.2
Audio beat detection library, that supports different audio input devices as source. You can pass a callback for each found beat to the library.
25
ttfb-1.4.0
Library + CLI-Tool to measure the TTFB (time to first byte) of HTTP(S) requests. Additionally, this crate measures the times of DNS lookup, TCP connect, and TLS handshake.
20
audio-visualizer-0.3.1
Smple audio visualization library which is especially useful for developers to visually check audio samples, e.g. by waveform or spectrum. (So far) this library is not capable of doing nice visualizations for end users.
18
noto-sans-mono-bitmap-0.1.5
Contains the "Noto Sans Mono" font as pre-rasterized bitmap font in different sizes and font weights. This crate is `no_std` and needs no allocations or floating point operations. Useful in kernels and bootloaders when only "soft-float" is available. Strictly speaking, this crate is more than a basic bitmap font, because it encodes each pixel as a byte and not as a bit, which results in a much nicer result on the screen.
15
ws2818-rgb-led-spi-driver-2.0.0
Simple, stripped down, educational, no_std-compatible driver for WS28XX (WS2811/12) RGB LEDs. Uses SPI device for timing/clock, and works definitely on Linux/Raspberry Pi.
11
simple-chunk-allocator-0.1.4
A simple `no_std` allocator written in Rust that manages memory in fixed-size chunks/blocks. Useful for basic `no_std` binaries where you want to manage a heap of a few megabytes without complex features such as paging/page table management. Instead, this allocator gets a fixed/static memory region and allocates memory from there. This memory region can be contained inside the executable file that uses this allocator.
6
ansi-escape-sequences-cli-0.1.4
A CLI utility installed as "ansi" to quickly get ANSI escape sequences. Supports the most basic ones, like colors and styles as bold or italic.
6
lowpass-filter-0.3.2
This is a `no_std` Rust library for simple digital low pass filters. You can use it for example to get the low frequencies from a song.
5
libbruteforce-4.0.1
This library helps you to brute force hashes (e.g. passwords). It includes a set of pre-configured hashing functions, like md5 or sha256. You can also provide your own hashing function. PLEASE DO NOT use this software to harm someones privacy in any kind! This project was made for fun and for teaching myself new things about Rust.
4
unix_exec_piper-0.1.4
unix_exec_piper helps you to exec multiple commands where STDOUT of one process is connected to STDIN of the next process. This is what a shell (like bash) does internally.
2
wambo-0.2.11
Wambo - All-in-one binary to convert decimal/bin/oct/hex + interpret data as i8-i64, u8-u64, and f32/f64.
2
linux-libc-auxv-0.2.1
Linux passes an initial stack layout to applications, that contains `argc`, `argv`, `envp`, and the `auxiliary vector` right above the stack pointer. The libc of a Linux program parses this structure in its `_start`-symbol ("crt0") and passes the right pointers as arguments to `main` afterward. This crate helps to construct and parse this data structure in `no_std` environments and for different address spaces.
2
runs_inside_qemu-1.2.1
Small no_std-lib that checks if the binary is running inside a QEMU virtual machine. Only works on x86/x86_64 platforms.
1
tokio-js-set-interval-1.1.0
Allows you to use `setInterval(callback, ms)` and `setTimeout(callback, ms)` as in Javascript inside a `tokio` runtime. For this, it offers the macros `set_interval!(callback, ms)` and `set_timeout!(callback, ms)`.
1
tm1637-gpio-driver-2.0.5
Generic GPIO driver for the TM1637 micro controller, primarily for educational purpose. Doesn't need std-lib and you can choose any GPIO interface/library you want.
1
mac-sys-info-0.1.13
CLI + Library to get detailed information about your Mac system. Including CPU, Cache (L1-L3), Memory, and more.
1
unix-exec-output-catcher-0.2.4
Library to run executables in a child process and catch STDOUT and STDERR output on UNIX-systems. std::process::Command is probably the better option. Use this source code as educational source how it could be done.
1
fraction_list_fmt_align-0.2.3
Formats a list of arbitrary fractional numbers (either string or f32/f64) so that they are correctly aligned when printed line by line.
0
max-7219-led-matrix-util-0.2.3
Simple `no_std`-utility-library using 'max7219'-crate for LED matrix displays with optional easy setup functions for Linux (Raspberry Pi).
0
simple_on_shutdown-1.0.0
This crate consists of a convenient macro to specify on shutdown callbacks (=code that should run when your program exits (grafecully)). It's super simple and stripped-down.
0
tar-no-std-0.1.8
Library to read Tar archives (by GNU Tar) in `no_std` contexts with zero allocations. The crate is simple and only supports reading of "basic" archives, therefore no extensions, such as GNU Longname. The maximum supported file name length is 100 characters including the NULL-byte. The maximum supported file size is 8GiB. Also, directories are not supported yet but only flat collections of files.
0
text-loading-animation-1.0.1
This crate/lib helps you to print loading animations easily on STDOUT/STDERR when developing CLIs for example.
0
nflz-1.0.0
CLI + Library to add leading zeros to ascending numbered file names. NFLZ stands for Numbered Files Leading Zeros.
0