About 6,190,000 results
Open links in new tab
  1. Rust for Linux - GitHub

    Rust 132 Apache-2.0 10 0 0 Updated 2 days ago linux Public Forked from torvalds/linux Adding support for the Rust language to the Linux kernel.

  2. GitHub - bootandy/dust: A more intuitive version of du in rust

    A more intuitive version of du in rust. Contribute to bootandy/dust development by creating an account on GitHub.

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

    The image running cross requires the rust development tools to be installed. With this setup cross must find and mount the correct host paths into the container used for cross compilation.

  4. GitHub - rust-embedded/linux-embedded-hal: Implementation of the ...

    Minimum Supported Rust Version (MSRV) This crate is guaranteed to compile on stable Rust 1.65.0 and up. It might compile with older versions but that may change in any new patch release.

  5. Everything you need to know about cross compiling Rust programs!

    rust-cross Everything you need to know about cross compiling Rust programs! If you want to set up your Rust toolchain as a cross compiler, you have come to the right place! I have documented all the …

  6. GitHub - est31/msvc-wine-rust: Cross compile Rust programs to the …

    This script downloads and extracts the needed components of the Visual Studio 2017 build tools and the Windows SDK, so that Rust toolchains can target the platform.

  7. GitHub - Didstopia/rust-server: Provides a dedicated linux server for ...

    Provides a dedicated linux server for Rust (the game) running inside a Docker container. - Didstopia/rust-server

  8. GitHub - rust-lang/rust-bindgen: Automatically generates Rust FFI ...

    The MSRV is the minimum Rust version that can be used to compile each crate. However, bindgen and bindgen-cli can generate bindings that are compatible with Rust versions below the current MSRV.

  9. GitHub - TaKO8Ki/awesome-alternatives-in-rust: A curated list of ...

    A curated list of replacements for existing software written in Rust - TaKO8Ki/awesome-alternatives-in-rust

  10. GitHub - rust-cross/rust-musl-cross: Docker images for compiling static ...

    How it works rust-musl-cross uses musl-libc, musl-gcc with the help of musl-cross-make to make it easy to compile, and the new rustup target support.