Easily call Neynar APIs with our Rust SDK
This tutorial uses the Neynar Rust SDK
This SDK is in beta and may change in the future. Please let us know if you encounter any issues or have suggestions for improvement.
Initialize Project Directory
Add Neynar SDK as a dependency
Replace the contents of src/main.rs
with the following code:
You should see a response similar to this (formatted for readability):
Get your subscription at neynar.com and reach out to us on Telegram with any questions!
Easily call Neynar APIs with our Rust SDK
This tutorial uses the Neynar Rust SDK
This SDK is in beta and may change in the future. Please let us know if you encounter any issues or have suggestions for improvement.
Initialize Project Directory
Add Neynar SDK as a dependency
Replace the contents of src/main.rs
with the following code:
You should see a response similar to this (formatted for readability):
Get your subscription at neynar.com and reach out to us on Telegram with any questions!