interlink 0.1.0-alpha

Framework for writing async code
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[dependencies.futures]
version = "^0.3"

[dependencies.tokio]
features = ["full"]
version = "1"

[package]
authors = ["Jacobtread <jacobtread@gmail.com>"]
description = "Framework for writing async code"
edition = "2021"
license = "MIT"
name = "interlink"
readme = "README.md"
repository = "https://github.com/PocketRelay/ServerRust"
version = "0.1.0-alpha"