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.
用于从proto文件生成Rust代码, tokio出品,基本都属精品,此库也不例外,简单易用,文档详细。 prost is a Protocol Buffers implementation for the Rust Language. prost generates simple, idiomatic Rust code from proto2 and proto3 file
Provides access to the Linux sysfs interfaces to PWMs. Via this crate you can export, unexport, and control PWM pins for which there is an appropriate driver loaded in the kernel.
Provides access to the Linux spidev interface. This interface allows for configuration of the spidev device, half-duplex SPI access, and full-duplex SPI access.