rage/age-core
Jack Grigg 42b7ce6958 age-core: Start plugin binaries in a temporary working directory
We don't want plugin binaries to make any assumptions about where they
are run from. The easiest way to ensure this is to always run them from
a fresh temporary directory.

Closes str4d/rage#200.
2021-02-08 01:01:36 +00:00
..
src age-core: Start plugin binaries in a temporary working directory 2021-02-08 01:01:36 +00:00
Cargo.toml age-core: Start plugin binaries in a temporary working directory 2021-02-08 01:01:36 +00:00
CHANGELOG.md age-core: Add missing entry for age_core::plugin module 2021-02-05 23:49:13 +00:00
README.md Update READMEs 2020-07-29 02:06:18 +12:00

age-core Rust library

This crate contains common structs and functions used across the age crates.

You are probably looking for the age crate itself. You should only need to directly depend on this crate if you are implementing a custom recipient type.

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.