Sunday, May 15, 2022

First project submitted to Crates.io

Rust (the software development language I write in) projects are uploaded for general use to crates.io. Until now, none of my projects have been uploaded.

This "crate" contains code that makes it easier to pull the version of the software from the version tracking system (Git) when the program is compiled (converted from human-readable to machine code). This allows programmers to display what version their program is without manually updating it in the code.

Crate Page: https://crates.io/crates/git_describe_build_tool

No comments: