Ben Chuanlong Du's Blog

It is never too late to learn.

Useful Rust Crates for Database

Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!

https://github.com/neondatabase/neon Neon is a serverless open-source alternative to AWS Aurora Postgres. It separates storage and compute and substitutes the PostgreSQL storage layer by redistributing data across a …

Trait Bound in Rust

Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!

There has to be a way to bundle up those type declarations. Was it not possible to make driver a trait that contains all of the complicated type declarations?

  1. Avoid using …

Markdown Tools Written in Rust

Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!

mdBook

mdBook is a utility to create modern online books from Markdown files.

crowbook

Crowbook's aim is to allow you to write a book in Markdown without worrying about formatting …

LLM in Rust

Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!

https://github.com/rustformers/llm llm is an ecosystem of Rust libraries for working with large language models - it's built on top of the fast, efficient GGML library for machine learning …