用来生成hash密码的crate。这是Argon2的Rust实现,Argon2是赢得密码哈希竞赛(PHC)的密码哈希函数。 Argon2是一个密码哈希函数,它总结了内存硬函数设计的最新技术,可用于哈希凭证存储、密钥派生或其他应用程序的密码。 具体关于argon2的介绍可以参考 知乎 关于argon2的介绍[2] 使用如下: use argon2::{self, Config}...
SurrealDB 用到的crate分析[2] SurrealDB是用Rust实现的一个用于实时网络的可扩展、分布式、协作、文档图数据库。具体github地址: SurrealDB github[1], 上篇文章分享的时候还是9.6k star。现在已经是13.9k star, …
Add drop_cf function to TransactionDB (rust-rocksdb#721) Jan 5, 2023 .gitmodules Use lz4-sys crate rather then submodule (rust-rocksdb#679) Sep 1, 2022 CHANGELOG.md docs: document that default cf doesn't inherit db open options May 8, 2024 ...
"proc-macro-crate 2.0.0", "proc-macro2", "quote", "syn 2.0.39", "syn_derive", ] [[package]] name = "brotli" version = "3.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "516074a47ef4bce09577a3b379392300159ce5b1ba2e501ff1c819...