# awesome-rust-dev **Repository Path**: rust_us/awesome-rust-dev ## Basic Information - **Project Name**: awesome-rust-dev - **Description**: rust资料库, 便于学习和分享 - **Primary Language**: Rust - **License**: AGPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-12-07 - **Last Updated**: 2022-12-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # awesome-rust-dev ## crates.io * [市面上最快的 cryptographic hash function 库](https://crates.io/crates/blake3) ``` BLAKE3 is a cryptographic hash function that is: Much faster than MD5, SHA-1, SHA-2, SHA-3, and BLAKE2. Secure, unlike MD5 and SHA-1. And secure against length extension, unlike SHA-2. Highly parallelizable across any number of threads and SIMD lanes, because it's a Merkle tree on the inside. Capable of verified streaming and incremental updates, again because it's a Merkle tree. A PRF, MAC, KDF, and XOF, as well as a regular hash. One algorithm with no variants, which is fast on x86-64 and also on smaller architectures. ``` ## technology * [Rust中,常会用到的3种指针](https://zhuanlan.zhihu.com/p/348324501) * [rust中的无符号整数溢出](https://zhuanlan.zhihu.com/p/499172097) * ## Rust 数据结构 * [Rust 数据结构.png](http://images.timerof.com/Rust/structure/Rust-data-structure.png) ~