checkedc VS rust.ko

Compare checkedc vs rust.ko and see what are their differences.

checkedc

Checked C is an extension to C that lets programmers write C code that is guaranteed by the compiler to be type-safe. The goal is to let people easily make their existing C code type-safe and eliminate entire classes of errors. Checked C does not address use-after-free errors. This repo has a wiki for Checked C, sample code, the specification, and test code. (by microsoft)

rust.ko

A minimal Linux kernel module written in rust. (by tsgates)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
checkedc rust.ko
21 1
3,183 889
0.6% -
0.0 0.0
over 1 year ago about 3 years ago
C Rust
GNU General Public License v3.0 or later -
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

checkedc

Posts with mentions or reviews of checkedc. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-03-04.

rust.ko

Posts with mentions or reviews of rust.ko. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-07-06.
  • Linux Rust Support
    7 projects | news.ycombinator.com | 6 Jul 2021
    To be fair, I was just a teenager back then and I was out of kernel development for quite a few years afterwards.

    But you are right, this is not coming from the Rust community itself. In fact, several independent groups have been thinking of using Rust in one way or another for kernel purposes, as early as... 2013 (!), e.g. from Taesoo Kim:

        https://github.com/tsgates/rust.ko/commit/58f0fb8fdf4063f5b24a09cbfeec81bf28a9d81b

What are some alternatives?

When comparing checkedc and rust.ko you can also consider the following projects:

koka - Koka language compiler and interpreter

manyclangs - Repository hosting unofficial binary pack files for many commits of LLVM

dafny - Dafny is a verification-aware programming language

c2rust - Migrate C code to Rust

rust - Rust for the xtensa architecture. Built in targets for the ESP32 and ESP8266

linux - Linux kernel source tree

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

wuffs - Wrangling Untrusted File Formats Safely

rust - Empowering everyone to build reliable and efficient software.

The-C-Programming-Language - Answers to exercises in K&R's The C Programming Language (second Edition).