Rust rust-library

Open-source Rust projects categorized as rust-library

Top 23 Rust rust-library Projects

  • grex

    A command-line tool and Rust library for generating regular expressions from user-provided test cases

    Project mention: Generating regex pattern automatically | /r/learnpython | 2023-04-24
  • juniper

    GraphQL server library for Rust

    Project mention: New Rustacean Looking For Guidance | /r/rust | 2023-05-11

    juniper

  • InfluxDB

    Access the most powerful time series database as a service. Ingest, store, & analyze all types of time series data in a fully-managed, purpose-built database. Keep data forever with low-cost storage and superior data compression.

  • hello-world.rs

    🚀Memory safe, blazing fast, configurable, minimal hello world written in rust(🚀) in a few lines of code with few(1092🚀) dependencies🚀

    Project mention: Hello World in Rust | news.ycombinator.com | 2023-06-01
  • tera

    A template engine for Rust based on Jinja2/Django

    Project mention: What is the current ideal choice for server-side rendered web frameworks? | /r/rust | 2023-06-08
  • poem

    A full-featured and easy-to-use web framework with the Rust programming language.

    Project mention: What is the best API generator for Axum? | /r/rust | 2023-04-09

    I've used FastAPI/Pydantic before as well and it was a very good experience. It has been a while since I used them though, so I forget exactly how they compare, but I do recall it wrote most of the OpenAPI spec. for you. I will also agree when I saw utoipa and aide they seemed to require more boilerplate even though I have not done an actual comparison. Poem, on the other hand, seems very neat and clean and doesn't have any duplication that I can see. Here is the [TODO example](https://github.com/poem-web/poem/blob/master/examples/openapi/todos/src/main.rs).

  • imgui-rs

    Rust bindings for Dear ImGui

    Project mention: I need a GUI framework that can do the following! | /r/rust | 2023-04-20

    There are rust bindings for Dear Imgui. It's a great immediate mode gui that has been used in the gaming industry for tooling. It supports floating windows and such. And there is a lot of customisability to be had. The benefit of the immediate mode gui is that it is constructed and rendered separately from the rest of the logic. Allowing you to build out whatever the gui is for, separately. Then, the gui can be removed from the final build if that is what you want.

  • askama

    Type-safe, compiled Jinja-like templates for Rust

    Project mention: Full-Stack-Rust: Which approach in Frontend? | /r/rust | 2023-04-28

    Askama

  • SonarQube

    Static code analysis for 29 languages.. Your projects are multi-language. So is SonarQube analysis. Find Bugs, Vulnerabilities, Security Hotspots, and Code Smells so you can release quality code every time. Get started analyzing your projects today for free.

  • photon

    ⚡ Rust/WebAssembly image processing library (by silvia-odwyer)

    Project mention: Rust/WebAssembly image processing library | news.ycombinator.com | 2022-11-01
  • rage

    A simple, secure and modern file encryption tool (and Rust library) with small explicit keys, no config options, and UNIX-style composability.

    Project mention: Do any libraries exist for zero-trust file storage (storing client-encrypted data on the server without the key)? | /r/rust | 2023-04-29
  • log

    Logging implementation for Rust (by rust-lang)

    Project mention: log is going to bump msrv to 1.60 | /r/rust | 2023-04-12

    See the corresponing PR: https://github.com/rust-lang/log/pull/543

  • tract

    Tiny, no-nonsense, self-contained, Tensorflow and ONNX inference

    Project mention: [Discussion] What crates would you like to see? | /r/rust | 2023-04-11

    tract!!

  • redbpf

    Rust library for building and running BPF/eBPF modules

  • rust-csv

    A CSV parser for Rust, with Serde support.

    Project mention: A question for all those that use Python | /r/rust | 2023-04-07

    Serde for most of your input and output formats, with the serde-yaml and csv crates for format backends.

  • argh

    Rust derive-based argument parsing optimized for code size

    Project mention: Crate List - Blessed.rs | /r/rust | 2022-11-07

    https://github.com/google/argh is another minimal library for CLI argument parsing that could be in the list

  • ureq

    A simple, safe HTTP client

    Project mention: Thermostat Control for Ecobee | /r/rust | 2023-05-29

    I also enjoyed using ureq as an http client.

  • lopdf

    A Rust library for PDF document manipulation.

    Project mention: How to get text from a PDF file (lopdf)? | /r/learnrust | 2023-02-10

    I want to get the text of the first page of a PDF file. I'm using the lopdf crate.

  • quicksilver

    A simple framework for 2D games on desktop and web (by ryanisaacg)

  • printpdf

    An easy-to-use library for writing PDF in Rust

    Project mention: What's everyone working on this week (40/2022)? | /r/rust | 2022-10-03

    Making a PDF builder on top of https://crates.io/crates/printpdf, which is a bit low level to work (you have to manually calculate text position etc). This builder keeps track of position, margin, font management and so on so writing a PDF becomes straightforward.

  • lingua-rs

    The most accurate natural language detection library for Rust, suitable for long and short text alike

    Project mention: Lingua 1.5.0 - The most accurate natural language detection library for Rust, now with support for detecting multiple languages in mixed-language text | /r/rust | 2023-06-15
  • nutype

    Rust newtype with guarantees

    Project mention: Nutype 0.2.0 is released. | /r/rust | 2023-04-13

    The release notes: https://github.com/greyblake/nutype/releases/tag/v0.2.0

  • imageproc (PistonDevelopers)

    Image processing operations

  • Spartan

    Spartan: High-speed zkSNARKs without trusted setup (by microsoft)

  • rust-library-i18n

    Rust 核心库和标准库中文翻译,可作为 IDE 工具的智能提示,并生成本地 API 文档

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020). The latest post mention was on 2023-06-15.

Rust rust-library related posts

Index

What are some of the best open-source rust-library projects in Rust? This list will help you:

Project Stars
1 grex 6,087
2 juniper 5,187
3 hello-world.rs 2,969
4 tera 2,727
5 poem 2,430
6 imgui-rs 2,225
7 askama 2,219
8 photon 2,119
9 rage 1,943
10 log 1,772
11 tract 1,719
12 redbpf 1,653
13 rust-csv 1,440
14 argh 1,382
15 ureq 1,318
16 lopdf 1,265
17 quicksilver 773
18 printpdf 653
19 lingua-rs 646
20 nutype 587
21 imageproc (PistonDevelopers) 573
22 Spartan 545
23 rust-library-i18n 516
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com