tboudreaux
  • Joined on 2025-11-30

hadron (0.1.1)

Published 2025-12-21 15:56:57 -05:00 by tboudreaux in tboudreaux/hadron

Installation

[registry]
default = "gitea"

[registries.gitea]
index = "sparse+" # Sparse index
# index = "" # Git

[net]
git-fetch-with-cli = true
cargo add hadron@0.1.1

About this package

hadron

Simple rust utility to configure meson build directories in a TUI

Building

git clone https://github.com/tboudreaux/hadron
cd hadron
cargo build --release 

Usage

hadron buildDir

You will be presented with a list of options for that meson project.

  • There are vim like motions to move around
  • space will toggle possible options or open an edit window for free form options
  • / will search

Dependencies

ID Version
anyhow ^1.0
crossterm ^0.28
ratatui ^0.29
serde ^1.0
serde_json ^1.0
Details
Cargo
2025-12-21 15:56:57 -05:00
1
14 KiB
Assets (1)
Versions (2) View all
0.1.1 2025-12-21
0.1.0 2025-12-20