brokk-mj-client 2.7.2

Client-facing contracts and shared presentation helpers for Mjolnir
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
//! Client-facing contracts shared by Mjolnir's daemon and control surfaces.

pub mod auth;
pub mod image;
pub mod quota;
pub mod review;
pub mod session;
pub mod target;
pub mod web;

pub mod transcript;
pub mod usage_format;

pub mod operations;

pub mod daemon;