Build trust in continuous integration for your Rust library

2 · Red Hat · Sept. 6, 2022, 7:31 a.m.
This article concludes the 4-part series about how to take advantage of the recent Rust support added to Linux. I hope you have read the previous articles in the series: Part 1: 3 essentials for writing a Linux system library in Rust Part 2: How to create C binding for a Rust library Part 3: How to create Python binding for a Rust library This article will demonstrate how to build trust in a Continuous Integration (CI) system for your Rust library. You can download the demo code from its GitHu...