#client #sdk #anyparser

anyparser-core

Anyparser Core SDK for Rust

1 unstable release

0.1.0 Dec 20, 2024

#627 in #sdk

MIT license

2KB

anyparser-core

Installation

cargo add anyparser-core

Usage

use anyparser_core::Client;

let client = Client::new();

Cargo.toml

[dependencies]
anyparser-core = "0.1.0"

No runtime deps