Budi Syahiddin
Budi Syahiddin
Hello, I wrote a [project](https://github.com/zeon256/axum-t5-embeddings) which uses rust-bert. However, I noticed that loading the same model in python uses 1/2 of what my rust implementation uses even when I only...
We should separate the HTTP client by backends, and make the current one the default. For example, if no feature flag is used, `reqwest` will be used, and `ureq` is...
- [ ] Blocking traits - [x] Async traits
Currently for bus 36B the following is returned ```json { "ServiceNo": "36B", "Operator": "GAS", "Direction": 1, "Category": "TRUNK", "OriginCode": "93049", "DestinationCode": "93199", "AM_Peak_Freq": "08-08", "AM_Offpeak_Freq": "08-288", "PM_Peak_Freq": "08-135", "PM_Offpeak_Freq": "-",...
Hello! While I was debugging my application that uses `y-websocket`, I noticed that there was a `connecting` state which wasn't documented anywhere. This PR seeks to add the docs to...