Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ethanyuan/syn-test
https://github.com/ethanyuan/syn-test
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/ethanyuan/syn-test
- Owner: EthanYuan
- Created: 2023-09-28T15:17:55.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-12T03:25:40.000Z (about 1 year ago)
- Last Synced: 2023-10-12T20:41:07.230Z (about 1 year ago)
- Language: Rust
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# syn-test
Using [syn](https://github.com/dtolnay/syn), experiment with how to extract the text displayed to the user in [CKB](https://github.com/nervosnetwork/ckb).
The following four types of text embedding forms are known in CKB:
- [x] `about` and `help` in clap
- [x] the 5 levels of log
- error
- info
- warning
- trace
- debug
- [x] `println` and `eprintln`
- [x] `thiserror`