Pinned Repositories
cargo-demo
A user friendly command line interface for interactively choosing and running examples in any Cargo crate. You can also choose to run all examples one after another.
coreutils
Cross-platform Rust rewrite of the GNU coreutils
fusion-shell
A modern object pipeline based crossplatform shell.
robinson
A toy web rendering engine
rust-peg-from
Use the From<T> trait to simplify type matching requirements in rust-peg generated code.
rust.ko
A minimal Linux kernel module written in rust.
rustyline
Readline Implementation in Rust
sprep
A spaced repetion (flash cards) based learning tool.
templates
proposed changes to the cargo new templates
type_of
Exports a set of macros which can be useful for inspecting the type of various expressions in your rust code at runtime.
sd-rust's Repositories
sd-rust/cargo-demo
A user friendly command line interface for interactively choosing and running examples in any Cargo crate. You can also choose to run all examples one after another.
sd-rust/fusion-shell
A modern object pipeline based crossplatform shell.
sd-rust/coreutils
Cross-platform Rust rewrite of the GNU coreutils
sd-rust/type_of
Exports a set of macros which can be useful for inspecting the type of various expressions in your rust code at runtime.
sd-rust/robinson
A toy web rendering engine
sd-rust/rust-peg-from
Use the From<T> trait to simplify type matching requirements in rust-peg generated code.
sd-rust/rust.ko
A minimal Linux kernel module written in rust.
sd-rust/rustyline
Readline Implementation in Rust
sd-rust/sprep
A spaced repetion (flash cards) based learning tool.
sd-rust/templates
proposed changes to the cargo new templates
sd-rust/combine
A parser combinator library for Rust
sd-rust/Cursive
A Text User Interface library for the Rust programming language
sd-rust/diagnostics
Exports a set of diagnostic macros which can be useful for inspecting the value of various expressions in your code at runtime.
sd-rust/examples
gtk-rs examples
sd-rust/gtk
GTK+ 3.x bindings and wrappers for Rust
sd-rust/libui-rs
Rust bindings to the minimalist, native, cross-platform UI toolkit `libui`
sd-rust/rust
A safe, concurrent, practical language.
sd-rust/rust-by-example
Learn Rust with examples (Live code editor included)
sd-rust/rust-imgui
Thin Wrapper around Dear ImGUI for Rust.