https://github.com/guonaihong/rust-example
学习rust的笔记项目
https://github.com/guonaihong/rust-example
Last synced: about 2 months ago
JSON representation
学习rust的笔记项目
- Host: GitHub
- URL: https://github.com/guonaihong/rust-example
- Owner: guonaihong
- Created: 2021-01-07T05:41:40.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-01-14T08:11:26.000Z (over 4 years ago)
- Last Synced: 2025-01-30T21:55:02.507Z (4 months ago)
- Language: Rust
- Size: 14.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# rust-example
学习rust的笔记项目## tcp-client-and-server
一个实现TLV的tcp和server模板代码## tcp-protobuf-and-server/
一个使用protobuf的tcp和server模板代码,## two-process-read-write/
在rust使用进程锁,两个进程操作临界区(文件)## fork-wait
fork结合wait,实现崩溃任他崩溃,工作继续的设计策略## trait-example
trait 和dyn使用示例## raw-ptr-to-slice
裸指针强转成slice类型