send-it 0.1.5

A tool for sending large amounts of data over a stream or network.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[features]
big-endian = []
default = ["writing", "reading"]
reading = []
writing = []

[package]
authors = ["Eric <skepz.dev@gmail.com>"]
categories = ["network-programming"]
description = "A tool for sending large amounts of data over a stream or network."
documentation = "https://docs.rs/send-it"
edition = "2021"
keywords = ["send", "data", "variable-length"]
license = "MIT"
name = "send-it"
readme = "README.md"
repository = "https://github.com/Sk3pz/send-it"
version = "0.1.5"