A simple API wrapper around the Anteater API at UCI (https://anteaterapi.com) for retrieving information related to UCI, such as courses, in json format.
I've been learning Rust recently and I wanted to work on my first major project and I believe this was a great place to start. It's also really fitting since as of this writing, I will be starting my freshman year at UCI in the next couple weeks.
Go to https://crates.io/crates/rustzot_api for more information. Documentation can be found here: https://docs.rs/rustzot_api/0.0.2/rustzot_api/
For API parameters and other relevant information, please refer to this: https://anteaterapi.com/reference#tag/websoc/get/v2/rest/websoc
It uses the MIT license. Refer to the file 'LICENSE' for more details.