homestar-invocation 0.3.0

Homestar core library for working with tasks, instructions, etc
Documentation
1
2
3
4
5
6
7
8
9
//! Modules centered around [UCAN] authority.
//!
//! [UCAN]: https://github.com/ucan-wg

mod issuer;
mod prf;

pub use issuer::Issuer;
pub use prf::UcanPrf;