rama-udp 0.2.0-alpha.6

UDP support for rama
Documentation
[dependencies]

[dev-dependencies]

[features]
default = []

[lib]
name = "rama_udp"
path = "src/lib.rs"

[lints.clippy]
await_holding_lock = "warn"
empty_enum = "warn"
enum_glob_use = "warn"
exit = "warn"
filter_map_next = "warn"
fn_params_excessive_bools = "warn"
if_let_mutex = "warn"
imprecise_flops = "warn"
inefficient_to_string = "warn"
linkedlist = "warn"
lossy_float_literal = "warn"
macro_use_imports = "warn"
match_on_vec_items = "warn"
match_wildcard_for_single_variants = "warn"
mem_forget = "warn"
needless_borrow = "warn"
needless_continue = "warn"
option_option = "warn"
rest_pat_in_fully_bound_structs = "warn"
str_to_string = "warn"
suboptimal_flops = "warn"
todo = "warn"
type_complexity = "allow"
unnested_or_patterns = "warn"
unused_self = "warn"
verbose_file_reads = "warn"

[lints.clippy.all]
level = "warn"
priority = -1

[lints.rust]
elided_lifetimes_in_paths = "allow"
unreachable_pub = "deny"

[lints.rust.unexpected_cfgs]
check-cfg = ["cfg(fuzzing)"]
level = "warn"
priority = 0

[package]
authors = ["Glen De Cauwsemaecker <glen@plabayo.tech>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["asynchronous", "network-programming", "web-programming"]
description = "UDP support for rama"
edition = "2021"
keywords = ["io", "async", "udp", "network", "rama"]
license = "MIT OR Apache-2.0"
name = "rama-udp"
readme = "README.md"
repository = "https://github.com/plabayo/rama"
rust-version = "1.80.0"
version = "0.2.0-alpha.6"

[package.metadata.cargo-public-api-crates]
allowed = []

[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]