baldr

Crates.iobaldr
lib.rsbaldr
version0.2.1
sourcesrc
created_at2024-09-28 20:25:53.153123
updated_at2024-10-27 16:37:52.961485
descriptionConvenience tool for building and running C++ code.
homepagehttps://github.com/ystre/baldr
repositoryhttps://github.com/ystre/baldr.git
max_upload_size
id1390339
size62,053
Chris (GK72)

documentation

http://docs.rs/baldr/

README

Baldr

Convenience tool for building and running C++ code.

Example command:

baldr -p $PROJECT_DIR -j 4 -t $CMAKE_TARGET -b Release -s asan -c $CMAKE_ARG -r --debug -- $ARGS

Multiple CMake arguments can be defined by specifying -c multiple times.

Everything after double dash -- is forwarded to the built binary.

Features

  • Configuration via file, environment variables, CLI arguments or mixed
Commit count: 10

cargo fmt