1个不稳定版本
| 0.1.0 | 2021年11月11日 |
|---|
#740 在 内存管理
36KB
589 行
bytes-text
Text是相对于Bytes,就像String相对于Vec<u8>一样。
示例
let text = Text::from("Hello, world!");
println!("{}", text);
let hello = text.get(..5).unwrap();
assert_eq!(hello, "Hello");
(此crate与bytes无官方关系)
许可证
本项目许可为以下之一
任选其一。
除非您明确声明,否则您有意提交以包含在本作品中的任何贡献,根据Apache-2.0许可证定义,应以上述双重许可,而不附加任何额外条款或条件。
依赖
~180KB