Roms1383
coding for a while (15+ years) Rust 🦀 also Node.js and AWS, formerly AS3 (Flex + AIR, multi-platforms), Java, PHP
Chiang Mai, Thailand
Roms1383's Stars
rust-lang/rust-analyzer
A Rust compiler front-end for IDEs
rust-lang/rust-clippy
A bunch of lints to catch common mistakes and improve your Rust code. Book: https://doc.rust-lang.org/clippy/
chronotope/chrono
Date and time library for Rust
actions/upload-artifact
dtolnay/cargo-expand
Subcommand to show result of macro expansion
aloisdeniel/flutter_device_preview
Approximate how your app looks and performs on another device.
dtolnay/async-trait
Type erasure for async trait methods
NearHuscarl/flutter_login
Provides login screen with login/signup functionalities to help speed up development
actions/download-artifact
dtolnay/quote
Rust quasi-quoting
Tkko/Flutter_Pinput
Flutter package to create Pin code input text field with every pixel customization possibility 🎨 with beautiful animations, iOS autofill, Android autofill
Lokathor/bytemuck
A crate for mucking around with piles of bytes
Leafwing-Studios/leafwing-input-manager
A straightforward stateful input manager for the Bevy game engine.
josiahsrc/dough
This package provides some widgets you can use to create a smooshy UI.
jeromefroe/lru-rs
An implementation of a LRU cache
dtolnay/ryu
Fast floating point to string conversion
DelSkayn/rquickjs
High level bindings to the quickjs javascript engine
Voultapher/sort-research-rs
Test and benchmark suite for sort implementations.
Seldom-SE/seldom_state
Component-based state machine plugin for Bevy. Useful for AI, player state, and other entities that occupy different states.
hecatia-elegua/bilge
Use bitsized types as if they were a feature of rust.
dart-archive/ffi
Utilities for working with Foreign Function Interface (FFI) code
EmbarkStudios/cargo-deny-action
❌ GitHub Action for cargo-deny 🦀
jonhoo/atone
A `VecDeque` (and `Vec`) variant that spreads resize load across pushes.
RustCrypto/JOSE
Pure Rust implementation of Javascript Object Signing and Encryption (JOSE)
danlehmann/bitfield
Rust crate for bitfields and bit-enums
mamrhein/quantities.rs
Unit-safe computations with quantities.
mamrhein/fpdec.rs
Fast implementation of Decimal fixed-point arithmetics
dtolnay/serde
Serialization framework for Rust
mamrhein/money.rs
Currency-safe computations with money amounts
mamrhein/f256.rs