edc-web-ui 0.2.1

A Rust Web interface with patternfly-yew client for EDC
Documentation
1
2
3
4
5
extern crate built;

fn main() {
  built::write_built_file().expect("Failed to acquire build-time information");
}