cargo-gccrs

Crates.iocargo-gccrs
lib.rscargo-gccrs
version0.0.1
sourcesrc
created_at2021-06-14 08:02:24.517346
updated_at2021-06-14 08:02:24.517346
descriptionAdding gccrs support to the cargo build system
homepage
repositoryhttps://github.com/Rust-GCC/cargo-gccrs
max_upload_size
id409852
size30,353
(CohenArthur)

documentation

README

Cargo GCCRS

Gaining support for cargo via rustc-wrapper

This project is not usable yet.

Description

The aim of this project is to allow the use of the gccrs compiler alongside the cargo buildsystem.

Setup

Since the project does not contain any releases yet, you can install it from github using the following command:

> cargo install --git https://github.com/Rust-GCC/cargo-gccrs

Usage

The goal is to provide an alternative to the classical subcommands used when working on Rust project, such as build, run or test. You should simply use cargo gccrs instead of cargo if you wish to execute commands using gccrs instead of rustc.

Code of Conduct

This repository adopts the Contributor Covenant Code of Conduct.

Contributing

{Contribution instructions}

License

Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or https://www.apache.org/licenses/LICENSE-2.0> or the MIT license <LICENSE-MIT or https://opensource.org/licenses/MIT>, at your option. Files in the project may not be copied, modified, or distributed except according to those terms.

Commit count: 119

cargo fmt