juke 0.0.1

🤖 A small engine for prototyping projects
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<h1 align="center">Welcome to juke 👋</h1>
<p>
  <a href="https://crates.io/crates/juke" target="_blank">
    <img alt="Version" src="https://img.shields.io/crates/v/juke">
  </a>
  <a href="https://docs./juke" target="_blank">
    <img alt="Documentation" src="https://img.shields.io/docsrs/juke" />
  </a>
</p>

> 🤖 A small engine for prototyping projects

## Install

```
juke = "0.0.1";
```