You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,6 +46,17 @@ cargo run -p v_exchanges --example binance_market
46
46
-[crypto-botters](<https://github.com/negi-grass/crypto-botters>), from where I stole the entire `generic-api-client` (as `v_exchanges_api_generics`).
47
47
-[binance-rs](<https://github.com/wisespace-io/binance-rs>), which provided a cheat-sheet for so many binance interactions and best-practices on testing.
48
48
49
+
## Conventions
50
+
Purely usage guidance, writing for myself to standardise interfacing with the library across my projects wherever possible.
51
+
List acronyms / other conventions that are preferred when interfacing with the library.
0 commit comments