edc-web-ui 0.2.0

A Rust Web interface with patternfly-yew client for EDC
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
mod asset_page;
mod contract_agreement_page;
mod contract_definition_page;
mod contract_negotiation_page;
mod policy_page;
mod transfer_process_page;

pub use asset_page::*;
pub use contract_agreement_page::*;
pub use contract_definition_page::*;
pub use contract_negotiation_page::*;
pub use policy_page::*;
pub use transfer_process_page::*;