進一步理解 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