A simple crate to login to SIS system and get the module session link without the need to open the browser
Usage
- Create a new project
- Add the following to your Cargo.toml
[]
= "0.1.0"
Or just run cargo add sis-login
3. Just take a look at the eelu-login crate for see the usage in a real project :)