Crate dexscreener
source ·Re-exports
pub use reqwest;
Structs
- A Dexscreener API HTTP client.
- An asynchronous
Client
to make Requests with. - A parsed URL record.
Enums
- A Dexscreener error.
Constants
- The Dexscreener API URL.
Traits
- A trait to try to convert some type into a
Url
.
Functions
- Formats a list of addresses into comma-separated list.
Type Definitions
- Type alias for
Result<T, ClientError>