Rust Wrapper

Open-source Rust projects categorized as Wrapper

Top 13 Rust Wrapper Projects

  • rusqlite

    Ergonomic bindings to SQLite for Rust

    Project mention: Rusty way to store state for CLIs | /r/learnrust | 2023-06-25

    If you're less concerned about the "structure" of your data (e.g., serializing into rust types) and just need tabular data that can be queried (e.g., how much did we bet on X date, who placed a bet on Y team, etc.) I would definitely lean more towards a SQLite database for that kind of work. rusqlite can get you a functional database fairly quickly with a little reading of the documentation (be sure to use the "bundled" feature).

  • inkwell

    It's a New Kind of Wrapper for Exposing LLVM (Safely)

    Project mention: Compiler Optimization Learning Suggestions | /r/Compilers | 2023-08-04

    Secondly, I have learned about LLVM, and I have learned about the Inkwell library on Rust (It's a New Kind of Wrapper for Exposing LLVM (Safely)). Has anyone used this library before? Is this a good practice? Is it suitable for my compiler? Can I write some optimization passes of my own using this library?

  • InfluxDB

    Collect and Analyze Billions of Data Points in Real Time. Manage all types of time series data in a single, purpose-built database. Run at any scale in any environment in the cloud, on-premises, or at the edge.

  • flapigen-rs

    Tool for connecting programs or libraries written in Rust with other languages

  • physx-rs

    🎳 Rust binding for NVIDIA PhysX 🦀

    Project mention: Nvidia PhysX 5.0 is now open source | news.ycombinator.com | 2022-11-08
  • heed

    A fully typed LMDB wrapper with minimum overhead

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

    At Meilisearch we are currently trying to add a better error handling in heed v0.20, our LMDB key-value store wrapper. Unfortunately, when there are a lot of generics it can become harder to play with…

  • cargo-limit

    Cargo with less noise: warnings are skipped until errors are fixed, LSP-independent Neovim integration, etc.

    Project mention: Cargo-limit: Cargo with less noise: warnings are skipped until errors are fixed | news.ycombinator.com | 2023-03-20
  • ZenithTA

    A high performance python technical analysis library written in Rust and the Numpy C API.

    Project mention: Easiest way to get a pandas dataframe from python to rust? | /r/rust | 2023-01-21

    I have a technical analysis library written for Python using Rust and PyO3 called ZenithTA. A typical Dataframe for a stock has four columns: open, high, low, and close. Currently, I am converting each of the rows into lists to pass into Rust. It would be way easier if the end user could just pass in the dataframe, and I could just manipulate it in Rust. Does anyone have any tips or advice for doing this?

  • SonarLint

    Clean code begins in your IDE with SonarLint. Up your coding game and discover issues early. SonarLint is a free plugin that helps you find & fix bugs and security issues from the moment you start writing code. Install from your favorite IDE marketplace today.

  • ashpd

    A Rust wrapper around XDG portals DBus interfaces

  • rust-obs-plugins

    A safe wrapper around the OBS API, useful for creating OBS sources, filters and effects.

    Project mention: Ask HN: Any sound-related project suggestions for learning Rust? | news.ycombinator.com | 2023-03-14
  • vidmerger

    📼 Merge video & audio files via CLI

    Project mention: The Land Before Time | /r/fanedits | 2023-06-02

    I used vidmerger to merge them - https://github.com/TGotwig/vidmerger

  • roux

    Simple and (a)synchronous Reddit API wrapper for Rust.

    Project mention: rust-analyzer cannot find definitions for functions marked #[maybe_async::maybe_async] | /r/rust | 2022-11-01

    Hi, I am working on a project using the reddit API via roux and have found that I cannot use rust-analyzer's "go to definition" for any of the functions that are annotated with #[maybe_async]. For example, using the Subreddit example from here, I can use go to definition on the new() function call, but I cannot for any of the hot(), top(), rising(), etc functions. Looking through the source code, I can see these are all anotated with #[maybe_async]. Has anyone else experienced this problem?

  • boing

    A safe wrapper over libui-ng-sys.

    Project mention: Personal review for rust GUI frameworks | /r/rust | 2023-03-21
  • pulsectl

    Easy to use Rust PulseAudio API

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-08-04.

Rust Wrapper related posts

Index

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

Project Stars
1 rusqlite 2,348
2 inkwell 1,867
3 flapigen-rs 728
4 physx-rs 570
5 heed 365
6 cargo-limit 231
7 ZenithTA 215
8 ashpd 173
9 rust-obs-plugins 150
10 vidmerger 72
11 roux 61
12 boing 25
13 pulsectl 6
Updating dependencies is time-consuming.
Solutions like Dependabot or Renovate update but don't merge dependencies. You need to do it manually while it could be fully automated! Add a Merge Queue to your workflow and stop caring about PR management & merging. Try Mergify for free.
blog.mergify.com