Crates.io | canvas_syncer |
lib.rs | canvas_syncer |
version | 0.4.1 |
source | src |
created_at | 2024-09-01 22:44:14.674377 |
updated_at | 2024-09-16 05:12:48.827779 |
description | A syncer to Canvas LMS with files among courses |
homepage | |
repository | |
max_upload_size | |
id | 1359912 |
size | 78,997 |
Source code location: https://github.com/wznmickey/canvas_syncer
Plan to implement Canvas-Syncer (https://github.com/BoYanZh/Canvas-Syncer) in rust to gain higher readability and extension.
Roadmap:
An async rust program that synchronizes files and folders across Canvas LMS Files and local.
Check config.json.example
.
The default config file is ./config.json
and you can use --config
to set its path.
You can use use cargo to install this program.
If you are using Windows or Linux, you can also use the compiled file in github releases. MacOS version is not provided in the release because of API issues of the script used in github actions.