issues
search
jup-ag
/
jupiter-swap-api-client
68
stars
52
forks
source link
Update: Small changes to swap.rs & fixed broken link in readme.md
#8
Closed
8bithero
closed
1 month ago
8bithero
commented
4 months ago
Minor changes
README.md
- Fixed broken link to examples folder
swap.rs
- Changed 'Into' impl to 'From' to conform with clippy standards (Using From gives you the Into impl for free).
Minor changes