Crates.io | cargo_px_env |
lib.rs | cargo_px_env |
version | 0.1.0 |
source | src |
created_at | 2023-05-05 10:17:16.863667 |
updated_at | 2023-05-05 10:17:16.863667 |
description | Bindings to retrieve the environment variables set by cargo-px |
homepage | |
repository | https://github.com/LukeMathWalker/cargo-px |
max_upload_size | |
id | 857559 |
size | 5,977 |
Utilities to retrieve the environment variables set by cargo px
.
When cargo px
invokes a code generator, it sets various environment variables that
can be leveraged by the code generator to retrieve information about the workspace.
This crate provides bindings to work with these environment variables instead
of hard-coding their names in your code generator.