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/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/getrandom
A small cross-platform library for retrieving random data from (operating) system source
daxpedda/grex
A command-line tool and Rust library with Python bindings for generating regular expressions from user-provided test cases
daxpedda/minicov
Code coverage support for Rust `no_std` and embedded programs
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/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/test
Token De/Serializer for testing De/Serialize implementations
daxpedda/tracing
Application level tracing for Rust.
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/wgpu_starter
WGPU with winit 0.35.0. Draw window with triangle. Based on the learn WGPU example.
daxpedda/winit
Window handling library in pure Rust