-
cc
A build-time dependency for Cargo build scripts to assist in invoking the native C compiler to compile native C code into a static archive to be linked into Rust code
-
pkg-config
run the pkg-config system tool at build time in order to be used in Cargo build scripts
-
cmake
A build dependency for running
cmaketo build a native library -
vergen
Generate 'cargo:rustc-env' instructions via 'build.rs' for use in your code via the 'env!' macro
-
shadow-rs
A build-time information stored in your rust project
-
rustc_version
querying the version of a installed rustc compiler
-
linkme
Safe cross-platform linker shenanigans
-
vcpkg
find native dependencies in a vcpkg tree at build time in order to be used in Cargo build scripts
-
system-deps
Discover and configure system dependencies from declarative dependencies in Cargo.toml
-
version_check
Tiny crate to check the version of the installed/running rustc
-
git-version
Compile the git version (tag name, or hash otherwise) and dirty state into your program
-
built
information from the time it was built
-
cargo-config2
Load and resolve Cargo configuration
-
protox
protobuf compiler
-
scratch
Compile-time temporary directory shared by multiple crates and erased by
cargo clean -
autocfg
Automatic cfg for Rust compiler features
-
winresource
Create and set windows icons and metadata for executables
-
ci_info
current CI environment information
-
prost-build
Generate Prost annotated Rust types from Protocol Buffers files
-
cargo-platform
Cargo's representation of a target platform
-
protobuf-src
Build system integration for libprotobuf
-
sccache
ccache-like tool. It is used as a compiler wrapper and avoids compilation when possible. Sccache has the capability to utilize caching in remote storage environments, including various cloud storage options…
-
cxx-build
C++ code generator for integrating
cxxcrate into a Cargo build -
tame-index
access to local and remote cargo registry indices
-
xshell
quick shell scripting in Rust
-
cargo-toml-workspace
Parse cargo workspace and load specific crate
-
toast
Containerize your development and continuous integration environments
-
cross
Zero setup cross compilation and cross testing
-
dinghy-build
Cross-compilation made easier - helpers for build.rs scripts
-
thebakery
Build engine for the Yocto/OE Projects using docker
-
rsconf
The missing cargo API. A sane autoconf w/ build.rs helpers for testing for system headers, libraries, and symbols
-
pkgx
Run anything
-
armerge
merge and control visibility of static libraries
-
jobslot
GNU make jobserver for Rust
-
glib-build-tools
Rust bindings for the Gio library, build script utils crate
-
cargo-util
Miscellaneous support code used by Cargo
-
wdk
Safe idiomatic bindings to APIs available in the Windows Development Kit (WDK)
-
risc0-build
RISC Zero zero-knowledge VM build tool
-
turtle-build
Ninja-compatible build system for high-level programming languages
-
swift-rs
Call Swift from Rust with ease!
-
xtask-wasm
Customizable subcommands to build your Wasm projects using xtask
-
wdk-build
configure a Cargo build script for binding generation and downstream linking of the WDK (Windows Driver Kit)
-
ispc_rt
A runtime dependency for linking Rust code with pre-built ISPC binaries and Rust bindings. These modules and bindings should be built with ispc_compile.
-
embed-manifest
Build script library to easily embed a Windows manifest
-
python3-dll-a
Standalone python3(y)(t).dll import library generator
-
invil
A port of amboso to Rust
-
rustflags
Parser for CARGO_ENCODED_RUSTFLAGS
-
static_vcruntime
Statically link the VCRuntime when using the MSVC toolchain
-
git-testament
Record git working tree status when compiling your crate
-
mkrs
Build automation tool
-
yazi-build
Yazi build system
-
ar_archive_writer
A writer for object file ar archives
-
dsh
Command line tool for DSH resource management API
-
luajit-src
Sources of LuaJIT 2.1 and logic to build it
-
cargo-emit
Talk to Cargo easily at build time
-
aicommit
A CLI tool that generates concise and descriptive git commit messages using LLMs
-
mvn-autoenforce
Parses maven enforcer output and gives you the topmost version of dependencies
-
qt-build-utils
Build script helper for linking Qt libraries and using moc code generator. Intended to be used together with cc, cpp_build, or cxx_build
-
layered-crate
declare and verify internal dependencies amongst modules inside a crate
-
ccgo
A high-performance C++ cross-platform build CLI
-
cmt
CLI tool that generates commit messages using AI
-
debcargo
Create a Debian package from a Cargo crate
-
autograder-setup
Rust CLI that generates GitHub Classroom autograder workflows for Rust assignments
-
flatc-rust
FlatBuffers flatc command as API
-
tauri-winres
Create and set windows icons and metadata for executables
-
gh-workflow
A type-safe GitHub Actions workflow generator
-
gitlab-cargo-audit
Generate GitLab Dependency Scanning report using
cargo-audit -
wolfram-app-discovery
Find local installations of the Wolfram Language
-
build-data
Include build data in your program: date, rustc version, git commit & branch, etc
-
gw-synth-flash-mcp
An unofficial MCP server for Gowin IDE CLI workflows as tools
-
scx_cargo
Build time utilities for sched_ext schedulers
-
moon_common
Common utilities
-
mask
A CLI task runner defined by a simple markdown file
-
build-wrap
Help protect against malicious build scripts
-
laze
A declarative build system for C projects aiming to be simple, fast and correct
-
tdlib-rs
Rust wrapper around the Telegram Database Library
-
autotools
A build dependency to build native libraries that use configure&make-style build systems
-
cargo-matrix
Run feature matrices against cargo commands that support feature lists
-
ocipkg
OCI registry for package distribution
-
radicle-native-ci
Radicle native CI adapter for running directly on node host
-
fortanix-sgx-tools
Tools for building and running enclaves for the Fortanix SGX ABI. This contains
ftxsgx-runnerto run genericx86_64-fortanix-unknown-sgxenclaves, as well asftxsgx-elf2sgxs… -
monorail
effective polyglot, multi-project monorepo development
-
caxe
A modern C/C++ project manager that cuts through build system complexity. Zero config, smart dependencies, and parallel builds.
-
gitcoco
Rust-based CLI for Conventional Commits, making commit standardization effortless and consistent for seamless project versioning and collaboration
-
damdara
Dragon Quest Core Module, created in Rust
-
microci
Porting of MicroCI tool - Minimalist Continuous Integration Tool
-
thag_rs
A versatile cross-platform playground and REPL for Rust snippets, expressions and programs. Accepts a script file or dynamic options
-
zv
Ziglang Version Manager and Project Starter
-
embuild
A build support library for embedded Rust
-
arm-targets
Compile-time feature detection for Arm processors
-
convco
Conventional commit tools
-
komodo_cli
Command line tool to execute Komodo actions
-
nasm-rs
Run NASM during your Cargo build
-
dinghy-test
Cross-compilation made easier - see main crate cargo-dinghy
-
farmfe_plugin_partial_bundling
Partial bundling plugin of farm
-
android-build
A build-time dependency to compile Java source files for Android as part of a Rust build. Use this from your
build.rsCargo build script -
pcu
A CI tool to update change log in a PR
-
rusty-cpp
A Rust-based static analyzer that applies Rust's ownership and borrowing rules to C++ code
-
easy-cli
Builds CLI tools from a set of scripts
-
rt-cli
rt is a CLI tools for running task files correctly
-
git2version
way to get the version of the package from git and incorporate it as a constant into your program
-
releaser
or workspace releasing tool. All crates from workspace will be released on crates.io
-
dlprotoc
Downloads protoc Protocol Buffers compiler for Cargo builds
-
blue-build
A CLI tool built for creating Containerfile templates for ostree based atomic distros
-
unmake
a makefile linter
-
cargo_auto_github_lib
cargo-auto
automation tasks written in rust languagewith functions for GitHub -
anaxa-builder
A modern native Rust configuration management system
-
gst-plugin-version-helper
build.rs helper function for GStreamer plugin metadata
-
crustex
latex meta build system
-
pargit
Git workflow utility
-
incli
Automation Tool For Installing Compilers, Sdk's and Package Managers
-
windows_exe_info
A cargo build script library for adding file information to windows executables
-
sancus
open-source tool that extracts third-party license information from a deployment-ready application
-
build-info
Collects build-information of your Rust crate
-
cargo-warehouse
cargo script for set up a local cache for compiled dependencies
-
crp
shorten and streamline workspace member execution
-
toolchain-clean
Cleans rust toolchains installed by cargo msrv
-
pkgbob
A pkgsrc package builder
-
web-static-pack
Embed static resources (GUI, assets, images, styles, html) within executable. Serve with hyper or any server of your choice.
-
mici
Lightweight CLI framework based on filesystem hierarchy
-
grev
working with git revision information from a build script
-
gts
Global Type System (GTS) library for Rust
-
garden-tools
Garden grows and cultivates collections of Git trees Garden lets you define and run commands over collections of configuration-defined multi-worktree Git environments
-
axoupdater-cli
Self-updater executable for use with cargo-dist
-
fontsan
Sanitiser for untrusted font files
-
labt
Lab-t Lightweight Android build tool
-
ognibuild
Detect and run any build system
-
vergen-gitcl
Generate 'cargo:rustc-env' instructions via 'build.rs' for use in your code via the 'env!' macro
-
conan2
Pulls the C/C++ library linking flags from Conan dependencies
-
openblas-build
The package provides a build helper for OpenBLAS
-
semantic-release-cargo
A CLI to integrate Rust into a semantic-release workflow
-
build-target
that provides programmatic access to information about the current build target
-
shrub-rs
working with Evergreen Project configurations
-
openapi-model-generator
A robust Rust library and CLI tool for generating type-safe Rust models from OpenAPI 3.0 specifications with advanced composition support
-
tailwind-rs-cli
CLI tool for Tailwind-rs build system and utilities
-
nu_plugin_jwalk
a nushell plugin called jwalk
-
compi
A build system written in Rust
-
rust-grapher
Generate mermaid dependency graphs for Rust projects
-
tutti-cli
Command-line interface for Tutti
-
rattler_index
index conda channels and create a repodata.json file
-
cargo
package manager for Rust
-
rustcbuildx
$RUSTC_WRAPPER tool to sandbox cargo builds and execute jobs remotely
-
auto_generate_cdp
experimental crate to generate the Chrome Devtools Protocol
-
const_for
For loop in const implemented with a macro
-
sticks
managing C and C++ projects
-
cargo-ai
Build lightweight AI agents with Cargo. Powered by Rust. Declared in JSON.
-
find-msvc-tools
Find windows-specific tools, read MSVC versions from the registry and from COM interfaces
-
pretty-make
pretty
-
cargo-obs-build
CLI tool used to build the libobs library and put it in the target directory
-
git-semversion
Generate a semantic versioning compliant tag for your HEAD commit
-
splice
Span-safe refactoring kernel for 7 languages with Magellan code graph integration
-
lunac
Lunaris compiler - build tool and plugin manager for the Lunaris video editor
-
build-probe-mpi
Probes the system for an installation of an MPI library
-
cachepot
sccache-like tool. It is used as a compiler wrapper and avoids compilation when possible, storing a cache in a remote storage using cloud storage.
-
debian-repro-status
Check the reproducibility status of your installed Debian packages
-
cadi
CADI CLI - Content-Addressed Development Interface
-
toml-echo
printing toml variables
-
farmfe_plugin_lazy_compilation
Lazy compilation plugin of farm
-
gitrack
Scan local git repositories and show their status (check untracked files)
-
souper
CLI tool to manage metadata about software of unknown provinence (SOUP)
-
binstalk-registry
The binstall toolkit for fetching package from arbitrary registry
-
scriptisto
A language-agnostic "shebang interpreter" that enables you to write scripts in compiled languages
-
pastebin-cli
CLI for pastebin.com
-
napi-build-ohos
N-API build support
-
compiledb
Clang's Compilation Database generator for make-based build systems
-
link-cplusplus
Link libstdc++ or libc++ automatically or manually
-
i18n-build
Designed for use within the cargo-i18n tool for localizing crates. It has been published to allow its direct use within project build scripts if required.
-
monitor_cli
Command line tool to sync monitor resources and execute file defined procedures
-
radicle-ci-broker
add integration to CI engins or systems to a Radicle node
-
docker_utils
integration testsing with Docker
-
is_debug
get build model is debug
-
openapi_type_picker
generating Rust data types according to the OpenAPI specification with the ability to select only the necessary types
-
wow-addon-builder
A powerful World of Warcraft addon build tool written in Rust
-
deadqueue
Dead simple async queue
-
avrogen
This program allow allow to generate rust code from avro definition files. Modules are created from namespace information
-
cbundl
webpack but for C code
-
conda_share
View and share conda environments in rust
-
empty-dir
Remove empty dirs
-
cargo-build
Wrapper around cargo instructions accesible in
build.rswith better type safety and support for modern features. Includes functions by default. Macros are optional, but do provide… -
btd
CLI tool to transform and deploy production builds of projects with file operations and commands
-
leo3-build-config
Build-time configuration for Leo3
-
async-codegen
Minimalist async-IO code generation framework
-
mdbook-nix-repl
An mdBook preprocessor to provide nix-repl functionality within mdbook
-
toml_const
Compile-time constants from TOML
-
sccache-exclusive
It selectively uses sccache. Do not use sccache to compile the specified crate. For example, a compilation error occurs with sccache.
-
xmake
A build dependency for running
xmaketo build a native library -
minion-cli
A CLI tool to streamline application deployments to remote VPS servers
-
sillyecs
A silly little compile-time generated archetype ECS in Rust
-
cg-bundler
A powerful Rust code bundler that combines multiple source files into a single, optimized file for competitive programming and code distribution. Features smart module expansion, code optimization, and minification.
-
build-print
that allows you to print non-warning messages from within rust build scripts
-
uv-build
A Python build backend
-
flowlang
A dataflow oriented programming meta-language in JSON supporting functions written in rust, python, javascript, java, and flow
-
anda
Andaman Build toolchain
-
cicero_distribution
Bundle distribution files in CI code
-
kur
One Package Manager To Rule Them All
-
builder_cpp
build tool for building C and C++ applications
-
clings
Small exercises to get you used to reading and writing C code!
-
cairo-toolchain-xtasks
Build scripts shared between all Cairo Toolchain projects maintained by Software Mansion
-
airmoney-cli
command-line interface tool designed to facilitate the development and management of decentralized applications (DApps) for Airmoney
-
license-retriever
Retrieves licenses of all Rust dependencies
-
dev_bestia_cargo_completion
Auto-completion for cargo-auto and automation_tasks_rs and partial auto-completion for cargo in bash
-
cmvm
that manages multiple CMake versions
-
manganis
Ergonomic, automatic, cross crate asset collection and optimization
-
git_perf_cli_types
Shared CLI types for git-perf
-
ispc_compile
build-time dependency for Cargo build scripts to help with compiling and linking to ISPC code, and generating Rust bindings to the resulting library. The generated bindings can be imported by using ispc_rt…
-
enpow
Generating methods for user defined enums as known from Option<T> or Result<T, E>
-
include-file
Include sections of files into Rust source code
-
re_build_tools
build.rs helpers for generating build info
-
swamp-build
swamp build tool
-
cuenv-homebrew
Homebrew tap provider for cuenv
-
pencil-box
A performance-focused, memory-efficient utility library for Rust — built for engineers who care about speed, safety, and maintainability
-
jbuild
High-performance Java build tool supporting Maven and Gradle
-
lisensor
automatically add, check, and fix license notices in the source files
-
openvcs-core
Core types and traits for OpenVCS
-
just-mcp
Production-ready MCP (Model Context Protocol) server for Justfile integration
-
electron_tasje
Tiny replacement for electron-builder
-
json_compilation_db
read/write JSON compilation database file
-
cargo-zclean
-
target-triple
TARGET and HOST triples
-
knob
C/C++ Build System
-
rebuilderd-common
rebuilderd - common code
-
license-fetcher
Fetch licenses of dependencies at build time and embed them into your program
-
mdbook-validator
An mdBook preprocessor that validates code blocks using Docker containers
-
service_utils
service integration testsing
-
actr-framework-protoc-codegen
Protoc plugin for generating actr-framework code from protobuf definitions
-
npm_rs
npm bindings to use in your build scripts
-
leptos_forge_build_script
Small general purpose utility from leptos_forge project
-
rust-version-info-file
generating one file includes rustc version and cargo tree
-
winscribe
Inscribe Windows resource & manifest files onto your executables
-
is_ci
Super lightweight CI environment checker. Just tells you if you're in CI or not without much fuss.
-
flatc-fork
Vendored executable of flatbuffer’s
flatc(maintained fork) -
bosion
Gather build information for verbose versions flags
-
hx-plugins
Plugin system for hx using Steel Scheme
-
oss_porter_cli
Command-line interface for OSS Porter: A tool to extract and sync projects from internal to public Git repositories
-
rust-silos
Minimal, robust file embedding for Rust. Efficient, allocation-free, and reliable.
-
dcd
Docker Compose Deployment tool for remote servers
-
tazk
🐕 Lightweight, agnostic, fast and easy task runner
-
rustyforge
A fast build tool for C, written in Rust
-
aya-rustc-llvm-proxy
Dynamically proxy LLVM calls into Rust own shared library
-
r-resources
Android-style resource management for Rust - compile-time type-safe resource access
-
rusty-tags
Create ctags/etags for a cargo project and all of its dependencies
-
cdkam
Common modules for cdk-ansible
-
august-build
Task-based build system with a custom syntax and focus on paralellism for all your artifact construction needs
-
aya-build
Build-time support for aya projects
-
dela
A task runner that delegates the work to other tools
-
objpoke
Minimal in-place objcopy replacement
-
gpr
Libgpr binding for Rust. Provides an easy way to build Ada projects with cargo.
-
lockjaw
Compile time dependency injection framework inspired by dagger
-
tart
compiling and linking code written in multiple languages by their native toolchains
-
hugo-build
A wrapper around the hugo binary to proving building capabilities
-
sh-exec
Set of functions and macros to write more concise Rust scripts
-
jog
A task runner with no syntax
-
ecformat
command line tool to keep files correct in respect of your EditorConfig
-
panschema
A universal CLI for schema conversion, documentation, validation, and comparison
-
readme-rustdocifier
rustdocifying
README.mdfor inclusion inlib.rs -
starlark_map
Map implementation with starlark-rust specific optimizations
-
wait_utils
implementing wait loops using varies wait strategies
-
zlink-codegen
generate zlink code from varlink IDL files
-
freertos-cargo-build
lib for building & using FreeRTOS in rust projects inside the build.rs
-
tagver
Core library for minimalistic versioning using Git tags
-
cxx-qt-build
Helpers for integrating
cxx-qtcrate into a Cargo build -
rustversion-detect
Detect rustc compiler version
-
xous-semver
porting semantic versions between build system and binary objects
-
twine-solve
Numerical solvers for the Twine framework
-
quickstart-lib
handling template logic for cargo-quickstart
-
msbuild
Allows builds to run msbuild for visual studio projects
-
lmrc-toml-writer
Type-safe TOML generation for Cargo.toml files
-
project-examer
A fast system analysis tool for scanning codebases and building intelligent relationships between files using AST parsing and LLM analysis
-
rllvm
build whole-program LLVM bitcode files
-
mc-sgx-sdk-tools
Tools for building SGX enclaves
-
rninja
A drop-in replacement for Ninja with caching and improved scheduling
-
gitlab-runner
Helper crate to build custom gitlab runners
-
conan
wrapper of the conan C/C++ package manager (conan.io) to simplify usage in build scripts
-
ext-php-rs-build
Build-time PHP detection utilities for ext-php-rs
-
microcad-viewer-ipc
µcad Viewer Interprocess Communication
-
autobuild
automatic building and publishing based on git changes
-
ninja-writer
ergonomic library for writing Ninja build files
-
fls-rs
FastLanes File Format
-
zinoma
Žinoma - Make your build flow incremental
-
blueprint-strong-hash
Hash trait similar to std::hash::Hash but for strong/cryptographic hashes
-
udonsharp-build
Build script integration for UdonSharp projects
-
rstash
ccache-like tool. It is used as a compiler wrapper and avoids compilation when possible. Rstash has the capability to utilize caching in remote storage environments, including various cloud storage options…
-
hammertime
Build & codegen tool for Ordinary
-
git_info
Extracts git repository information
-
kris-watcher
hire this guy so he can make sure that u don't forget to git commit ur changes
-
axl
Stack-aware developer workflow CLI
-
re_build_info
Information about the build. Use together with re_build_tools
-
ih-muse-cli
Muse Command Line Interface
-
crossbow
Cross-Platform build tools and toolkit for games
-
cmake-package
A helper library for Cargo build-scripts to find and link against existing CMake packages
-
cdylib-link-lines
Collection of link-lines useful to build correct cdylibs on targets
-
dris-build
dris 的 build.rs 侧代码生成器(扫描 #[component]/#[constructor] 并生成容器代码)
-
ocy
project cleaner CLI
-
flatc
Vendored executable of flatbuffer’s
flatc -
bento4-src
Source code of Bento4 and logic to ap4 library
-
sysroot-cleaner
clean up sysroots for Linux embedded devices in order to save storage space
-
farmfe_plugin_minify
Minify plugin of farm
-
editpe
Resource Editor for parsing and modification of Windows Portable Executables and their resources
-
pyflow
A modern Python installation and dependency manager
-
acton-cli
CLI tool for scaffolding and managing acton-service backend services
-
pipeline-cli
A build tools written by rust to build project and execute a serials of task
-
changepacks-python
Python project support for changepacks (pip, uv)
-
cargo-workspace-lints
Enforce that all packages in a workspace are using workspace lints
-
picomeson
A small parser for meson.build files
-
ra-ap-rustc_serialize
Automatically published version of the package
rustc_serializein the rust-lang/rust repository from commit 4e4c20d2abe6a218991152b735800fbaf51aedd6 The publishing script for this crate lives at:… -
yy
Helper CLI to create Zig-based cross-linker wrappers and Cargo config for cross-compiling Rust from Windows to Linux
-
printer_event_handler
A cross-platform printer status monitoring library for Windows and Linux
-
conan-build
Extracts linker flags from conan packages for use in build scripts
-
cicero_commands
Manage commonly used commands in CI code
-
risc0-build-kernel
RISC Zero tool for building kernels
-
dojo-build
Format ninja targets from file paths
-
const_init_build
Get Rust constant variables from configuration file at build time
-
rad-ci
emulate Radicle CI runs locally
-
target-spec-miette
Integrate target-spec errors with the miette library
-
version-manager
version manager for your projects
-
flatcc
Build-time convenience utilities for flatbuffers
-
crml
Crab Markup Language
-
mozjs_sys
System crate for the Mozilla SpiderMonkey JavaScript engine
-
justrs
input.txt You can change the justfile I want. It's for Rust only.
-
bldr
High-performance build system for mixed-language monorepos
-
gitversion_build
Build crate with versions by gitversion
-
ispc
build-time dependency for Cargo build scripts to help with compiling and linking to ISPC code and generating Rust bindings for the resulting library. This crate is a meta-crate for the ispc_compile and ispc_rt crates…
-
robuild
writing build recipes in Rust
-
jundler
The JavaScript executable bundler for Node.js projects
-
sharp
A modern, statically-typed programming language with Python-like syntax, compiled to native code via LLVM. Game engine ready!
-
sps-net
Networking library for the sps package manager
-
satway_build
provide build information for rust application
-
zanbil-build
Zanbil build script utilities
-
aoc-input-build
AoC helper that automatically downloads inputs. For use as a build dependency.
-
xcargo
Cross-compilation, zero friction - Rust cross-compilation tool with automatic toolchain management
-
cgo
build scripts to compile custom Go code
-
build-info-common
Part of the build-info and build-info-build crates: This crate provides the types that are serialized by build-info-build and used by build-info
-
const-crc32
A
const fnimplementation of crc32 checksum algorithm -
playdate-build
Utils that help to build package for Playdate
-
build_vdso
用于构建vDSO的工具库,与vdso_helper配合使用
-
rustc-version-const
rustc version as a const function at runtime (detected at build-time)
-
thunk-rs
Thunk the Rust program to support Windows XP, Vista and more!
-
build-vcxproj
load sources from vcxproj in build.rs
-
list-features
Extracts the list of enabled feature flags during compilation
-
unroll-lite
Unroll loops in const contexts, declarative macro version
-
action-io
GitHub actions toolkit
-
revitcli
A CLI tool for managing Revit add-in projects
-
git-describe
inject and parse git version information at build time
-
pm-bin
Util for rust CLI program
-
xert
A professional Rust project scaffolding tool for Web, CLI, and Embedded projects
-
index-debcargo
Find which Rust crates are packaged in Debian via debcargo-conf repository
-
msvc
automate setup for MSVC projects with vc-ltl and thunk-rs
-
absolute_unit
A system of scalars with units
-
valve_compilers
A type-safe, ergonomic, and extensible library for building command-line arguments for Valve's Source Engine compiler tools
-
cuda-interposer-build
writing CUDA driver API hooks in Rust. This crate provides build scripts and utilities to facilitate the creation of interposers.
-
rpm-qa
A thin Rust wrapper around
rpm -qa --json -
windres
Compiles Windows resource files (.rc) into a Rust program
-
chrono-tz-build
internal build script for chrono-tz
-
test-mobile
Mobile project generator for test-engine
-
vertigo-cli
Reactive Real-DOM library with SSR for Rust - packaging/serving tool
-
mdbook-protobuf
generating reference chapters from protobuf definitions
-
rustc-ap-serialize
Automatically published version of the package
serializein the rust-lang/rust repository from commit 10c2316a6bf7cf9255f991e06e82ce692e6f84d5 The publishing script for this crate lives at: https://github… -
oxdock-buildtime-helpers
Build script helpers for OxDock
-
build-rs
API for writing Cargo
build.rsfiles -
build_const
creating importable constants from build.rs or a script
-
meson-next
A build dependency crate for running Meson to build a native library
-
fwon-rs
High-performance generator for FWON (Fast Write Object Notation) data format
-
pagetop-build
Prepara un conjunto de archivos estáticos o archivos SCSS compilados para ser incluidos en el binario de un proyecto PageTop
-
cargo-audit-build
Audit cargo build.rs files
-
artifacts-cargo-credprovider
-
farmfe_plugin_polyfill
Polyfill plugin of farm
-
pkg-version
Macros expanding to the package version
-
manifest
Message catalogs with compile-time guarantees
-
basalt-cli
CLI for managing Basalt competitions and configurations
-
semver-extra
Helper functions for the semver crate, complete with a CLI tool
-
kobuild
build system
-
javac
A build-time dependency for Cargo build scripts and unit tests to assist in invoking the native Java compiler to compile Java source files into class files
-
libperl-config
Extract perl's build configs from Config.pm and others
-
llvmenv
Manage LLVM/Clang builds
-
file-header
check for and add headers to files
-
lilac_aur
a KISS AUR helper designed to smell good, and get out of the way
-
bt_toast
Toast mechanism using Dioxus and Bootstrap
-
ld-memory
Helper crate to programmatically create GNU ld MEMORY blocks
-
tpot
A cargo inspired build tool for C
-
prettyterm
Make your terminal interfaces prettier!
-
ensc-build-rs
build.rs
-
glibc_version
Discover GNU libc version at build time
-
inwelling
Collects information from downstream crates at compile-time
-
xbuild
Builds rust mobile/desktop projects
-
locked-tripwire
Prevent cargo installs without --locked
-
cmake-version-manager
CMake version helps manage installed versions of cmake
-
iron_sdk
Software development kit and build tools for iron agent framework
-
boringssl-src
building boringssl
-
rosetta-build
Code generation for the Rosetta i18n library
-
bphelper-build
Build-time facade generation for battery packs
-
unlimited-ammo
Hot reloader for Rust codebases, never waste time rebuilding again
-
xspring
scaffold spring boot projects interactively like the vs code extension for scaffolding a spring boot project
-
build-info-build
data consumed by the build-info crate. Use as a build-dependency.
-
cup-cli
A Cargo-like tool for C++ Project Building and Package Management
-
bp3d-protoc
BP3D protocol compiler/generator
-
wolfpack
A package manager and a build tool that supports major package formats (deb, RPM, ipk, pkg, MSIX)
-
spack-rs
Summon spack from rust build scripts!
-
activity-build
Build tool for Discord activities in Rust
-
butido
Linux package tool utilizing docker, postgres and toml
-
uneval
Serde serializer to embed data as Rust code
-
irox-build-rs
Compile-time build metadata injection inspired by shadow-rs
-
gtrom
gametank rom management tool
-
build-time
proc-macros to generate build timestamp string literals
-
omake
A Rust implementation of make
-
buck2
Fast multi-language build system
-
rerun_except
Rerun a cargo build except when specified files are changed
-
ver-stub-tool
CLI tool for injecting version data into binaries
-
operi-build
Build-time utilities for Operi tools
-
makemake
building Makefiles programmatically
-
repo_path
Access paths in your repository, with compile-time checks
-
auto_downloader
Rust cargo crates with auto-update functionality
-
zf
a script runner
-
blue-build-recipe
A CLI tool built for creating Containerfile templates for ostree based atomic distros
-
sunbeam
A dynamic CSS class library
-
gsdtool
CLI utility for PROFIBUS GSD files (Generic Station Descripions)
-
prover-logger
exposes structs and functions to manage logs in the prover-engine
-
syntastica-parsers-git
Collection of tree-sitter parsers for syntastica, fetching with git in the build-script
-
cmake_gen
generating CMake files from project structure
-
amalgam-codegen
Code generators for Nickel and Go for amalgam
-
workspace_lock
workspace lock
-
commiter
program to ensure the quality of commit
-
cmk
A build dependency for running
cmaketo build a native library -
suitesparse_sys
sys crate for suitesparse library
-
coin-build-tools
set of tools to build COIN-OR libraries from source
-
maid
🔨 A comprehensive build tool for all your needs
-
protograph
GraphQL-first Rust library with compile-time N+1 prevention
-
audb-build
Build-time compiler for AuDB gold files and code generation
-
jerk
Java Embedding Rust Kit
-
protocheck-build
⚙️ Build-time entrypoint for protocheck
-
optee-teec-sys
Native bindings to the libteec library
-
cum-build
C/C++ Build Tool
-
lunka-src
building Lua 5.4.8 with various configurable parameters
-
twine-components
A collection of components for Twine, a Rust framework for functional and composable system modeling
-
escargot
Cargo API written in Paris
-
camellia-env
Runtime environment detection library with build-time fallbacks for Rust applications
-
cenv-cli
CLI-tool for generating a C/C++ project
-
bizinikiwi-build-script-utils
functions for
build.rsscripts -
vergen-git2
Generate 'cargo:rustc-env' instructions via 'build.rs' for use in your code via the 'env!' macro
-
ts-path
Helpers for working with paths
-
cuda_min
A minimal Rust lib for executing PTX code with nvidia GPU
-
snm
Smol and simple node version manager
-
nj-build
build configuration for node-bindgen
-
sloughi
A tiny, no-dependencies crate to make it easy to share and apply git hooks for Rust projects
-
quickfix-msg-gen
FIX code generator from XML spec file
-
andax
Andaman scripting runtime
-
abol-util
runtime implementations for the Abol RADIUS framework
-
nix-bindings
Rust binding for Nix, the build tool
-
cel-build-utils
Build utils for google/cel-cpp
-
playdate-build-utils
Utils that help to build program with Rust and Playdate API
-
yamis
Task runner for teams and individuals
-
cargo-pkg-info-struct-builder
used as a build dependency which provides structured access to Cargo Package Info
-
libunwind
Rust bindings to the libunwind C library
-
workspace_discovery
Cargo workspace discovery and analysis with multi-crate project detection
-
cargo_art_by_Stefan
Just some tests for Cargo from 'The Book'
-
learn-rust-cargo-say-hello
Learning Cargo
-
lock_free_hashtable
Lock-free (almost) insertion only hashtable
-
portal-solutions-pupi
Blazingly fast meta-build tool for our open-source libraries
-
ninja-metrics
RAII based metrics gathering crate created for ninja-rs but usable independently
-
trait_variable
Make variable fields feasible in trait definition
-
conda_curation
Reduce conda repodata to enforce policy and speed up solves. Alpha software.
-
chkstk_stub
A stub for the chkstk function on iOS
-
mak
but mak it faster
-
python3-sys
FFI Declarations for Python 3
-
yaab
Build engine for the Yocto/OE Projects
-
slinky-cli
Linker script generator for decompilation and modding projects
-
nanocl_utils
Nanocl shared utils
-
criner-cli
A command-line interface for the 'Criner' crates mining platform
-
cicero
Automate CI builds with the cargo-xtask pattern
-
elite
New generation, simple & clean build system
-
package-bootstrap
An embeddable solution for installing build artifacts
-
create-axum-app
Create a new axum app with a single command
-
dashtool-common
Common functionality for dashtool
-
fac
build tool
-
mc-sgx-core-build
Build Helpers for SGX FFI Crates
-
blaze-cli
A fast, simple and flexible build system
-
cargo_auto_lib
Automation tasks coded in Rust language for the workflow of Rust projects
-
blue-build-template
A CLI tool built for creating Containerfile templates for ostree based atomic distros
-
ocaml-build
OCaml code generation
-
smithy-cargo
Cargo build scripts to build Smithy models
-
fob-cli
Fob bundler CLI - fast JavaScript/TypeScript bundler
-
cargo-parcel
Experimental extended cargo installer
-
admob-android
AdMob Plugin for Crossbow
-
terrazzo-build
Helpers to create cargo build scripts to compile and package web apps build with Terrazzo
-
cmdpal-packaging
Buld-time packaging helpers for cmdpal
-
pgdog-plugin-build
Build-time helpers for PgDog plugins
-
rotterna-lib
parsing and converting StepMania files to osu! files
-
prefer-dynamic
Copies the pre-compiled dynamic
stdlibrary to your target directory, for-Cprefer-dynamicanddylibcrates -
cproj-rs
A basic c/c++ build tool
-
cargo_and_crates_by_suka
just a sample project to test the functionalities of cargo
-
tectonic_cfg_support
build.rs support crate that helps deal with CARGO_CFG_TARGET_* variables. When cross-compiling, these variables must be used instead of constructs such as
cfg!(target_arch = ...)because the build… -
depgraph
manange files that depend on each other, and rebuild them as necessary, like a makefile
-
libcef-sys
cef-rs sys crate
-
include-blob
Include large binary files in an application without the compile time cost of
include_bytes! -
changepacks-utils
Shared utilities for changepacks (path handling, version calculation, git operations)
-
simple-include
include files in other files. Looks for lines with a given prefix and replaces them with the contents of the file they point to. Can watch for changes in the source directory and keep the target directory in sync.
-
sig
ffi library of signal(2) and kill(2)
-
zanbil-boost-build
Zanbil build script for Boost C++ libraries
-
nuspec
Specification
-
tighterror-build
The tighterror code generation library
-
episko_cli
Cli for the episko project
-
minutus-mruby-build-utils
Build utilities for minutus
-
mkhtml
that builds static websites
-
gen-bsky
generate and post a bluesky post
-
zpack
A fast, configurable package manager which builds programs from source
-
c3ne
that aids in compiling C3 code from within a Rust build script in order to use it alongside Rust code
-
cgo_oligami
build scripts to compile custom Go code
-
heron-rebuild
Workflow runner for complex build commands
-
nl80211-buildtools
Tools for building datastructures and constants for nl80211
-
vortex-build
Helpers used in build.rs file for the Vortex project
-
deppatcher
Automate patching Cargo.toml files using jsonnet
-
action-glob
GitHub actions toolkit
-
assemble-std
The standard library for assemble
-
build-parallel
A helper library to let you parallelize work in build.rs using the jobserver
-
cc-args
The clue between pkg-config and bindgen, cc
-
proc-hash
Embed hashed strings at compile time
-
fs-dir-cache
A CLI tool for CIs and build scripts, making file system based caching easy and correct (locking, eviction, etc.)
-
protobuf-codegen-pure3
Pure-rust codegen for protobuf using protobuf-parser crate WIP
-
repackage
An infernal tool to repackage a .crate file under another name
-
file-sniffer
Command-line tool to find build artifacts and junk on your computer
-
libhdf5-lib
Build script support for the HDF5 library
-
ograc
like cargo, but backwards
-
cxx-qt-gen
Code generation for integrating
cxx-qtinto higher level tools -
tectonic_dep_support
Support for finding third-party libraries using either pkg-config or vcpkg
-
copy-glob
A small utility to copy files to an output directory using glob syntax
-
boost_cmake
Boost C++ library boost_cmake packaged using Zanbil
-
ndk-build
building Android binaries
-
forward-dll
Forward dll functions
-
codes-common
Support capabilities for codes-* packages
-
panrelease
release software
-
cargo-primestack
help run the prime stack
-
jpre
A JDK management tool
-
beid_build_info
BeID build info
-
javadscrate
practice on cargo features
-
radicle-ci-ambient
A Radicle CI adapter for the Ambient CI enbine
-
rust-to-npm
deploy a rust project to npm in one command
-
prover-config
exposes the config structs for the prover-engine
-
gdal-src
Build script for compiling GDAL from source
-
semver-bump
A command-line tool for bumping semver-compliant version numbers
-
symtool
edits static symbol tables of MachO and ELF object files and archives
-
fast-rustc-ap-rustc_feature
Automatically published version of the package
rustc_featurein the rust-lang/rust repository from commit 15812785344d913d779d9738fe3cca8de56f71d5 The publishing script for this crate lives at: https://github… -
depdive
Rust dependency analysis tool
-
garden-gui
Garden grows and cultivates Git trees, GUI edition
-
blaze-devkit
Rust devkit for the Blaze build system
-
sps-common
Shared utilities for the sps package manager
-
cargo-link2
Patch local dependencies with ease
-
uneval_static
Serde serializer to embed data as Rust code
-
dexterous_developer_cli
A CLI for hot reloadable Rust applications, using the dexterous_developer crate
-
brix_errors
Brix's crate for handling all application-related errors
-
breezy-debian
Debian support for Breezy
-
ver-stub
Runtime access to version data injected via link section
-
autozig-build
Build-time support for autozig
-
versionisator
build.rs script to display handy version information
-
white-label
compile-time rebranding for rust
-
bootloader_linker
program that links your executables created using bootloader_api with the actual bootloader
-
ck-cracker
Cracker is a simple, fast, and plain task runner. Designed with the idea of supporting as many task tools as possible.
-
devx-cmd
Convenience wrapper over std::process::Command for xtask crates
-
aocr
task runner and support tool for Advent of Code challenges
-
cargo_gn
Cargo integration with the GN build system
-
rhiz
A deliberately minimal task runner
-
libpfu-source
Source-code VFS resolver for ABBS scripts
-
ruxgo
A Cargo-like build tool for building C and C++ applications
-
either_field
Macro for generating different types off of a template struct
-
semantic-release-rust
A CLI to integrate Rust into a semantic-release workflow
-
ptx-linker
NVPTX modules linker
-
gitpatcher
that uses git to maintain a set of patches around a submodule
-
farmfe_plugin_json
Json plugin of farm
-
docima
Generate images at build time & embed them in the Rust documentation
-
tangram_progress_counter
Tangram makes it easy for programmers to train, deploy, and monitor machine learning models
-
maker
Generic Rusty declarative build system like GNU Make
-
uasm
build the UASM compiler, for usage in build scripts
-
interoper
Build time tool for using Node.js packages from Rust project
-
pacops
PKGBUILD maintainer Swiss Army knife
-
nixci
Define and build CI for Nix projects anywhere
-
git_describe_build_tool
Retrieve Git tag, store as environment variable at build time
-
what-bump
Detect required version bump based on conventional commit messages
-
codr
A CLI tool for interacting with OneDrive
-
ocaml-interop-dune-builder
A helper crate for ocaml-interop build scripts to build OCaml code using Dune
-
gxib
build tool for the gxi-rs project
-
change-detection
generate change detection instructions during build time
-
cadi-builder
CADI build engine and transformation pipeline for WASM and binaries
-
simplebuild
build automation tool for c
-
mmrbi
MaulingMonkey's Rust Build Infrastructure
-
rust_hls
Support crate for rust_hls
-
byggis
A build system for kattis problem solving challenges
-
rmake
task runner like make
-
coffee_break
Take a break while your code compiles
-
cppm
A C++ Project Manager
-
cadi-mcp-server
CADI MCP (Model Context Protocol) server for LLM integration
-
modus
A language for building container images
-
coldbrew
Package manager and build tool for the Lotus programming language
-
dhl
Dependency Hijacking Library
-
thound
Finds the folders with VC toolchain and Windows SDK
-
rspit
A command-line tool to run Rust snippet
-
chobs
(Changes Observer) is a tool that automatically restarting your process when file changes in the selected directory. It may be you system process or your project execution. For example…
-
build_script
A wrapper for build.rs instructions
-
timelord-cli
A command-line interface for timelord, a Rust tool to preserve file timestamps (mtime) between CI builds
-
dotenv-build
help you supply compile time environment variables from your .env file
-
git-cz
Git conventional commit tools written in Rust
-
aliyun_content_moderation
这是一个简易版的 Rust 客户端,用于以 HTTPS 原生方式调用阿里云内容安全(文本/图片/音频/视频)相关接口。
-
cross-proc-cache
Small cross-process cache helper used in the Liturgy workspace
-
buildy
An ultra-fast parallel build system for local iteration
-
cuenv-ci
Context-aware CI pipeline execution for cuenv
-
pifu
Cross platform package build tool
-
blaze-rust-bridge
A sidecar program that serves as a bridge between Blaze CLI and Rust custom executors
-
yabs
build system
-
rumpkernel
as a crate
-
tcod-sys
Raw FFI bindings & build script to link against libtcod
-
px-linkme
Safe cross-platform linker shenanigans
-
ptx-builder
NVPTX build helper
-
bob-the
Small rust scripting language for simple builds. 'Bob the Builder, can we fix it? Bob the Builder, yes we can!'
-
lingua-franca
Package manager and build tool for the Lingua Franca coordination language
-
fleet-rs
The blazing fast build tool for Rust
-
shellexpand-utils
Rust utils for the shellexpand crate
-
ppsc-build
Protocol Buffers Parity SCALE Codec Generator
-
gornilo
Odin project manager
-
dependency-refresh
meant to update rust dependency versions within Cargo.toml files
-
version_control_info
Embed vcs info in cargo crates
-
pypackage
A modern Python dependency manager
-
windows-kernel-build
is build script for Windows kernel .sys files
-
ver-stub-build
Build script helper for injecting version data into binaries
-
kusabira
Integrated frontend for C library build and Rust FFI binding generation
-
sunfish
Web Application Build Tool
-
dagz_zb
CLI to Dagz Accelered CI Platform
-
git_info2
Extracts git repository information
-
zigcli
A build dependency for running
zigto build a native library -
keystring_generator
generate rust code with hierarchical string constants from simple file formats
-
project-base-directory
common base directory system for software projects
-
openssl-probe
helping to find system-wide trust anchor (“root”) certificate locations based on paths typically used by
openssl -
crate-git-revision
Embed git revision into crates built and published
-
rustc-host
Get host target triplet of rustc
-
genesys
Component format & build code generation, no more repetitions!
-
delegate-display
derive(Display, Debug) for structs/enums with one member
-
codify_hoijui
in automatic code generation at compile-time, for initializing structs and enums containing data, which is to be available at runtime
-
publish-ws
Publish Workspace Packages
-
carla-src
that prepares Carla simulator source code
-
quickfix-spec-parser
FIX XML spec file parser / writer
-
rustdoc-assets
Build script helper which copies media and assets from a source directory below your current crate to the target output directory of rustdoc
-
gtest_cpp
Google test C++ library packaged using Zanbil
-
find-winsdk
support for detecting Windows SDK installations
-
tracebuild
Command line utility to instrument builds and send traces to OpenTelemetry supported tracing systems
-
locate-cargo-manifest
Retrieves the Cargo manifest path by parsing the output of
cargo locate-project -
starlark-dialect-build-targets
A Starlark dialect providing simple build system primitives
-
cross-env
ansi2
-
cargit
Small utility for automating groups of git and cargo actions
-
picobu
one-command build system for PICO-8 games
-
wheelhoss
help package applications for Sandstorm
-
build-script-cfg
Configure and set cfg flags in build scripts
-
cgx-core
Core library for cgx, the Rust equivalent of uvx or npx for running Rust crates quickly and easily
-
i-build
bui
-
find-folly
Allows Rust
build.rsscripts to easily locate the Folly library -
esp_idf_build
Build scripts helpful when working with ESP-IDF
-
amdgpu-device-libs-build
Support library for the amdgpu target, build script utility to link device-libs
-
build_stamp
Make build time, git revision, etc available to Rust binaries at runtime
-
po6
A C POSIX library in Rust
-
kamikaze_di
Exploration of Dependency Injection in Rust
-
ke
Half make
-
xcommon
x
-
semantic-rs
Automatic crate publishing
-
libpwquality-sys
Native bindings to the libpwquality library
-
derive-codegen
Highly-configurable code generation tooling based on Rust types
-
abtz_learn015_cargocratesio
example to learn cargo crates.io
-
prost-serde
A prost toolkit to build protobuf with serde support
-
proffer
Rust code generation
-
chksum-build
Tiny library for setting/getting build-time values for your crate
-
rwf-cli
Rust Web Framework CLI
-
heron-rebuild-syntax
.hr file syntax and parsers for use in heron-rebuild
-
go-tool-dist-list
Get the list of targets supported by go compiler
-
zap-core
fast, and correct build system for modern polyglot teams
-
say-hello-learn
Learn cargo
-
aloxide
A helper tool for Cargo build scripts (build.rs) for compiling and/or linking to a given Ruby library version for use in Rust code
-
haversine
implemented in rust
-
bazel-execlog-cmp
CLI tool that helps compare Bazel execution logs
-
actix-cli
Rust cli to create actix-web boilerplate projects
-
cargo_yeet
Yeet rust target directories
-
runfiles
Bazel runfiles support for cargo
-
set-git-hooks-dir
Deadly simple Git hooks directory setup tool
-
tailwind-importer
Use tailwind across your rust project
-
dexterous_developer_instance
A modular hot reload system for rust
-
home
Shared definitions of home directories
-
cnctd_bump
CLI to bump versions for Rust and NPM projects
-
cargo-server-here
setup a static server for local frontend files
-
repomake
Language agnostic build system
-
haych
Build utils for HTMX application
-
rerun_in_except
Rerun build script if files in a directory have changed, excluding listed ones
-
issiz
unemployed people
-
wax-rs
Experiment to Rewrite Wax (latte-soft/wax) Natively, in Rust - A Fast Runtime Lua 5.1x+/Luau Project Bundler, Using Roblox Models and Module-Require Semantics
-
ci-generate
Generate a new project for some build systems with the use of templates
-
checkexec
Conditionally run a command in a CLI (like Make, as a standalone tool)
-
chur
A wrapper around tonic-build which adds dependencies
-
bonnibel
jsix OS build tool
-
make-cmd
Enables build.rs scripts to invoke gnu_make platform-independently
-
type-build
A Type build tool
-
devstart
Make me: make me run dev tasks without thinking
-
assemble-freight
The main executor for the assemble-rs project
-
crate-metadata
functions to get current crate metadata
-
bui-backend-codegen
Buildtime codegen support for bui-backend
-
wgpu_shader_checker
Macro for checking wgsl shaders at compile time
-
bb-sys
FFI bindings to Barretenberg
-
ssh_agent_client_rs_git_bash
Add git-bash ssh-agent implementation for nresare/ssh-agent-client-rs
-
rules
Perl 6 regex rules
-
bragi-build
Helper function for invoking the bragi code generator from a build.rs file
-
tagit-workspace-cargo
tagit-workspace implementation for cargo
-
cargo_chassis_1
-
rbuild
A Rust-based build system
-
mom-task
Task runner for teams and individuals
-
link_args
Allows setting linker arugments at compile time without a build script. Currently only supports Windows MSVC toolchains.
-
dargo-bin
building cargo project inside a docker container
-
prover-utils
offers utility functions and structs, used in prover-engine
-
ohos_ndk_env
set ohos build env for cc
-
libpng-src
Helper package for compiling 'libpng' as a static library. Meant to be used as build dependency only.
-
baldr
Convenience tool for building and running C++ code
-
gowiz_country
get various information about countries
-
dinghy-lib
Cross-compilation made easier - see main crate cargo-dinghy
-
conf_test
Run configuration tests from build.rs and set available features
-
tracers-libelf-sys
Exposes libelf as a Rust crate to ensure libstapsdt-sys is able to find libelf in the path.
Never use this crate directly; use `tracers` and let it determine the correct implementation at build time -
pagetop-statics
Librería para automatizar la recopilación de recursos estáticos en PageTop
-
urcu2-src
Redistribution of liburcu as a crate
-
cccache
All feature of cccache has been merged back into sccache, please use sccache instead
-
protograph-build
Build-time code generation for protograph (use in build.rs)
-
bitcalc
A calculator with bit operations
-
mast-build
Build script for MAST units
-
coverage-prepare
Convert coverage data to HTML reports, LCOV files or terminal tables
-
gobuild
A build-time dependency for Cargo build scripts to invoke the go compiler to compile go code into a static archive/dynamic library to be linked into Rust code
-
gamozolabs/aht
Pure Rust x86_64 bootloader and kernel
-
tinted_luau_sys
Luau bindings for Rust
-
sbe-cli
sbe schema tool to facilitate working with SBE schema files and generating codes
-
devbox-build
writing build.rs build sripts
-
issue
Tracks open issues during compile time and emits warnings if issues are closed
-
nir
An experimental nix implementation
-
tablelize
Test cargo package (DO NOT INSTALL THIS)
-
laze-insights
Helper library to parse laze insight output
-
cargo-semantic-release-template
Template for Cargo projects using semantic-release
-
thunk-cli
Thunk the Rust program to support Windows XP, Vista and more!
-
cafuc
cargo publish demo project
-
action-github
GitHub actions toolkit
-
rusty-release
release of a cargo project
-
manifest-feature-gen
Feature generator for cargo manifest
-
nu-build
Core build system for nushell
-
jmdict-enums
Autogenerated enums for the jmdict crate. Do not import directly.
-
vergen-pretty
Output vergen information in a formatted manner
-
yazi-prebuilt
Used to place the pre-built assets of yazi (https://github.com/sxyazi/yazi)
-
tesohh-bricks
build system and package manager for C/C++
-
axoupdater
Self-updater library for use with cargo-dist
-
tin-drummer
Command-line tool to find build artifacts and junk on your computer. Shatters records not glass.
-
xtask-cmdwrap
A thin wrapper around std::process::Command for xtask style projects
-
rsinfo
Add
vergento your [build-dependencies], then get all build info in single struct -
buckle
A lightweight launcher for buck2
-
watchdock
Trigger a build inside a build container (e.g. using cargo-watch), then optionally run another command outside the container when the inner build command succeeds.
-
woof-pkg
Package manager wrapper
-
cargo-lib
Strongly-typed Cargo instructions for your build script
-
utils-cli-migration
util-cli migrations relation
-
farmfe_plugin_mangle_exports
Farm rust plugin for mangling exports for script modules
-
ript-cli
InertiaJS protocol compatible with
riptcfor generating strong TypeScript bindings -
await-group
Golang like WaitGroup implementation
-
cargo-5730
A workaround for cargo#5730
-
rust-app
Mush, a build system for shell
-
sysconf
Small safe wrapper around sysconf
-
marco_paspuel_adder
Test cargo workpaces publish adder
-
safe-urqlcodgen-mutations
deploy a rust project to npm in one command
-
nix-build
A build dependency for running
nixto build a package -
rsbuild
build projects
-
orbit2-buildtools
Some tools to build some Corba binding from IDLs using orbit2-sys
-
lorry
Make Cargo.toml files with rust
-
poetry-to-requirements
Convert Poetry.lock to requirements.txt
-
timelord
preserve file timestamps (mtime) between builds, even with fresh git checkouts
-
cfgcomment-buildscript
build.rs support for cfgcomment
-
kt-list-comprehensions
Python-like list comprehensions for Rust
-
aortiz-workshop-example-cli
Arturo's example for Cargo
-
kbuild
This package help you to build rust kernel quickly and easily
-
oysterpack_built
OysterPack Built
-
alex_cargo_release
Alex's rust learning
-
gmosx
namespace for gmosx crates
-
morfo
automatic build tool for your C/C++ projects that analyses your code and executes it without having to write any external code
-
seacan
interacting with cargo to build things
-
crate-and-cargo
nothing specific
-
hello_cargo_for_yxw
hello world example for cargo
-
sec-gemini
Security crate
-
fontsan-woff2
FFI bindings for woff2 for usage in fontsan
-
constuneval
serializer to embed structs/tables as const Rust code using Debug trait
-
llmwerewolf-rs
LLM Werewolf — a Rust toolkit for building automated social deduction games
-
arcboot
An executable tool for building rust-based kernels and compiling, assembling and linking any extra dependencies
-
git-sha1
Expose the Git-SHA1 to the crate during build-time
-
catalyst_rsx
Catalyst RSX is a comprehensive full-stack framework for building server-side rendered components like a React App in Rust
-
cargo_rename_demo
cargo test lib
-
vcpkg_rs_mf
find native dependencies in a vcpkg tree at build time in order to be used in Cargo build scripts
-
build_details
build.rs helper that provides build information at runtime
-
protobuf-codegen-pure
Pure-rust codegen for protobuf using protobuf-parser crate WIP
-
fslutils
functions for inspecting fossil checkouts
-
tracers-libstapsdt-sys
Exposes libstapsdt to Rust code for programmatic creation of SystemTap user mode probes.
Never use this crate directly; use `tracers` and let it determine the correct implementation at build time -
attr-bounds
An attribute macro to apply bounds to items
-
cratex
execute crates directly
-
cargomon
nodemon for automatic rebuilding and running of Rust projects
-
lilys-new-macro
Macro for generating a 'new' constructor function
-
fshasher
Scan the destination folder and make a hash of all files to get the current state of the directory
-
locate-header
simplify locating header files when building -sys crates
-
valence_build_utils
Common build script utilities for Valence
-
vtcode-bash-runner
Cross-platform shell execution helpers extracted from VT Code
-
vcs_version
Helper functions to get version information from VCS
-
ultralight-build
A build tool helper for Ultralight crates
-
medicom_dict
Build-time utilities for parsing and producing DICOM dictionaries
-
msiz_rustc-ap-arena
Automatically published version of the package
arenain the rust-lang/rust repository from commit 74d5c70b174f06843049af2d764ff57ddc81c81c The publishing script for this crate lives at: https://github… -
ninja-files
Build your own ninja file meta build generators in rust
-
aosp-missing-blobs
identify required blobs (.so) that are missing from AOSP ROM builds, and to show which existing blobs depend on them
-
win-kernel-sys
windows-kernel-sys
-
axos
An optionally colored, non-std derivation pipeline
-
vergen-gix
Generate 'cargo:rustc-env' instructions via 'build.rs' for use in your code via the 'env!' macro
-
test_e6910ed6
test cargo publish with hello world
-
farmfe_plugin_progress
Progress plugin of farm
-
cargo_experiment_a
experiment with cargo
-
crossbundle
Build and publish apps for Android/iOS
-
nrustc-build
great access to rustc
-
bake-cli
Task runner built to be tastier than
make -
dashtool
Lakehouse build tool
-
sire
command line tool for generating source code projects from user defined templates
-
python-config-rs
Python distribution information via python3-config. This crate provides a Rust interface to your system's Python distribution information. Our goal is for this to be useful in build scripts…
-
vswhere
support for invoking and capturing the output of the vswhere utility
-
slinky
Linker script generator for decompilation and modding projects
-
genapkbuild
generate Android APK build system files for AOSP
-
libevent-sys
Rust FFI bindings to the libevent library
-
shmoo
Learning Rust: Project Organization & Tooling - shmoo
-
metadeps
Run pkg-config from declarative dependencies in Cargo.toml
-
openvino-finder
A helper crate for finding OpenVINO installations on a system
-
foo-cargo-filename-test
Test repo to hack a build script for 'cargo install foo' to build a library as a DLL file
-
bygge
Build your project
-
spade-docker
Manage Linux images for Spade
-
my-rust-lib2
A dummy library to play around with cargo publish
-
depfile
Simply parse .d files
-
eduardo_more_cargo
A study with examples from The Rust Programming Language Book - Chapter 14
-
carnet
transparent wrapper for Cargo that implements a number of important security features currently missing from it. Carent is meant as a temporary fix until Cargo gains these features.
-
nuuro_build
A specialized 2D game library
-
filament-bindings
This package provides build scripts and prebuilt binaries for filament on Windows, macOS, Linux, and the unsafe binding interface automatically generated by rust-bindgen
-
divina_util
Divina's utilities
-
ch14-cargo-and-crates-io
A practice project for chapter 14 of the rust programming language book
-
more-about-cargo-and-crates
Chapter 14 of the rust book
-
cargo_and_crates_io
project to learn about cargo and crates.io
-
cargo_crates_ihor_milevskyi
Firts cargo lib by Ihor Milevskyi
-
lanhuapp
a create learn cargo
-
built_different
build scripts
-
greprs_publish_tutorial
Cargo publish tutorial. Not useful by any means.
-
buildkit-llb
Idiomatic high-level API to create BuildKit LLB graphs
-
cargo_demo2
zei-rust first demo to crates.io,no value
-
micuman
A limited version of grep command. Example of use: cargo run -- 'query' 'file_path'
-
risc0-zkvm-circuit-gen
RISC-V circuit (generated)
-
cargo_crates_demo
A Rust crate
-
cargo_BBBBBB
The
-
ritual_build
Build script implementation for C++ library wrappers
-
erst-prepare
Embedded Rust
-
rz-embed
implements a simple proc-macro for embedding directory trees in rust binaries
-
moreabout_cargo_and_crates
-
makectl
Manage and generate yout makefile targets
-
truck-rs
Supercharges cargo
-
hkalbasi-rustc-ap-build_helper
Automatically published version of the package
build_helperin the hkalbasi/rust repository from commit 46a65c9c17f0fe25522ab229b6e7da90a3dc3008 The publishing script for this crate lives at: https://github… -
gnal_tsur
.esrever ni edoc etirW
-
pcap-config
run the pcap-config tool at build time to find the compiler flags for linking libpcap
-
freya-bootstrap
bootstrap compiler for freya
-
ninja_syntax
port of ninja_syntax.py
-
rusile
components for the SILE typesetter
-
librarian
downloading and linking to non-rust libraries from app build scripts
-
c3_clang_extensions
Ugly hacks to get information hidden/malformed by libclang See C3 for usable interface
-
pforge-codegen
Zero-boilerplate MCP server framework with EXTREME TDD methodology
-
hatto
CLI for software license policy check
-
git-meta
A basic git repo metadata inspection tool
-
secure_sum
Utilizes OSSF Scorecard to probe open source repositories for their security posture using a customizable metric
-
crate_version_parse
simply parses crate-semver from a string
-
itex
Initialize a LaTex project inside a folder instantly
-
android-tools
Android-related tools for building and developing applications 🛠
-
cppkg
C++ manager, inspired by Cargo for Rust
-
word_filter_codegen
generating
WordFilters at compile-time -
cargo2meson
generate traits from C header files
-
ninja-builder
Building logic for the ninja build system in Rust. Based on the paper Build Systems a la Carte.
-
yacli
creating CLI tools with a look and feel similiar to Cargo
-
carnix
Generate Nix expressions from Cargo.lock files (in order to use Nix as a build system for crates)
-
extract_rust_hdl_interface
Extracts the information needed for a rust-hdl module from a verilog module
-
pycall
Python Codegen for Rust
-
isildur
republishing a crate with an altered name
-
noo
A project templating system to aid in development speed and automation
-
houndify
SDK in Rust
-
includer
Use dynamically included assets generated by includer_codegen
-
hdf5-src
Build script for compiling HDF5 C library from source
-
const_env
Configure const and static items by environment variables
-
cargo-packager-updater
Rust executable updater
-
gbuild
A build-time dependency for Cargo build scripts to enable easy integration with glib/gio/gtk non-compile build tasks. For now it only supports bundling data files using GResource.
-
cicero_cache
Rebuild files only when needed
-
libninja_hir
high level ir for libninja
-
minver_rs
minver
-
simple-minify-html
Extremely fast and simple fork of minify-html
-
atlas-core
(In Alpha) Embeddable functional programming language
-
protobuf-sys
Low-level bindings to libprotobuf
-
issue-47048-fix
Issue #47048 fix
-
hairycrab
Alternative crate Registry
-
cargo_crates888
cargo and crates example code for Chapter 14 of Rust book
-
artemis-build
Build time tooling for the artemis crate
-
tree-sitter-wasm-build-tool
easily allow tree-sitter parsers to compile to Rust’s
wasm32-unknown-unknowntarget -
concordeisa
The Concorde instruction set
-
bindata
A macro to embed static assets in a binary that works on the stable release channel
-
eco
reasoning about breaking changes in Rust ecosystems
-
rusty-bind-build
Build script for generating gluecode using rusty-bind
-
dreamy-cli
A cli to work with dependencies
-
fuqiu-rust-crates-phrases
my rust cargo crate
-
rustc-simple-version
Access the rustc version used to build your project using a simple constant
-
minify_selectors
Post-processor that minifies classes and IDs in CSS, HTML, Javascript and SVG files
-
strict_linking
Requires
extern "C"blocks to resolve to symbols during linking -
i18n-gen
CLI tool that generates fast, type-safe Rust i18n code (MessageKey enum + PHF maps) from JSON schema and locales
-
build_cfg
Evaluate cfg() directives in build scripts
-
ament_rs
client for ament which is a system for cataloging and referencing resources distributed by software packages used by ROS2
-
get-license-helper
Help in automatically downloading dependencies license files (using the cargo-license json output). Motivation: help in building conda-forge recipes
-
dotnet-gitversion-build
Semantic Versioning at build time using dotnet-gitversion
-
barretenberg-sys
FFI bindings to Barretenberg
-
rustc-llvm-proxy
Dynamically proxy LLVM calls into Rust own shared library
-
changepacks-rust
Rust project support for changepacks (Cargo)
-
z1info_rust
Add extra information to the binary package through
cargo run [...] z1info=extra_information -
rusty_hogs
project provides a set of scanners that will use regular expressions to try and detect the presence of sensitive information such as API keys, passwords, and personal information. It…
-
molecule-codegen
Code generator for molecule
-
minhtml
[CLI] Extremely fast and smart HTML + JS + CSS minifier
-
darling-cargo
Darling implementation for global cargo crates
-
gts-macros
Procedural macros for GTS schema generation
-
action-artifact
GitHub actions toolkit
-
rb-sys-build
Build system for rb-sys
-
cargo_and_crates_0
A test project to learn crates features
-
workspace-gen
Given several subdirectories containing cargo projects, creates a parent workspace manifest file
-
cargo-creator
Tool that helps build apps for Android and iOS
-
prover-elf-utils
providing utilites to manage ELF related structs
-
build_cfg_shared
Shared structs and functions for build_cfg
-
tinyrick
a freeform Rust build system
-
libasm
adds inline assembly to stable rust
-
cargo-l1x
L1X build tool
-
lua
Bindings to Lua 5.3
-
ox_content_docs
Source code documentation generator for Ox Content (like cargo docs)
-
rusty-cheddar
automatically generate C header files from Rust source files
-
vcvars
access to the environment variables set by vcvars that comes with a Microsoft Visual Studio installation
-
cuenv-bitbucket
Bitbucket provider implementations for cuenv
-
ninja-files-kustomize
Ninja file functions for kustomize
-
learning_edpyt_cargo
Just learning what can do cargo and why i'm want to learn this new thing. :)
-
cicero_path
Access paths relevant for CI code
-
leviso-deps
External dependency resolution for LevitateOS build - handles Linux kernel source, Rocky ISO, and installation tools
-
platforms
Rust platform registry with information about valid Rust platforms (target triple, target_arch, target_os) sourced from the Rust compiler
-
cconst
Create compile-time evaluated constants of Copy-trait implementing types
-
prost-build-config
A prost toolkit to build protobuf with extra derive/attrs support
-
xlogic
Package for developing, building, testing, packaging and deploying FPGA and ASIC projects
-
mit-build-tools
Generate different things from a clap app file
-
synthez-codegen
Internal codegen shim of
synthezcrate -
verilator
Automated generation of Verilator test modules
-
nust64
Build tools for compiling a Rust project into an N64 ROM
-
mec
mruby/edge compiler cli endpoint
-
angelcake
A tasty way to execute build tasks
-
bchx_cargo_extras
Following along with the Rust book on publishing to crates.io
-
kotlike
macro to modify the question mark operator's behavior just like Kotlin's
-
checkup
& sleek utility to detect website changes and build shell pipelines
-
debugoff
Linux anti-analysis and anti-debugging Rust library
-
difi
DIF Include, a tool intended for build scripts to turn a dif file into a Rust static
-
swamp-script-cli
cli for swamp script
-
vcpkg_cli
A command line utility to investigate which libraries will be found by the vcpkg Cargo build helper
-
make-tools
Makefile utility
-
dep
A very basic, git based, flat dependency manager
-
fslbldutils
Functions for injecting fossil repository metadata into build
-
maven-rs
A collection of Maven-related utilities
-
facet-dev
Internal development utilities for Facet
-
wonderful_rustdoc
Showcase how to use rustdoc in cargo
-
osal-rs-build
Build utilities for osal-rs
-
rb-sys-env
Integrates rb-sys into high level frameworks
-
make-makefile
Makefile generator
-
assemble-rust
An assemble-rs plugin for building rust projects
-
run_it
task runner
-
qt_ritual_build
Build script implementation for Rust Qt crates
-
esdl
Event-sourcing Schema Definition Language parser
-
rustiverse
Demo Library
-
art008
just for testing 'cargo publish' command
-
libffi-sys2
Raw Rust bindings for libffi
-
bevy_dexterous_developer_dynamic
A modular hot reload system for rust
-
snapfire_compiler
Compile TypeScript for the browser. No Node JS required. Fast, native, opinionated.
-
embed_plist
Embed property list files like Info.plist directly in your executable binary
-
libftrace
Extemely simple function tracer, useful for debugging
-
include_packed
Include large, compressed binary files in an application without the compile time cost of
include_bytes! -
neon-build
Build logic required for Neon projects
-
lexigram
Lexer and LL(1) parser generator
-
fortranc
A build-time dependency for Cargo build scripts to assist in invoking the native Fortran compiler to compile native Fortran code into a static archive to be linked into Rust code
-
mei
Cargo build subsystem
-
build-helper
contains convenience methods for build scripts
-
botcore
Production-grade asynchronous bot engine with enterprise observability features
-
gen_eval_table
Generates eval table in build script used by rust_poker
-
gbafix
Rust port of the C
gbafixutility. For GBA rom patching. -
build_compile
Helper crate for build scripts which compile to Rust
-
rusty-yaml
parse yaml files
-
pkg
A small utility library for binary applications
-
corroded-rs
that bypasses Rust's safety features
-
fast-rustc-ap-rustc_fs_util
Automatically published version of the package
rustc_fs_utilin the rust-lang/rust repository from commit 15812785344d913d779d9738fe3cca8de56f71d5 The publishing script for this crate lives at: https://github… -
buildj
A java build tool
-
rustc-to-go-target
Convert compilation targets supported by rustc (aka target triplets) into targets supported by Go
-
first_cargo_package
A cargo project in rust-lang book
-
ikarusdef
describing Ikarus' capabilities
-
iceforge
build tool for building C and C++ applications
-
depl
Toolkit for a bunch of local and remote CI/CD actions
-
ninja-files-data2
Core data structures for ninja files
-
uniffi-build-alicorn
An Alicorn bindings generator for Rust using UniFFI (build script helpers)
-
darling-binary
A declarative and extendable package manager
-
boltbuild
programmable build system
-
reductool-proc-macro
Internal proc-macro crate for
reductool. End users should depend onreductool. -
instruct
A language to write general purpose 'makefile like' tasks which are powerful and reuseable
-
html-asset-hasher
Asset cache busting for your static HTML files, with optional Tailwind CSS bundling!
-
cargo-unused-workspace-deps
Check for unused dependencies listed in a workspace-level
Cargo.tomlfile -
nedry
Small bundler for C
-
fluent-typed
Type-safe access to Fluent localization messages
-
systemprompt-loader
File loading infrastructure for systemprompt.io - separates I/O from shared models
-
wasm-squeeze
UPX-like utility to create self-decompressable WASM-4 cartridges
-
pnacl-build-helper
Build script helper for building PNaCl/NaCl C/CXX libraries from source
-
raylib-project-generator
Generate rust raylib project to run in browser
-
my_crate_denglitong
Learn cargo publish crate
-
service-builder
A lightweight, type-safe service construction library for Rust that provides compile-time dependency injection through builder pattern
-
f1r3fly-rholang
F1r3fly Rholang programming language - concurrent, message-passing smart contract language
-
vtcode-process-hardening
Process hardening and security measures for VT Code
-
autotex
Continuously compile TeX and LaTeX
-
heron-rebuild-workflow
Workflow definition types for heron-rebuild
-
libote-codes
Linear code bindings to libOTe
-
git-tags-semver
extract SemVer Version Information from annotated git tags
-
tdaffin_hello_cargo
Test crate to experiment with publishing to crates.io
-
acknowledgements-rs
acknowledge is a simple CLI tool to analyze dependencies of a Cargo (rust) project and produce an ACKNOWLEDMENTS.md file listing (major) contributors of your dependencies
-
kconfig-represent
Kconfig representation module for the Kconfig file format and .config configurtion files from the Linux Kernel for the Cargo Kconfig crate
-
mit-hook-test-helper
Testing help tools for git-mit
-
blueprint-starlark-map
Map implementation with starlark-rust specific optimizations
-
cpp_to_rust_build_tools
Build script implementation for C++ library wrappers
-
arm-toolchain
Manage and use the embedded ARM toolchain
-
cargo-push
A cargo package to add tow number
-
version_control_info_build
Build script support for the version_control_info crate
-
llvm-lib
LLVM library with safe and flexibility in mind, without over complexity based on LLVM-C API
-
lux-lib
lux package manager for Lua
-
cargo-licenses
audit license information for Rust projects
-
subplot-build
using Subplot code generation from another project’s
build.rsmodule -
eclair-builder
A build-time dependency to assist in invoking the Eclair compiler to link Eclair code as a static archive with Rust code
-
crossbow-admob
AdMob Plugin for Crossbow
-
lento-build
lento build helper
-
ld-memory-cli
create .ld MEMORY sections via cli
-
modus-lib
A language for building container images
-
craole-cc-project
Cargo workspace and package scaffolding - part of the Craole CC development toolkit
-
ffplay
a create learn cargo
-
deftsilo
dotfiles manager
-
hrpc-build
Code generation for hRPC
-
hakari
Manage workspace-hack packages that do feature unification inside workspaces
-
build-instructions
working with Cargo build instructions
-
rustc-targets
Get the list of targets supported by rustc
-
pend
do now, wait later – tiny job runner
-
hx-warnings
Warning system for hx
-
cadi-server
CADI registry server for content-addressed chunk storage and retrieval
-
mc-build-rs
Cargo build script helper
-
cargo-ninja
Generate build.ninja for Cargo build plan
-
byteutils
that provides a collection of frequently used utility functions for working with bytes, strings, and vectors. It includes common tasks such as converting between strings and byte arrays…
-
vergen-gix-demo
A demo of the capabilities of the
vergen-gixbuild tool -
ppx
C-style pre-processor library
-
study_cargo_profile_and_publish_crates_io
An example of cargo profile and publish crates.io
-
cargo_package_example
Just an example how to publish crate
-
tracing-build-script
tracing-subscriber compatible writer for use in build scripts
-
tonic-build-extend
extend tonic-build to support multiple types_attributes and fields_attributes
-
tracers-build
Implements the compile-time code generation of the tracers in a crate. This crate should be a
build-dependenciesdependency of alll crates that usetracers. See thetracers… -
cc-version
gcc version detection for build.rs
-
cargo-issue
CLI for issue-rs
-
marco_paspuel_add_one
Test cargo workpaces publish add one
-
rosetta-i18n
Easy to use i18n library based on code generation
-
short
cli project manager
-
crev-common
Scalable, social, Code REView system that we desperately need - common code
-
himetake
Demo application of kusabira mixing Rust and C
-
tvm-build
A CLI and library for programmatically building TVM
-
rusty_v8_m
Rust bindings to V8
-
opensass
🧩 A CLI to interact with the OpenSASS ecosystem
-
workspace-filter-build
framework to compile env filters for all packages in a workspace
-
plantaznik
CLI helper for managing PlantUML diagram sources and their previews in Markdown files
-
the_logger
A very simple but customizable logger for Rust
-
more-cargo
Test
-
databake
Trait that lets structs represent themselves as (const) Rust expressions
-
minify-js
Extremely fast JavaScript minifier
-
craydate-build
Build script helpers for the craydate crate
-
action-http-client
GitHub actions toolkit
-
abhtest
Tests in cargo packaging
-
protograph-codegen
Code generation for protograph (proto + Rust)
-
utils_arteii_rs
collections of helpfull functions
-
oas-forge
The zero-runtime OpenAPI 3.1 compiler for Rust. Extracts, links, and merges code-first documentation.
-
embargo
fast opinionated build system for c/c++
-
prost-simple-rpc-build
Build script helpers for prost-simple-rpc
-
cargo-pkgconfig
pkg-config like interface for exposing crate metadata to primitive build systems
-
assemble-build
build script data for assemble. Not really used right now.
-
divina_compile
Divina's compiler wrapper
-
ostree-ext
Extension APIs for OSTree
-
ac-library-rs-expander
ac-library-rs snippets expander for cargo-compete
-
xtaskops
Goodies for working with the xtask concept
-
roid
Android Developer Toolkit
-
hamster
A local working dir runner of gitlab jobs
-
cuenv-gitlab
GitLab provider implementations for cuenv
-
repo_path_lib
Access the root directory of your repository
-
wrap_verilog_in_rust_hdl_macro
A proc-macro to wrap Verilog code in a rust-hdl module
-
bind-builder
Build dependency to help make crates that rely on native dependencies more portable
-
aquamarine
A mermaid.js integration for rustdoc
-
farmfe_plugin_script_meta
Farm rust plugin for updating module meta data for script modules
-
cargo-mate
Rust development companion that enhances cargo with intelligent workflows, state management, performance optimization, and comprehensive project monitoring
-
re_build_build_info
build.rs helpers for generating build info
-
vergen-git2-demo
A demo of the capabilities of the
vergen-gixbuild tool -
comfy-git-version
A comfy fork of git-version: compile the git version (tag name, or hash otherwise) and dirty state into your program
-
pyo3-built
Expose build variables obtained with built as a PyDict
-
toml-sync
Sync cargo.toml across repositories
-
generate-nix-pkg
Generate Nix expressions from Cargo.lock files (in order to use Nix as a build system for crates)
-
ninjars
ninja build system. This is the main application. This one is built on the theory in Build Systems a la Carte.
-
build_script_file_gen
contains convenience methods to generate files with specified content via build scripts and include their content within source files
-
irox-git-tools
Tools and wrappers to help with GitOps