用Rust写的开源远程桌面软件,作者rustdesk, 源仓库: https://github.com/rustdesk/rustdesk 支持自建服务器: https://gitee.com/rustdesk/rustdesk-server/blob/master/id-relay-set.md
Pure Rust implementation of the SHA-2 hash function family including SHA-224, SHA-256, SHA-384, and SHA-512.
Pure Rust implementation of the SHA-2 hash function family including SHA-224, SHA-256, SHA-384, and SHA-512.
A (mostly) pure-Rust implementation of various common cryptographic algorithms.The x86-64, x86, and ARM architectures are supported, although the x86-64 architecture receives the most testing.
This crate is provided for the purposes of legacy interoperability with protocols and systems which mandate the use of MD5. However, MD5 is cryptographically broken and unsuitable for further use.
this provided for the purposes of interoperability with protocols and systems that mandate the use of MD5. However, MD5 should be considered cryptographically broken and unsuitable for further use.
Rust Custom Derive Macro which loads files into the rust binary at compile time during release and loads the file from the fs during dev.
A secure, cross-platform, temporary file library. In addition to creating temporary files, this library also allows users to securely open multiple independent references to the same temporary file.
Cross-platform filesystem notification library for Rust.(Looking for desktop notifications instead? Have a look at notify-rust or alert-after!)
用于Rust和C++交互,特别是和C++标准库的数据结构之间的兼容。 This library provides a safe mechanism for calling C++ code from Rust and Rust code from C++.
数据压缩、解压。 A zip library for rust which supports reading and writing of simple ZIP files.
数据压缩、解压。 A streaming compression/decompression library DEFLATE-based streams in Rust. This crate by default uses the miniz_oxide crate, a port of miniz.c to pure Rust.
Msgpack implementation for Rust language,pure Rust MessagePack implementation.