frequenz-microgrid-component-graph 0.1.2

A library for representing the components of a microgrid and the connections between them as a Directed Acyclic Graph (DAG).
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Frequenz Microgrid Component Graph

![Crates.io Version](https://img.shields.io/crates/v/frequenz-microgrid-component-graph) ![docs.rs](https://img.shields.io/docsrs/frequenz-microgrid-component-graph)

This is a library for representing the components of a microgrid and the
connections between them as a Directed Acyclic Graph (DAG).

Current features:
  - Validating the graph
  - Traversing the graph
  - Formula generation

Upcoming features:
  - Python bindings