Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ethanyuan/syn-test-2
https://github.com/ethanyuan/syn-test-2
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/ethanyuan/syn-test-2
- Owner: EthanYuan
- Created: 2023-10-09T15:38:36.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2023-10-12T08:31:49.000Z (about 1 year ago)
- Last Synced: 2023-10-13T02:11:25.544Z (about 1 year ago)
- Language: Rust
- Size: 31.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# syn-test-2
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`