its_rusty | crates.io | |
---|---|---|
1 | 663 | |
0 | 2,969 | |
- | 1.2% | |
0.0 | 10.0 | |
over 1 year ago | 6 days ago | |
Rust | Rust | |
MIT License | Apache License 2.0 |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
its_rusty
-
Hey Rustaceans! Got a question? Ask here (7/2023)!
see also: https://github.com/hashb/its_rusty/tree/master/barcode_gen
crates.io
-
Tech Transfer from Old Languages to GO and Rust
Rust: crates.io
-
Create a Custom GitHub Action in Rust
Rust has a rich ecosystem of frameworks and libraries that let you read, parse, and manipulate text files, interact with cloud services and databases, and perform any other job that your project's development workflow may require. And because of its strong typing and tight memory management, you are much less likely to write programs that behave unexpectedly in production.
-
Rust Keyword Extraction: Creating the YAKE! algorithm from scratch
All the code discussed in this article can be accessed through this repository. For integration with existing projects consider using keyword_extraction crate available on crates.io.
-
Migrating a JavaScript frontend to Leptos, a Rust framework
So, be sure to double-check your critical libraries and be sure their alternatives exist in the Rust ecosystem. Thereβs a good chance the crates you need are available in Rust's crates.io repository.
-
Learning Rust: A clean start
The previous section was very simple, this section is also very simple but introduces us to cargo which is Rust's package manager, as a JS dev my mind goes straight to NPM.
-
#2 Rust - Cargo Package Manager
Now, there has to be a place where all these packages come from. Similar to npmjs registry, where all node packages are registered, stored and retrieved, Rust also has something called crates.io where many helpful packages and dependencies are registered.
-
Rust π¦ Installation + Hello World
Before proceeding, let's check https://crates.io/, the official Rust package registry.
-
Underestimating rust for my Project.
The most thrilling aspect has been the joy of writing the backend. It's like every struct, enum, and method in Rust forms this interconnected Multiverse of code , which you can see in crates.io which is best Documentation experience I Ever Had.
-
Top 10 Rusty Repositories for you to start your Open Source Journey
5. Crates.io
-
Project Structure Clarification Coming From Python - With Example
When using crates from eg. crates.io, and also things like std and core
What are some alternatives?
rust-gc - Simple tracing (mark and sweep) garbage collector for Rust
docs.rs - crates.io documentation generator
genawaiter - Stackless generators on stable Rust.
plotters - A rust drawing library for high quality data plotting for both WASM and native, statically and realtimely π¦ ππ
broom - An ergonomic tracing garbage collector that supports mark 'n sweep garbage collection
Cargo - The Rust package manager
realworld-axum-sqlx - A Rust implementation of the Realworld demo app spec using Axum and SQLx.
trunk - Build, bundle & ship your Rust WASM application to the web.
tokio-tungstenite - Future-based Tungstenite for Tokio. Lightweight stream-based WebSocket implementation
gtk4-rs - Rust bindings of GTK 4
rust - Empowering everyone to build reliable and efficient software.
embassy - Modern embedded framework, using Rust and async.