pillow 0.1.0

A minimalist web framework for rust
Documentation
# Pillow Framework

Is a minimalist framework for rust inspired in Expressjs

## Getting started

```bash
cargo run --examples
```

## For developers

clone project

```bash
git clone github.com/SummaryPuppet/pillow_framework.git
cd sunny_framework
```

and execute

```bash
cargo run
```