进一步理解 Rust 错误处理
rust-search-extension
v0.10 版本更新啦👏
TinyDB
TinyDB
是一个占用空间小,速度超快的数据库,旨在在内存中使用,并在须要保存时轻松地从文件中转储/检索。项目地址:https://github.com/scowez/tinydb
rarebears
- pandas
的 Rust 实现
postgrest-rs
postgrest-rs
库提供了 PostgREST 的 ORM 接口,项目地址:https://github.com/supabase/postgrest-rs
use postgrest::Postgrest;
let client = Postgrest::new("https://your.postgrest.endpoint");let resp = client .from("your_table") .select("*") .execute() .await?;let body = resp .text() .await?;
Rust PostgresSQL clients benchmark
Svelte + TypeScript + Parcel + Rust
详细一点的原文介绍:https://hugodaniel.pt/posts/browser-tech-stack-2020/nginx
本文分享自微信公众号 - Rust语言中文社区(rust-china)。
若有侵权,请联系 support@oschina.cn 删除。
本文参与“OSC源创计划”,欢迎正在阅读的你也加入,一块儿分享。git