cascada 0.1.0

A general purpose UI layout engine
Documentation
# Cascada

Cascada is a lightweight, high-performance layout engine for UI frameworks, 
inspired by modern constraint-based systems like Flexbox and Flutter. 

<div>
    <a href="https://codecov.io/gh/snubwoody/cascada" > 
     <img src="https://codecov.io/gh/snubwoody/cascada/graph/badge.svg?token=PLYL0VUB5Y"/> 
    </a>
</div>

## Contents
- [Goals]#goals
- [Installation]#installation
- [Axes]#axes
  - [Alignment]#alignment

## Goals

- Fast
- Simple
- Portable

## Installation
Add `cascada` to your project

```toml
[dependencies]
cascada = "0.1.0"
```

## Overview 
## Comparison to CSS
- Justify between: There is no justify between, you may use nodes in between and set the flex to 1.
## License

Licensed under either of:

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

at your option.

## TODO

- Add benchmarks