Pinned Repositories
blog_os
Writing an OS in Rust
browser
Playing with embedding Servo.
cargo-pyinit
Cargo extension to make a Rust crate into a hybrid Python/Rust library.
kernel
a simple kernel, extended with Rust
python-ast-rs
A Rust library for accessing a Python AST using the Python ast library.
python-tokenizer-rs
rython_stdpython
A standard library for Rython
rythonc
The Rython-to-Rust compiler
simple-endian-rs
A simple library to use Rust's type system to handle endianness.
stdpython
A Rust implementation of the Python standard libraries.
rexlunae's Repositories
rexlunae/simple-endian-rs
A simple library to use Rust's type system to handle endianness.
rexlunae/python-ast-rs
A Rust library for accessing a Python AST using the Python ast library.
rexlunae/rythonc
The Rython-to-Rust compiler
rexlunae/cargo-pyinit
Cargo extension to make a Rust crate into a hybrid Python/Rust library.
rexlunae/kernel
a simple kernel, extended with Rust
rexlunae/python-tokenizer-rs
rexlunae/rython_stdpython
A standard library for Rython
rexlunae/stdpython
A Rust implementation of the Python standard libraries.
rexlunae/blog_os
Writing an OS in Rust
rexlunae/browser
Playing with embedding Servo.
rexlunae/chrome-bookmarks-reader-rs
A Rust library for reading Chrome bookmarks
rexlunae/cykern
rexlunae/linked-list-allocator
rexlunae/render.rs
🔏 A safe and simple template engine with the ergonomics of JSX
rexlunae/frigid-term
An augmented terminal application based on the Iced widget set.
rexlunae/image
Encoding and decoding images in Rust
rexlunae/material-dioxus
Dioxus wrapper for Material Web Components
rexlunae/rtf-convert
Not my original work, just importing some old code that I needed and was able to find for posterity. I've done a very minor amount of cleanup on it.
rexlunae/rust-tower-vite
An example of a Rust project that uses Tower for both an API and to serve a vite-based frontend.
rexlunae/rust-x86
Rust library to use x86 (amd64) specific functionality and registers.
rexlunae/rust-xml_dom
A Rust crate providing a reasonably faithful implementation of the W3C DOM Core
rexlunae/salvo-vite-test
An example project incorporating a salvo backend written in Rust and a frontend in vite served by the same backend.
rexlunae/serde-pyobject
PyO3's PyAny as a serde data format
rexlunae/to_tokenstream
An interface for writing code generation tools.
rexlunae/typed-html
Type checked JSX for Rust
rexlunae/typed-io-safe
Uses the safe-transmute crate to offer simple mechanisms to safely read and write structs, enums, and other types directly to and from streams.
rexlunae/wampnado
Python code compatible with WAMP (Web Application Messaging Protocol)
rexlunae/wirestripper
wirestripper extracts ethernet frames out of raw ethernet PHY-level PCAP files (Hilscher netANALYZER transparent mode PCAP link-type)
rexlunae/x86_64
Library to program x86_64 hardware.