Skip to navigation
Convert/Decode Bytes to str in rust
22.08.23
# Convert/Decode Bytes to str in rust ```rust let b = req.body(); let str = str::from_utf8(&b).unwrap(); ```
https://doc.rust-lang.org/std/str/fn.from_utf8.html
Reply
Anonymous
```rust use std::str; ```
22.08.23
Reply
Anonymous
Information Epoch 1742064336
Make every program a filter.
Home
Notebook
Contact us