Showing 775 open source projects for "rust"

View related business solutions
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • Build Securely on AWS with Proven Frameworks Icon
    Build Securely on AWS with Proven Frameworks

    Lay a foundation for success with Tested Reference Architectures developed by Fortinet’s experts. Learn more in this white paper.

    Moving to the cloud brings new challenges. How can you manage a larger attack surface while ensuring great network performance? Turn to Fortinet’s Tested Reference Architectures, blueprints for designing and securing cloud environments built by cybersecurity experts. Learn more and explore use cases in this white paper.
    Download Now
  • 1
    rust-analyzer

    rust-analyzer

    A Rust compiler front-end for IDEs

    rust-analyzer is a modular compiler frontend for the Rust language. It is a part of a larger rls-2.0 effort to create excellent IDE support for Rust. If you want to contribute to rust-analyzer or are just curious about how things work under the hood, check the ./docs/dev folder. If you want to use rust-analyzer's language server with your editor of choice, check the manual folder. It also contains some tips & tricks to help you be more productive when using rust-analyzer. rust-analyzer...
    Downloads: 9 This Week
    Last Update:
    See Project
  • 2
    Comprehensive Rust

    Comprehensive Rust

    This is the Rust course used by the Android team at Google

    Comprehensive Rust is an open source training course developed by Google to provide a complete introduction to the Rust programming language. Originally created for Google engineers, it has since been released publicly for the broader developer community. The course is structured into modular lessons that cover the fundamentals of Rust, including ownership, lifetimes, traits, generics, and error handling, before progressing to advanced topics like concurrency, async programming, unsafe Rust...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 3
    Rust-Peg

    Rust-Peg

    Parsing Expression Grammar (PEG) parser generator for Rust

    rust-peg is a Parsing Expression Grammar (PEG) parser generator for Rust. It allows developers to define grammars in a concise syntax and generates efficient parsers, facilitating the creation of domain-specific languages and interpreters.​
    Downloads: 1 This Week
    Last Update:
    See Project
  • 4
    rust-rocksdb

    rust-rocksdb

    Rust wrapper for rocksdb

    Binding is statically linked with a specific version of RocksDB. If you want to build it yourself, make sure you've also cloned the RocksDB and compression submodules. By default, support for the Snappy, LZ4, Zstd, Zlib, and Bzip2 compression is enabled through crate features. If support for all of these compression algorithms is not needed, default features can be disabled and specific compression algorithms can be enabled. The underlying RocksDB does allow column families to be created and...
    Downloads: 1 This Week
    Last Update:
    See Project
  • Photo and Video Editing APIs and SDKs Icon
    Photo and Video Editing APIs and SDKs

    Trusted by 150 million+ creators and businesses globally

    Unlock Picsart's full editing suite by embedding our Editor SDK directly into your platform. Offer your users the power of a full design suite without leaving your site.
    Learn More
  • 5
    Rust Course

    Rust Course

    It has been the world's most popular language for 8 consecutive years

    The Rust语言圣经 (Rust Language Bible) is a comprehensive, Chinese-language Rust tutorial that aims to take learners from beginner concepts to advanced mastery. The course is carefully designed with a structured catalog, vivid and approachable language, and an engaging style that avoids the dry and mechanical tone of many technical books. It covers the basics of Rust, such as ownership, borrowing, lifetimes, traits, and generics, but also dives deep into advanced topics like performance...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Rust lexical

    Rust lexical

    Fast numeric to- and from-string conversion routines

    rust-lexical is a high-performance Rust library for numeric-to-string and string-to-numeric conversions. Designed for efficiency and flexibility, it operates in no_std environments, making it suitable for embedded systems and performance-critical applications. The library supports various numeric formats and provides customizable parsing and formatting options.​
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    conflux-rust

    conflux-rust

    The official Rust implementation of Conflux protocol

    conflux-rust is the Rust implementation of Conflux, a high-performance Layer 1 blockchain designed to deliver high throughput without compromising decentralization or security. Conflux introduces a Tree-Graph consensus mechanism that allows parallel block processing while maintaining consensus integrity. This implementation focuses on performance and is compatible with the Ethereum Virtual Machine (EVM), enabling developers to deploy smart contracts written for Ethereum. It provides a robust...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Hermit for Rust

    Hermit for Rust

    Hermit for Rust

    Hermit-RS is a Rust-based unikernel designed for high-performance and cloud computing applications. By combining the safety and concurrency features of Rust with the minimalistic approach of unikernels, Hermit-RS offers a secure and efficient runtime environment. It is particularly suited for running single-tenant applications directly on hypervisors or bare-metal hardware, reducing overhead and improving performance.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    rust_core

    rust_core

    A pure Dart implementation of patterns found in Rust's core library

    rust_core is a pure Dart implementation of patterns found in Rust's core library, bringing the power of Rust to Dart.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Get the most trusted enterprise browser Icon
    Get the most trusted enterprise browser

    Advanced built-in security helps IT prevent breaches before they happen

    Defend against security incidents with Chrome Enterprise. Create customizable controls, manage extensions and set proactive alerts to keep your data and employees protected without slowing down productivity.
    Download Chrome
  • 10
    Rust-Lightning

    Rust-Lightning

    Bitcoin Lightning library written in Rust

    Rust-Lightning is a Bitcoin Lightning library written in Rust. The main crate, lightning, does not handle networking, persistence, or any other I/O. Thus, it is runtime-agnostic, but users must implement basic networking logic, chain interactions, and disk storage. The project implements all of the BOLT specifications in the 1.0 spec. The implementation has pretty good test coverage that is expected to continue to improve. It is also anticipated that as developers begin using the API...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    hyper for Rust

    hyper for Rust

    An HTTP library for Rust

    hyper is a fast HTTP implementation written in and for Rust. A Client for talking to web services. A Server for building those web services. Blazing fast thanks to Rust. High concurrency with non-blocking sockets. HTTP/1 and HTTP/2 support. hyper is a relatively low-level library, meant to be a building block for libraries and applications. If you are looking for a convenient HTTP client, then you may wish to consider reqwest. If you are looking for a convenient HTTP server, then you may wish...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Rust Programming Language

    Rust Programming Language

    Empowering everyone to build reliable and efficient software

    The Rust Programming Language is a language that empowers you to build reliable and efficient software. It runs blazingly fast and is memory-efficient, so it can power performance-critical services and run on embedded devices. It has a rich type system and ownership model, ensuring both thread and memory safety. Consisting of a standard library, great documentation and a friendly compiler, plus a top-notch build tool, package manager, auto-formatter and many other great tools, it’s the language...
    Downloads: 5 This Week
    Last Update:
    See Project
  • 13
    Rust Monero Library

    Rust Monero Library

    The Rust Monero library published on crates.io

    Library with support for de/serialization on block data structures and key/address generation and scanning related to Monero cryptocurrency.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 14
    Flutter Rust Bridge

    Flutter Rust Bridge

    Rust binding generator, feature-rich, but seamless and simple

    flutter_rust_bridge is a toolchain that generates ergonomic bindings between Rust and Dart/Flutter so you can write performance-critical logic in Rust while building UI in Flutter. It abstracts away the low-level FFI details, letting developers define Rust functions and data structures that are safely callable from Dart. The project supports passing complex types, handling async operations and streams, and integrating with Flutter across mobile and desktop targets. By leaning on Rust’s memory...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Rust Docs MCP Server

    Rust Docs MCP Server

    Prevents outdated Rust code suggestions from AI assistants

    The Rust Docs MCP Server fetches documentation for specified Rust crates, generates embeddings for the content, and provides an MCP tool to answer questions about the crate based on the documentation context. ​
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    pretzelhammer's Rust blog

    pretzelhammer's Rust blog

    Educational blog posts for Rust beginners

    Educational blog posts for Rust beginners.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Rust Data Analysis

    Rust Data Analysis

    Rust for data analysis encyclopedia (WIP)

    Welcome to the Rust Data Analysis repository! This collection of Jupyter notebooks provides a comprehensive exploration of data analysis using Rust. Powered by a Rust kernel, these notebooks allow you to dive deep into the realm of data analysis, leveraging the capabilities of the Rust programming language. With the help of various Rust libraries, such as ndarray, plotters, and more, you'll be able to extract valuable insights from different datasets with ease.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Rust for windows uiautomation

    Rust for windows uiautomation

    The uiatomation-rs crate is a wrapper for windows uiautomation

    The uiatomation-rs crate is a wrapper for Windows uiautomation. This crate can help you make Windows uiautoamtion API calls conveniently. Start by adding the dependency of this crate to your Cargo.toml file. Make use of any Windows uiautomation calls as needed.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Rust Free Cheats | Aimbot, ESP, Wallhack

    Rust Free Cheats | Aimbot, ESP, Wallhack

    Free Rust cheats: aimbot, ESP, wallhacks for 2025.

    Rust Free Cheats 2025 | Aimbot, ESP, Wallhack – ARCANE Edition Take over the harsh world of Rust with the latest undetected cheat pack – ARCANE. This 2025 release is a powerful external cheat offering advanced features like silent aimbot, ESP wallhacks, recoil control, and much more. Built for high performance and precision, ARCANE helps you dominate every raid, PvP fight, and loot run — effortlessly and safely. Whether you're a solo player or part of a squad, this cheat gives you...
    Leader badge
    Downloads: 513 This Week
    Last Update:
    See Project
  • 20

    Rust-Kniffel

    Einfaches Kniffel, programmiert mit Rust und fltk

    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    rust_dot

    RustDOT is mostly the Graphviz DOT language, lightly rustified.

    It can be embedded as a macro or parsed from a string or file. let g1 = rust_dot! {    graph {        A -- B -- C; /* semicolon is optional */        "B" -- D // quotes not needed here    } }; println!("{} {} \"{}\" {:?} {:?}", g1.strict, g1.directed, g1.name, g1.nodes, g1.edges); // false false "" ["A", "B", "C", "D"] [(0, 1), (1, 2), (1, 3)] let g2 = parse_string("digraph Didi { -1 -> 2 -> 3  2 -> 4.2 }"); println!("{} {} \"{}\" {:?} {:?}", g2.strict, g2.directed,...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    RustDesk

    RustDesk

    An open-source remote desktop, and alternative to TeamViewer

    RustDesk is a full-featured open source remote control alternative for self-hosting and security with minimal configuration. Desktop versions use Flutter or Sciter (deprecated) for GUI, this tutorial is for Sciter only, since it is easier and more friendly to start. Check out our CI for building Flutter version. You have full control of your data, with no concerns about security. You can use our rendezvous/relay server, or self-hosting, or write your own rendezvous/relay server.
    Downloads: 244 This Week
    Last Update:
    See Project
  • 24
    komorebi

    komorebi

    A tiling window manager for Windows

    komorebi is a tiling window manager that works as an extension to Microsoft's Desktop Window Manager in Windows 10 and above. komorebi allows you to control application windows, virtual workspaces and display monitors with a CLI which can be used with third-party software such as AutoHotKey to set user-defined keyboard shortcuts. komorebi aims to make as few modifications as possible to the operating system and desktop environment by default. Users are free to make such modifications in...
    Downloads: 158 This Week
    Last Update:
    See Project
  • 25
    Downloads: 88 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • 5
  • Next
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.