Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/justxuewei/playground
A playground for experimental code & snippets.
https://github.com/justxuewei/playground
Last synced: 3 months ago
JSON representation
A playground for experimental code & snippets.
- Host: GitHub
- URL: https://github.com/justxuewei/playground
- Owner: justxuewei
- License: mit
- Created: 2022-07-21T08:12:46.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-27T05:51:15.000Z (5 months ago)
- Last Synced: 2024-10-06T18:19:25.984Z (4 months ago)
- Language: C
- Homepage:
- Size: 390 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Playground
A playground for experimental code & snippets.
Contents
- uds-go: the Unix Domain Socket (UDS) examples written in Go.
- closure-rust: Rust closure examples, e.g. Fn, FnMut, FnOnce.
- comment-app: my very first React app, which uses Redux to manage the states, you may refers to [react-naive-book](https://hyf.js.org/react-naive-book/).
- fp-rust: functional programming in Rust.
- dubbo:
- generic-nacos-go-client-java-server: generic service sample with a go client and a java server.
- netlink-go: vishvananda/netlink examples.
- mutex-rust: mutex tests in Rust.
- async-await-rust: async examples written in Rust.
- proc-macro-rust: an example of procedural macro, please refer to a series of guides from [the Zhihu](https://zhuanlan.zhihu.com/p/342408254).
- prost-rust: an example of proto generator with prost crate.
- channel-rust: an example of channel in Rust.
- netlink-route-c: get routes by netlink written in C.
- serde-rust: examples of serde in Rust.
- phantom-rust: examples of phantom