Pinned Repositories
cargo-call-stack
Whole program static stack analysis
panic-never
This crate guarantees that your application is free of panicking branches
rust-cross
Everything you need to know about cross compiling Rust programs!
rust-san
How-to: Sanitize your Rust code!
steed
[INACTIVE] Rust's standard library, free of C dependencies, for Linux systems
stm32f103xx-hal
HAL for the STM32F103xx family of microcontrollers
trust
Travis CI and AppVeyor template to test your Rust crate on 5 architectures and publish binary releases of it for Linux, macOS and Windows
ufmt
a smaller, faster and panic-free alternative to core::fmt
utest
Unit `#[test]`ing for microcontrollers and other `no_std` systems
xargo
The sysroot manager that lets you build and customize `std`
japaric's Repositories
japaric/rust-cross
Everything you need to know about cross compiling Rust programs!
japaric/trust
Travis CI and AppVeyor template to test your Rust crate on 5 architectures and publish binary releases of it for Linux, macOS and Windows
japaric/xargo
The sysroot manager that lets you build and customize `std`
japaric/cargo-call-stack
Whole program static stack analysis
japaric/ufmt
a smaller, faster and panic-free alternative to core::fmt
japaric/syscall.rs
Raw system calls for Rust
japaric/f3
Board Support Crate for the STM32F3DISCOVERY
japaric/stack-sizes
Tool to print stack usage information emitted by LLVM in human readable format
japaric/itm-tools
Tools for analyzing ITM traces
japaric/cty
Type aliases to C types like c_int for use with bindgen
japaric/mfrc522
A platform agnostic driver to interface the MFRC522 (RFID reader/writer)
japaric/enc28j60
A platform agnostic driver to interface with the ENC28J60 (Ethernet controller)
japaric/vcell
Just like `Cell` but with volatile read / write operations
japaric/lsm303dlhc
A platform agnostic driver to interface with the LSM303DLHC (accelerometer + compass)
japaric/tlsf
An implementation of the Two-Level Segregated Fit (TLSF) allocator with optimized memory footprint
japaric/lm3s6965
A minimal device crate for the LM3S6965
japaric/rustc-cfg
Runs `rustc --print cfg` and parses the output
japaric/as-slice
japaric/cargo-project
Library to retrieve information about a Cargo project
japaric/dns-shark
experiment. do not use
japaric/github-branch-protection-rules-experiment
japaric/hickory-dns.github.io
Documentation for Hickory-DNS
japaric/hpke-rs
Pure Rust implementation of HPKE (https://www.rfc-editor.org/rfc/rfc9180.html)
japaric/pemfile
Basic parser for PEM formatted keys and certificates
japaric/pki-types
japaric/ring
Safe, fast, small crypto using Rust
japaric/rust
a safe, concurrent, practical language
japaric/rustls
A modern TLS library in Rust
japaric/webpki
WebPKI X.509 Certificate Validation in Rust
japaric/webpki-roots
CA certificates for use with webpki