Currently, a major refactor for IP addresses has been merged into the mainline.Overall, for both IPv4 and IPv6, Rust now uses its own native representation and API to represent IP addresses and related data (such as netmask, socket address), rather than relying on libc.This will allow for potential improvements in IP functionality, enhanced support for IP address constants, and some ergonomic improvements. It also further reduces Rust‘s dependency on libc.Original link: https://github.com/rust-lang/rust/pull/78802
sqlite-zstd: Dictionary-Based Row-Level Compression Extension for SQLite
sqlite-zstd is a SQLite extension written in Rust that can reduce database size without losing functionality.Original link: https://phiresky.github.io/blog/2022/sqlite-zstd/—From the Daily Report Team BobQin, FBI XiaobaiCommunity Learning Exchange Platform Subscription:
Rustcc Forum: Supports RSS
WeChat Official Account: Rust Language Chinese Community