rust-ci-cd-template 0.2.9

A rust ci/cd template for github
1
2
3
4
5
6
7
// SPDX-License-Identifier: CC0-1.0 OR MIT OR Apache-2.0
// -> todo! remove this notice

//! Documentation for the crate: A rust ci/cd templates
fn main() {
    println!("Hello, world!");
}