Crates.io | aurion_rs |
lib.rs | aurion_rs |
version | 0.2.1 |
source | src |
created_at | 2023-02-06 10:04:48.392325 |
updated_at | 2023-02-06 14:50:27.085573 |
description | Aurion API in Rust |
homepage | https://github.com/sehnryr/aurion_rs |
repository | https://github.com/sehnryr/aurion_rs |
max_upload_size | |
id | 777832 |
size | 71,621 |
Aurion is an ERP (Enterprise Resource Planning) developed by Auriga used by multiple French universities. It is a web application that provides a lot of services to students and teachers (timetable, grades, etc.).
This project aims to provide a Rust library to interact with Aurion.
This library is based on isen_aurion_client, a Dart library that I wrote for my own needs. I decided to rewrite it in Rust because I wanted to learn the language and I wanted to have a library that could be used in a CLI application.