scythe 0.1.1

A library and tool set for creating applications with Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# Scythe
[![Build](https://img.shields.io/github/workflow/status/BSFishy/scythe/Rust)](https://github.com/BSFishy/scythe/actions?query=workflow%3ARust)
[![GitHub](https://img.shields.io/github/license/BSFishy/scythe)](https://github.com/BSFishy/scythe/blob/main/LICENSE)
[![Downloads](https://img.shields.io/crates/d/scythe?logo=rust)](https://crates.io/crates/scythe)
[![Version](https://img.shields.io/crates/v/scythe?logo=rust)](https://crates.io/crates/scythe)

Scythe is a library and tool set for creating applications with Rust.
Its main goal is to make it easier to do some common tasks with applications, such as storing data and installation.

## Status

Scythe is still early in development.
While some features are stable and can be used in production, Scythe won't be considered "stable" until all features are stable.