How to build and test Rust programs and libraries without Cargo, only using rustc and rustdoc.
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Add link to blog post to README

+5 -1
+5 -1
README.md
··· 2 2 3 3 [![EUPL v. 1.2 license](https://img.shields.io/badge/License-EUPL--1.2-green)](./LICENSE) 4 4 5 - How to build and test Rust programs and libraries without Cargo, only using rustc and rustdoc. 5 + How to build and test Rust programs and libraries without Cargo, only using 6 + rustc and rustdoc. 7 + 8 + For a more in depth description of this repository, see the blog post 9 + [Rust Without Cargo (Using Make)](http://localhost:8000/posts/2024-10-24-rust-without-cargo.html). 6 10 7 11 ## License 8 12