cargo_px_env 0.1.0

Bindings to retrieve the environment variables set by cargo-px
Documentation
  • Coverage
  • 100%
    11 out of 11 items documented0 out of 5 items with examples
  • Size
  • Source code size: 5.64 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.95 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 11s Average build duration of successful builds.
  • all releases: 11s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • LukeMathWalker/cargo-px
    62 4 5
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • LukeMathWalker

cargo_px_env

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.