fwcd / fwcd/socha-client-rust-2024
Change of Protocol
Open
- Dominant language
- Rust
- Stars
- 7
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
The server's XML protocol has recently been updated.
Before it was this pattern:
```xml
SUM
true
AVERAGE
true
2
27
0
15
````
Now it has this pattern:
```xml
SUM
true
AVERAGE
true
AVERAGE
true
2
23
0
0
0
0
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.