- 
                  RWTH Aachen University
 - Munich, Germany
 - http://gnzlbg.github.io
 
- 
  
cargo-asm Public
cargo subcommand showing the assembly or llvm-ir generated for Rust code
 - 
  
  
 - 
  
  
 - 
  
sleef-sys Public
Rust binding for SLEEF: SIMD Library for Evaluating Elementary Functions
 - 
  
jemallocator Public
Rust allocator using jemalloc as a backend
 - 
  
slice_deque Public
A contiguous-in-memory double-ended queue that derefs into a slice
 - 
  
bitwise Public
Portable high-level bitwise manipulation algorithms
 - 
  
ctest Public
Automatic testing of FFI bindings for Rust
 - 
  
  
 - 
  
static_vector Public
A dynamically-resizable vector with fixed capacity and embedded storage
 - 
  
Build tool for Arch Linux providing control, review and jailed build options
Rust GNU General Public License v3.0 UpdatedJan 10, 2021  - 
  
mermaid Public
Forked from mermaid-js/mermaidGeneration of diagram and flowchart from text in a similar manner as markdown
JavaScript MIT License UpdatedJun 20, 2020  - 
  
unsafe-code-guidelines Public
Forked from rust-lang/unsafe-code-guidelinesHome for the Unsafe Code Guidelines effort.
Apache License 2.0 UpdatedDec 5, 2019  - 
  
rfcs Public
Forked from rust-lang/rfcsRFCs for changes to Rust
 - 
  
libc Public
Forked from rust-lang/libcRaw bindings to platform APIs for Rust
Rust Apache License 2.0 UpdatedNov 15, 2019  - 
  
Zeek is a powerful network analysis framework that is much different from the typical IDS you may know.
Zeek Other UpdatedNov 14, 2019  - 
  
  
 - 
  
simpleinfra Public
Forked from rust-lang/simpleinfraRust Infrastructure automation
HCL MIT License UpdatedOct 17, 2019  - 
  
project-ffi-unwind Public
Forked from rust-lang/project-ffi-unwindApache License 2.0 UpdatedOct 16, 2019  - 
  
reference Public
Forked from rust-lang/referenceThe Rust Reference
HTML Apache License 2.0 UpdatedOct 15, 2019  - 
  
rust Public
Forked from rust-lang/rustA safe, concurrent, practical language.
 - 
  
miri Public
Forked from rust-lang/miriAn interpreter for Rust's mid-level intermediate representation
Rust Apache License 2.0 UpdatedSep 22, 2019  - 
  
rust-central-station Public
Forked from rust-lang/rust-central-stationRust building infrastructure
Rust UpdatedSep 21, 2019  - 
  
stdsimd Public
Forked from rust-lang/stdarchExperiments with adding SIMD support to Rust's standard library.
Rust Apache License 2.0 UpdatedSep 18, 2019  - 
  
mozjpeg-rust Public
Forked from ImageOptim/mozjpeg-rustSafe Rust wrapper for the MozJPEG library
Rust UpdatedSep 1, 2019  - 
  
mozjpeg-sys Public
Forked from kornelski/mozjpeg-sysRust bindings for mozjpeg
Rust UpdatedAug 31, 2019  - 
  
  
 - 
  
cffi-panic Public
Error handling in Rust->C->Rust for C APIs taking callbacks
 - 
  
stable-vec Public
Forked from LukasKalbertodt/stable-vecA Vec-like collection which guarantees stable indices and features O(1) deletion of elements
Rust Apache License 2.0 UpdatedAug 27, 2019  - 
  
simple-executor Public
A simple async executor for learning purposes