Skip to content

POSIX conditional compilation

Ava Affine requested to merge cargo-posix-feature into main

This MR introduces the following:

  • All features related to POSIX environments (env vars, shell stuff) gated by feature flags
  • Dependencies optional per feature flags
  • new CI target for non-POSIX build
  • new CI target for release binary artifact

Signed-off-by: Ava Hahn ava@sunnypup.io

Merge request reports