sis-login 0.2.0

A simple crate to login to SIS system and get the moodle session link without the need to open the browser
Documentation
1
2
3
4
5
6
7
8
9
10
11
# A simple crate to login to SIS system and get the module session link without the need to open the browser

## Usage
1. Create a new project
2. Add the following to your Cargo.toml
```toml
[dependencies]
sis-login = "0.1.0"
```
Or just run `cargo add sis-login`
3. Just take a look at the [eelu-login]../eelu-login crate for see the usage in a real project :)