solarchive 0.0.1

Rust SDK for accessing Solana blockchain historical data (transactions, accounts, tokens) from solarchive.org in Parquet format
Documentation
[dependencies]

[lib]
name = "solarchive"
path = "src/lib.rs"

[package]
authors = ["Leandro Ostera <leandro@abstractmachines.dev>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["api-bindings", "database"]
description = "Rust SDK for accessing Solana blockchain historical data (transactions, accounts, tokens) from solarchive.org in Parquet format"
documentation = "https://docs.rs/solarchive"
edition = "2021"
homepage = "https://solarchive.org"
keywords = ["solana", "blockchain", "parquet", "analytics", "archive"]
license = "MIT"
name = "solarchive"
readme = false
repository = "https://github.com/leostera/solarchive.org"
version = "0.0.1"