anyparser-core

Crates.ioanyparser-core
lib.rsanyparser-core
version0.1.0
created_at2024-12-20 10:34:44.695993+00
updated_at2024-12-20 10:34:44.695993+00
descriptionAnyparser Core SDK for Rust
homepagehttps://github.com/anyparser/rust-sdk
repositoryhttps://github.com/anyparser/rust-sdk
max_upload_size
id1490015
size1,905
heyaibi (heyaibi)

documentation

https://docs.anyparser.com/rust-sdk

README

anyparser-core

Installation

cargo add anyparser-core

Usage

use anyparser_core::Client;

let client = Client::new();

Cargo.toml

[dependencies]
anyparser-core = "0.1.0"
Commit count: 0

cargo fmt