https://github.com/adridevelopsthings/rewe_rs
A rewe (mobile) api implementation in rust
https://github.com/adridevelopsthings/rewe_rs
Last synced: about 1 year ago
JSON representation
A rewe (mobile) api implementation in rust
- Host: GitHub
- URL: https://github.com/adridevelopsthings/rewe_rs
- Owner: AdriDevelopsThings
- License: mit
- Created: 2023-01-24T23:24:03.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-25T16:23:24.000Z (over 3 years ago)
- Last Synced: 2025-03-11T02:45:54.447Z (over 1 year ago)
- Language: Rust
- Size: 32.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# rewe_rs
The (mobile) api seems very difficult for me so I built a rust sdk.
## Installation
Add this crate to your project by adding `rewe` to your `Cargo.toml` dependencies.
# Usage
Read the [documentation](https://docs.rs/rewe/*).
## Unitests
Run unitests: Read [README.md](src/tests/README.md)