Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iewnfod/get_paper_rs
An application to download CAIE past papers.
https://github.com/iewnfod/get_paper_rs
rust
Last synced: 21 days ago
JSON representation
An application to download CAIE past papers.
- Host: GitHub
- URL: https://github.com/iewnfod/get_paper_rs
- Owner: iewnfod
- License: mit
- Created: 2023-05-24T10:21:57.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-11-27T02:27:56.000Z (about 1 year ago)
- Last Synced: 2024-11-13T07:13:29.553Z (3 months ago)
- Topics: rust
- Language: Rust
- Homepage:
- Size: 640 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Get Paper - rust
***An application to download CAIE past papers.***## Preview
| Windows 11 | MacOS |
| ---------- | ----- |
| ![](demo/Snipaste_2023-06-17_19-50-19.png) | ![](demo/Xnip2023-06-17_19-32-36.jpg) |## Platform
* Support **MacOS** & **Windows** now.
* Most codes are also capable with linux and other system. You can build a version by yourself on other platforms.## Rust
### Rust Version:
* MacOS: *1.69.0* stable-aarch64-apple-darwin
* Windows: *1.70.0* stable-x86_64-pc-windows-msvc## Thanks for following websites and rust crates
1. All past papers are from [cie.fraft.cn](https://cie.fraft.cn)
2. GUI crate: [fltk-rs](https://github.com/fltk-rs/fltk-rs)
3. Other crates are also listed in [Cargo.toml](./Cargo.toml)