jup-ag 0.4.0

Jupiter Aggregator API bindings
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# jup-ag
[Jupiter Aggregator](https://jup.ag/) API bindings for Rust.

The full [Jupiter API v1](https://quote-api.jup.ag/docs/static/index.html) is
supported. Basic usage examples can be found in the [examples](examples) directory.

## Usage
* Crates.io: https://crates.io/crates/jup-ag
* API Documentation: https://docs.rs/jup-ag/

## Examples

To run the examples:
```sh
$ cargo run --example <EXAMPLE_NAME>
```