We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afa3aeb commit 9518312Copy full SHA for 9518312
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "udp"
3
-version = "2.0.11"
+version = "2.0.12"
4
readme = "README.md"
5
edition = "2024"
6
authors = ["root@ltpp.vip"]
README.md
@@ -12,7 +12,7 @@
12
13
[Official Documentation](https://docs.ltpp.vip/udp/)
14
15
-[Api Docs](https://docs.rs/udp/latest/udp/)
+[Api Docs](https://docs.rs/udp/latest/)
16
17
> A lightweight and efficient Rust library for building UDP servers with request-response handling.
18
0 commit comments