-
core-rs
Turtl's logic core, built in Rust. Made for embedding in other platforms (desktop, mobile, possibly browser w/ Emscripten).
Secure notetaking, Identity and cryptography (README is way out of date, sorry), and seizing the means of production (kind of on hold until Stamp is out of PoC).
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
Secure notetaking, Identity and cryptography (README is way out of date, sorry), and seizing the means of production (kind of on hold until Stamp is out of PoC).
-
core
Core datastructures, logic, and algorithms for the Basis system. Doesn't deal with storage, blockchains, etc. (by basisproject)
Secure notetaking, Identity and cryptography (README is way out of date, sorry), and seizing the means of production (kind of on hold until Stamp is out of PoC).
-
I'm making a terminal kanban board right now with rust to learn more about the language and so far i can say it has been an amazing experience for me as a developer. It is much easier to identify silly mistakes during compilations rather than knowing about them afterwards ( previously using python). Anyways do checkout my repo and ⭐ it if you like it. Looking for people to review and give me suggestions to improve my code quality as i am quite new to it Rust-kanban
-
oSUS - osu! utilities in Rust. I use it for instance to convert a map from lazer to stable format, as well as to hitsound beatmaps more efficiently (I like doing that)... I have an osu! mapper friend who keeps filling my hitsounding queue with his beatmaps xD
-
inox2d - official experimental reimplementation of Inochi2D, an open-source alternative of Live2D for animating 2D puppets in various contexts such as games or vtubing. inox2d isn't really meant to be a replacement over the current implementation, but more of a complementary one that extends it's use-cases, for example embedded devices and web integration with WASM.
-
cli
Discontinued The CLI Application of Gitignored. Provide A Faster Way to Generate .gitignore File via Caching (by Gitignored-App)
Same, I used it for CLI tool, bcoz I think using Rust for CLI is suitable, using for example, nodejs or python felt weird to use, bcoz Javascript was meant to run in browser, not for non-browser stuffs. Let's get back to the point, I wrote https://crates.io/crates/gitignored-cli, I intend to write custom parser to include other features, bcoz the current one tool I used is very limiting
-
Stateless blockchain, because of performance and safety.
-
native_db
Drop-in, fast, embedded database for multi-platform apps (server, desktop, mobile). Sync Rust types effortlessly.
I'm using Rust to minimize maintenance and unify my code. An example is Struct DB, an embedded drop-in database I'm developing, which enhances reliability, reduces bugs, and ultimately speeds up delivery.