Logo
Explore Help
Sign In
studio/wfe
2
0
Fork 0
You've already forked wfe
Code Issues Pull Requests Actions Packages Releases 3 Activity
Files
2b244348ca6f2513595c965f741e51cc66be2d05
wfe/wfe-rustlang/src/lib.rs

7 lines
163 B
Rust
Raw Normal View History

feat(wfe-rustlang): add Rust toolchain step executors New crate providing cargo and rustup step types for WFE workflows: Cargo steps: build, test, check, clippy, fmt, doc, publish Rustup steps: rust-install, rustup-toolchain, rustup-component, rustup-target Shared CargoConfig base with toolchain, package, features, release, target, profile, extra_args, env, working_dir, and timeout support. Toolchain override via rustup run for any cargo command.
2026-03-29 16:56:07 +01:00
pub mod cargo;
pub mod rustdoc;
pub mod rustup;
pub use cargo::{CargoCommand, CargoConfig, CargoStep};
pub use rustup::{RustupCommand, RustupConfig, RustupStep};
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.4 Page: 47ms Template: 3ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API