releasor 1.7.0

A CLI that automates release tasks for Rust 🦀 projects, streamlining builds, .tar.gz packaging, and binary verification for a fast and consistent workflow.
Documentation
1
2
3
4
5
6
7
8
pub mod cli;
pub mod output_command;
pub mod progress;
pub mod status;

pub use cli::Cli;
pub use output_command::OutputCommand;
pub use status::Status;