Announcing cargo-zigbuild: Compile Cargo project with zig as linker

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

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • cargo-zigbuild

    Compile Cargo project with zig as linker

  • I've pushed a commit to add more targets, but I don't want to declare it's supported until it works on CI.

  • zig

    General-purpose programming language and toolchain for maintaining robust, optimal, and reusable software.

  • The problem is how Zig processes CLI arguments weirdly. Rather than passing them straight on to Clang, Zig attempts to parse some of them. Except it attempts to parse and validate target triples as Zig target triples, which is not the target triples anyone else uses (GCC triples I think is what Clang uses). The cc crate by default passes target triples with four components, which when Zig attempts to validate it will fail and exit before it even tries to hand off to Clang.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • abiutils

  • The repo link in the tweet gives me a 404. Have you set the repo to private?

  • abilists

    An `abilists` parser crate for Rust.

  • I think this is it https://github.com/ErichDonGubler/abilists

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