macaroon 0.3.0

Fully functional implementation of macaroons in Rust
Documentation
1
2
3
4
5
6
7
8
9
10
pub mod macaroon_builder;
pub mod v1;
pub mod v2;
pub mod v2json;

pub enum Format {
    V1,
    V2,
    V2JSON,
}