Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rosedblabs/rust-practice
some tiny learning projects in Rust
https://github.com/rosedblabs/rust-practice
bitcask kv-store
Last synced: 6 days ago
JSON representation
some tiny learning projects in Rust
- Host: GitHub
- URL: https://github.com/rosedblabs/rust-practice
- Owner: rosedblabs
- Created: 2024-04-22T09:46:01.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-08-29T12:06:25.000Z (5 months ago)
- Last Synced: 2024-12-29T22:05:29.341Z (13 days ago)
- Topics: bitcask, kv-store
- Language: Rust
- Homepage:
- Size: 21.5 KB
- Stars: 571
- Watchers: 4
- Forks: 69
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-ccamel - rosedblabs/rust-practice - some tiny learning projects in Rust (Rust)
README
## Rust-Practice
some tiny learning projects in Rust, awesome!
* mini-bitcask-rs
* expr-eval
* mvcc(multi version concurrency control)***
## 重磅更新,Rust 手写数据库!
我使用 Rust 写了一个数据库系统教程,从零实现一个完整的 SQL 数据库系统,将会由浅到深、由易到难,循序渐进的带着大家去实现,从第一行代码开始,均有完整的代码实现演示。
通过此项目,你可以:
* 入门并巩固 Rust 基础,课程内容几乎涵盖了 Rust 大多数常用基础,例如数据类型,match 表达式匹配,函数,闭包,结构体,泛型,Trait,所有权,借用,生命周期,错误处理,智能指针等等
* 增加 Rust 项目经验的同学,如果学习了一些 Rust 的基础知识,但是苦于没有项目经验,想要进一步巩固自己的知识,自己写一个数据库是一个很合适的实战项目。教程地址:https://w02agegxg3.feishu.cn/docx/OxwGdeM30oss7vxEG5AcUn4unEc