https://github.com/rust-gcc/cargo-gccrs
Gaining support for cargo via rustc-wrapper
https://github.com/rust-gcc/cargo-gccrs
Last synced: 10 months ago
JSON representation
Gaining support for cargo via rustc-wrapper
- Host: GitHub
- URL: https://github.com/rust-gcc/cargo-gccrs
- Owner: Rust-GCC
- License: other
- Created: 2021-05-21T10:18:03.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2023-06-14T11:07:52.000Z (about 3 years ago)
- Last Synced: 2025-08-12T13:44:37.836Z (10 months ago)
- Language: Rust
- Size: 96.7 KB
- Stars: 28
- Watchers: 10
- Forks: 6
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
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](https://github.com/Rust-GCC/gccrs)
compiler alongside the [cargo buildsystem](https://github.com/rust-lang/cargo).
## Setup
Since the project does not contain any releases yet, you can install it from github using
the following command:
```sh
> cargo install --git https://github.com/Rust-GCC/cargo-gccrs 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](CODE_OF_CONDUCT.md)
This repository adopts the [Contributor Covenant Code of
Conduct](https://www.contributor-covenant.org/version/1/4/code-of-conduct/).
## Contributing
{Contribution instructions}
## License
Licensed under the Apache License, Version 2.0 or the MIT license , at your option. Files in the project may
not be copied, modified, or distributed except according to those terms.