Hello, youki! Faster container runtime is written in Rust

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

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • cc-rs

    Rust library for build scripts to compile C/C++ code into a Rust library

  • https://github.com/alexcrichton/cc-rs This crates lets you shell out to a C compiler when building your Rust project

  • rust-cpp

    Embed C++ directly inside your rust code!

  • Don't underestimate the power of procedural macros: https://github.com/mystor/rust-cpp

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • runc

    CLI tool for spawning and running containers according to the OCI specification

  • The way they're doing it is actually quite the hack already. They have a cgo package with some C code to handle setting up a namespace, and they do some voodoo to get this to run as an init before the Go threadpool is spun up. See the readme for it: https://github.com/opencontainers/runc/tree/master/libcontainer/nsenter

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