family_graph 0.2.2

A Rust application to generate family relationship graphs from Excel data.
Documentation
# Family Graph

<div align="center">
  <!-- Crates -->
  <a href="https://crates.io/crates/family_graph">
      <img src="https://img.shields.io/crates/v/family_graph.svg?style=flat-square"
      alt="Crates.io version" />
  </a>
  <!-- Docs -->
  <a href="https://docs.rs/family_graph">
    <img src="https://img.shields.io/badge/docs-latest-blue.svg?style=flat-square"
      alt="docs.rs docs" />
  </a>
  <!-- Downloads -->
  <a href="https://crates.io/crates/family_graph">
    <img src="https://img.shields.io/crates/d/family_graph.svg?style=flat-square"
      alt="Download" />
  </a>
</div>

A custom family graph generator, given a -- for now -- `.xls` file.
The generations are denoted by the amount of '*' before the name.
Very custom, don't expect anyone to use this