Buck2, a large scale build tool written in Rust by Meta, is now available

This page summarizes the projects mentioned and recommended in the original post on /r/rust

Stream - Scalable APIs for Chat, Feeds, Moderation, & Video.
Stream helps developers build engaging apps that scale to millions with performant and flexible Chat, Feeds, Moderation, and Video APIs and SDKs powered by a global edge network and enterprise-grade infrastructure.
getstream.io
featured
InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com
featured
  1. buck2

    Build system, successor to Buck

    I've so far found buck2 + reindeer to be pretty limited compared to bazel + rules_rust. rules_rust lets me give it my cargo workspace root, and it determines the dependencies needed for the whole workspace and creates a lock file with the needed data that I can check in. reindeer appears to want to generate BUCK files instead, and appears (based on how it's used in buck2 itself) to require a fake Cargo.toml that lists all of the crates.io dependencies required.

  2. Stream

    Stream - Scalable APIs for Chat, Feeds, Moderation, & Video. Stream helps developers build engaging apps that scale to millions with performant and flexible Chat, Feeds, Moderation, and Video APIs and SDKs powered by a global edge network and enterprise-grade infrastructure.

    Stream logo
  3. PyOxidizer

    A modern Python application packaging and distribution tool

    Here is some example Github Action from PyOxidizer as a Kickstarter: https://github.com/indygreg/PyOxidizer/blob/main/.github/workflows/build-exe.yml

  4. fac

    Fac is a general-purpose build system that runs on Linux only, which automatically tracks dependencies by observing the build commands in operation. (by droundy)

    As far as making it easy, I enjoyed using fac at one point, but it was so slow in linux containers on macos that I had to stop using it, but that discovered all of the dependencies for me, which was very cool.

  5. AECforWebAssembly

    A port of ArithmeticExpressionCompiler from x86 to WebAssembly, so that the programs written in the language can run in a browser. The compiler has been rewritten from JavaScript into C++.

    My largest program to this day uses CMAKE: https://github.com/FlatAssembler/AECforWebAssembly/blob/master/CMakeLists.txt

  6. rust-shed

    Repository containing Rust crates common between other Facebook open source projects (like Mononoke or Eden).

    For packages that are primarily developed in a monorepo context but also published to crates.io, a Cargo manifest can be generated from Buck targets. For example shed/async_compression/Cargo.toml is generated.

  7. rfcs

    RFCs for changes to Rust

    My understanding is there are differences in behavior between rustfmt and cargo fmt that a lot of people using tools like this miss and get confused about. We might also be extending this in the future to more tools.

  8. pyre-check

    Performant type-checking for python.

    Internally we use Pyre for Python type checking: https://github.com/facebook/pyre-check

  9. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
  10. sapling

    A Scalable, User-Friendly Source Control System.

    For example here is a commit generated by rustfmt without Cargo involved: https://github.com/facebook/sapling/commit/d73aed440b7f606c610407bd2b42754749d5b9ac

  11. HHVM

    A virtual machine for executing programs written in Hack.

    Here is a commit generated by clippy fix without Cargo involved: https://github.com/facebook/hhvm/commit/efea2c4dcc12fdbf3a2e3ce383bbdca2de5f93a9

  12. hello-monorepo-bazel-example

    Bazel example polyglot (rust, c++, gRPC, docker) monorepo

    Example: https://github.com/Heeten/hello-monorepo-bazel-example

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Py2wasm – A Python to WASM Compiler

    4 projects | news.ycombinator.com | 22 Apr 2024
  • Finding better motivations for software work (Other than pride)

    3 projects | dev.to | 4 Aug 2022
  • Rust Programs Written in Rust

    4 projects | news.ycombinator.com | 8 Sep 2021
  • I have added named function parameters to my programming language. What do you think, why do most mainstream programming languages not have it, when it is easy to implement in a compiler and it makes it easier to initialize complicated objects with many default rarely-changed parameters?

    2 projects | /r/ProgrammingLanguages | 27 Aug 2021
  • Instagram bot (beta)

    2 projects | /r/greece | 7 May 2021

Did you know that Rust is
the 5th most popular programming language
based on number of references?