GitHub is where people build software. More than 100 million people use GitHub to discover, fork, and contribute to over 420 million projects.
A bunch of mini-projects in Rust. Contribute to luuap/rust-projects development by creating an account on GitHub.
可以结合之前的文章食用:https://mp.weixin.qq.com/s/s8s6VtqwdyjthR6EtuhnUA 这次重新用 Rust 实现了一个版本,代码量和之前的差不多,包含了常用的方法,例如 Set、Get、Delete、Scan、PrefixScan、Merge。 项目地址:https://github.com/rosedblabs/mini-bitcask-rs Set pub fn set(&mut self, key: &[u8...
之前写过一个 Go 语言的 mini-bitcask,实现了一个基于 bitcask 存储模型的极简 KV 存储引擎。可以结合之前的文章食用: 从零实现一个 k-v 存储引擎 这次重新用 Rust 实现了一个版本,代码量和之前的差不多,包含了常用的方法,例如 Set、Get、Delete、Scan、PrefixScan、Merge。 项目地址:https://github.com/rose...
rustless/queryst— A query string parsing library for Rust inspired by https://github.com/ljharb/qs freestrings/jsonpath - JsonPath engine written in Rust. Webassembly and Javascript support too 包格式化 pop-os/debarchive Library for reading and extracting debian archives 外围设备 Serial Port...
GitHub actions icepuma/rust-action - rust github action peaceiris/actions-mdbook - GitHub Actions for mdBook Nix nix-community/fenix - Rust toolchains and rust analyzer nightly for nix pantsbuild/pants - Pants is a fast, scalable, user-friendly build system for codebases of all sizes buil...
GitHub actions icepuma/rust-action - rust github action peaceiris/actions-mdbook - GitHub Actions for mdBook Nix nix-community/fenix - Rust toolchains and rust analyzer nightly for nix pantsbuild/pants - Pants is a fast, scalable, user-friendly build system for codebases of all sizes buil...
https://github.com/ron-rs/ron— Tnetstring erickt/rust-tnetstring— TOML alexcrichton/toml-rs— XML tafia/quick-xml— High performance XML pull reader/writer Florob/RustyXML— an XML parser written in Rust shepmaster/sxd-document— An XML library in Rust shepmaster/sxd-xpat...
star-history:用来展示GitHub用户或仓库星标历史变化的图表工具。 genominicus:一个用于创建基因树图的工具库,支持基因组间关系的可视化表示。 rust_dot:一个为Graphviz DOT语言提供的轻量级Rust实现,用于生成和处理DOT文件。 机器学习 (Machine learning) mosec:在云中有效地服务模型。 safetensors:旨在比普通数据格式更...
Debugging Rust and Wasm with Cloudflare Workers involves a lot of the good old time-consuming and nerve-wracking printf'ing strategy. What if there’s a better way? This blog is about enabling and using Wasm core dumps and how you can easily debug Rust i