yitizi

Crates.ioyitizi
lib.rsyitizi
version0.1.0
sourcesrc
created_at2024-05-16 22:42:00.593477
updated_at2024-05-16 22:42:00.593477
description異體字查詢 Get variant Chinese characters
homepage
repositoryhttps://github.com/edward-martyr/yitizi-rs
max_upload_size
id1242535
size165,910
Yuanhao Chen (edward-martyr)

documentation

README

異體字 yitizi-rs

Based on the Python/JS version of nk2028/yitizi; check it to learn the design choices. This is a Rust version of the yitizi tool, building the json file with the cargo build script.

Get all variants (yitizi, 異體字) of a Chinese character (Sinograph)!

Installation

cargo add yitizi      # for the library
cargo install yitizi  # for the CLI

Usage

Library

println!("{:?}", yitizi::get('你'));

CLI

異體字 yitizi-rs v0.1.0
查詢異體字!輸入 q 退出。(Query for variant Chinese characters! Input q to quit.)
>>> 你我他
'你': {'妳', '奶', '嬭', '伱'}, '我': {}, '他': {'她', '牠', '佗', '它'},
Commit count: 6

cargo fmt