My First Publish to crates.io (and cross compilation)

This page summarizes the projects mentioned and recommended in the original post on dev.to

SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  1. mastermind

    An LLM-powered CLI tool to help you be a better spymaster in Codenames

    The second problem was with my crate name - My publish was rejected because the crate mastermind already existed in the registry. I followed it up by a search on crates.io. Turned out even mastermind-rs was taken too! I eventually learned that crates.io allocates names on a first-come-first-serve basis, so I went with mastermind-cli

  2. SaaSHub

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

    SaaSHub logo
  3. cross

    “Zero setup” cross compilation and “cross testing” of Rust crates

    Some quick research led to cross, which automatically sets up container environments for cross compilation.

  4. crates.io

    The Rust package registry

    crates.io is the central repository/registry for Rust crates. It's a crucial part of the Rust ecosystem.

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

  • Is statically compiling against glibc possible?

    1 project | /r/rust | 16 Nov 2023
  • How to cross Compile on Debian for: Mac / FreeBSD / OpenBSD / Android ... ?

    3 projects | /r/rust | 11 Jul 2023
  • Compiling against specific version glibc

    1 project | /r/rust | 22 Jun 2023
  • A guide to cross-compilation in Rust

    2 projects | dev.to | 1 Jun 2023
  • Is there a definitive guide on cross-compiling with OpenSSL?

    2 projects | /r/rust | 26 May 2023