udp-streamify 0.1.1

Client session support for udp for the benefits of framing support of udp
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[dependencies.tokio]
features = ["net", "sync", "rt", "macros", "time"]
version = "1.5"

[package]
authors = ["nikos efthias <nikos@mugsoft.io>"]
description = "Client session support for udp for the benefits of framing support of udp"
edition = "2018"
license = "MIT"
name = "udp-streamify"
version = "0.1.1"

[profile.dev]
debug = 2