zing 0.1.0

A fast, fiber-based job system
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "zing"
version = "0.1.0"
authors = ["SparkyPotato <noob.sparkypotato@gmail.com>"]
edition = "2018"
description = "A fast, fiber-based job system"
readme = "README.md"
repository = "https://github.com/SparkyPotato/zing"
license = "MIT"
license-file = "LICENSE.txt"
keywords = ["job-system", "fibers"]
categories = ["concurrency", "game-development"]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]