Crates.io | ladder |
lib.rs | ladder |
version | 0.1.2 |
source | src |
created_at | 2023-01-17 04:22:02.113842 |
updated_at | 2023-01-29 08:54:59.485804 |
description | This is a multilingual word learning software. |
homepage | |
repository | https://github.com/Magicskys/ladder |
max_upload_size | |
id | 760801 |
size | 131,914 |
This is a multilingual word learning software.
The project contains the words.json file, json contains learn and complete, learn represents the word being learned, and complete represents the word that has been learned. The next-level key of learn and complete represents the category of the word, and the value represents the specific word.
After opening the software, click on the classification, enter the translation of the prompt, and click submit.
{
"learn": {
"globalisation and its effect": {
"经济全球化": "economic globalisation"
}
},
"complete": {
"study&work": {
"融入某人的日程表": "fit into one`s schedule"
}
}
}
cargo add ladder
or
cargo build --release