altium 0.2.1

A library for processing Altium file types
Documentation
1
2
3
4
5
6
7
8
9
// use altium::PrjPcb;

// const PRJPCB: &str = "tests/samples/prjpcb/simple-proj.prjpcb";

// #[test]
// #[should_panic] // FIXME: shouldn't panic
// fn test_file_ok() {
//     PrjPcb::from_file(PRJPCB).unwrap();
// }