mirror of https://github.com/fafhrd91/actix-net
docs: add bytestring readme
This commit is contained in:
parent
4a7f2c95af
commit
17409cd203
|
@ -2,14 +2,20 @@
|
||||||
|
|
||||||
> General purpose TCP server built for the Actix ecosystem.
|
> General purpose TCP server built for the Actix ecosystem.
|
||||||
|
|
||||||
|
<!-- prettier-ignore-start -->
|
||||||
|
|
||||||
[](https://crates.io/crates/actix-server)
|
[](https://crates.io/crates/actix-server)
|
||||||
[](https://docs.rs/actix-server/2.3.0)
|
[](https://docs.rs/actix-server/2.3.0)
|
||||||
[](https://blog.rust-lang.org/2021/05/06/Rust-1.52.0.html)
|
[](https://blog.rust-lang.org/2021/05/06/Rust-1.52.0.html)
|
||||||

|

|
||||||
|
<br />
|
||||||
[](https://deps.rs/crate/actix-server/2.3.0)
|
[](https://deps.rs/crate/actix-server/2.3.0)
|
||||||

|

|
||||||
[](https://discord.gg/NWpN5mmg3x)
|
[](https://discord.gg/NWpN5mmg3x)
|
||||||
|
|
||||||
|
<!-- prettier-ignore-end -->
|
||||||
|
|
||||||
## Resources
|
## Resources
|
||||||
|
|
||||||
- [Library Documentation](https://docs.rs/actix-server)
|
- [Library Documentation](https://docs.rs/actix-server)
|
||||||
- [Examples](/actix-server/examples)
|
- [Examples](/actix-server/examples)
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
[](https://crates.io/crates/actix-service)
|
[](https://crates.io/crates/actix-service)
|
||||||
[](https://docs.rs/actix-service/2.0.2)
|
[](https://docs.rs/actix-service/2.0.2)
|
||||||
[](https://blog.rust-lang.org/2020/03/12/Rust-1.46.html)
|
[](https://blog.rust-lang.org/2020/03/12/Rust-1.46.html)
|
||||||

|

|
||||||
[](https://deps.rs/crate/actix-service/2.0.2)
|
[](https://deps.rs/crate/actix-service/2.0.2)
|
||||||

|

|
||||||
[](https://discord.gg/NWpN5mmg3x)
|
[](https://discord.gg/NWpN5mmg3x)
|
||||||
|
|
|
@ -0,0 +1,16 @@
|
||||||
|
# `bytestring`
|
||||||
|
|
||||||
|
> A UTF-8 encoded read-only string using Bytes as storage.
|
||||||
|
|
||||||
|
<!-- prettier-ignore-start -->
|
||||||
|
|
||||||
|
[](https://crates.io/crates/bytestring)
|
||||||
|
[](https://docs.rs/bytestring/1.3.0)
|
||||||
|
[](https://blog.rust-lang.org/2021/05/06/Rust-1.52.0.html)
|
||||||
|

|
||||||
|
<br />
|
||||||
|
[](https://deps.rs/crate/bytestring/1.3.0)
|
||||||
|

|
||||||
|
[](https://discord.gg/NWpN5mmg3x)
|
||||||
|
|
||||||
|
<!-- prettier-ignore-end -->
|
Loading…
Reference in New Issue