An open API service indexing awesome lists of open source software.

https://github.com/guonaihong/rust-example

学习rust的笔记项目
https://github.com/guonaihong/rust-example

Last synced: about 2 months ago
JSON representation

学习rust的笔记项目

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类型