< 返回版块

damody 发表于 2020-04-18 02:06

Tags:rust

Hash 查找不用分配記憶體的方法

struct OwnedKey {
    s: String,
    bytes: Vec<u8>,
}

struct BorrowedKey<'a> {
    s: &'a str,
    bytes: &'a [u8],
}

//教你用BorrowedKey在 HashSet<OwnedKey> or BTreeSet<OwnedKey>容器中做查找

Read more

grex 1.1.0

用於從用戶提供的測試用例生成regex的工具

Read more

spair: Single Page Application in Rust

是一個製作單頁網頁的rust framework

Read more

Rust's Android SDK 更新到 API level 16

Read more


From 日报小组 @Damody

日报订阅地址:

独立日报订阅地址:

社区学习交流平台订阅:

评论区

写评论

还没有评论

1 共 0 条评论, 1 页