Pinned Repositories
android-activity
Glue for building Rust applications on Android with NativeActivity or GameActivity
arboard
A clipboard for Rust
axum-server-dual-protocol
Host a HTTP and HTTPS server on the same port with `axum-server`
doh3-test
sentry-contrib-native
Unofficial bindings to the Sentry Native SDK for Rust.
unchecked_unwrap
Adds an unchecked version of `unwrap()` and `expect()` to `Option` and `Result` for the Rust programmming language.
utf32-lit
A macro for creating `&[char]` literals
wasm-worker
web-time
Drop-in replacement for std::time for Wasm in browsers
daxpedda's Repositories
daxpedda/web-time
Drop-in replacement for std::time for Wasm in browsers
daxpedda/axum-server-dual-protocol
Host a HTTP and HTTPS server on the same port with `axum-server`
daxpedda/wasm-worker
daxpedda/sentry-contrib-native
Unofficial bindings to the Sentry Native SDK for Rust.
daxpedda/utf32-lit
A macro for creating `&[char]` literals
daxpedda/android-activity
Glue for building Rust applications on Android with NativeActivity or GameActivity
daxpedda/axum-server
High level server designed to be used with axum framework.
daxpedda/bevy
A refreshingly simple data-driven game engine built in Rust
daxpedda/binaryen
Optimizer and compiler/toolchain library for WebAssembly
daxpedda/cursor-icon
A common cursor icon type
daxpedda/openrazer
Open source driver and user-space daemon to control Razer lighting and other features on GNU/Linux
daxpedda/pin-project
A crate for safe and ergonomic pin-projection.
daxpedda/pointerlock
Pointer Lock
daxpedda/rcgen
Generate X.509 certificates
daxpedda/reference
The Rust Reference
daxpedda/rspirv
Rust implementation of SPIR-V module processing functionalities
daxpedda/rust
Empowering everyone to build reliable and efficient software.
daxpedda/softbuffer
Softbuffer integrates with the raw-window-handle crate to allow writing to a window in a cross-platform way while using the very high quality dedicated window management libraries that are available in the Rust ecosystem.
daxpedda/stdarch
Rust's standard library vendor-specific APIs and run-time feature detection
daxpedda/tracing
Application level tracing for Rust.
daxpedda/trust-dns
A Rust based DNS client, server, and resolver
daxpedda/ui_test
A test framework for testing rustc diagnostics output
daxpedda/walrus
Walrus is a WebAssembly transformation library 🌊🐘
daxpedda/wasm-bindgen
Facilitating high-level interactions between Wasm modules and JavaScript
daxpedda/wasm-server-runner
cargo run for the browser
daxpedda/WebGpuTuts
daxpedda/webpack
A bundler for javascript and friends. Packs many modules into a few bundled assets. Code Splitting allows for loading parts of the application on demand. Through "loaders", modules can be CommonJs, AMD, ES6 modules, CSS, Images, JSON, Coffeescript, LESS, ... and your custom stuff.
daxpedda/wgpu
Safe and portable GPU abstraction in Rust, implementing WebGPU API.
daxpedda/wgsl-analyzer
a language server implementation for the WGSL shading language
daxpedda/winit
Window handling library in pure Rust