caseformat 0.2.0

Power flow case data format
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# caseformat

Power flow case data file format.

This crate provides functions for parsing, serializing and validating Case files.

## License

The format is based on the [MATPOWER](https://matpower.org/docs/ref/matpower7.1/lib/caseformat.html) case file format.

Licensed under either of the

* Apache License, Version 2.0 ([LICENSE-APACHE]LICENSE-APACHE or https://www.apache.org/licenses/LICENSE-2.0) or
* MIT license ([LICENSE-MIT]LICENSE-MIT or https://opensource.org/licenses/MIT)

at your option.