eduapi-port 0.1.0

A library for unofficial API for EduPage.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<h1 align="center">An unofficial API for Edupage ported to Rust</h1>

## Features
- Everything that's in Edupage
  - Grades
  - Timetables
  - Messages
  - Classrooms
  - And more...
## Installation
- Since this is a Rust library, you should be able to add it to your project by simply running `cargo add eduapi.rs`
## Examples
```rust
todo!();
```