anyparser-core 0.1.0

Anyparser Core SDK for Rust
Documentation
# anyparser-core

## Installation
```bash
cargo add anyparser-core
```

## Usage
```rust
use anyparser_core::Client;

let client = Client::new();
```

## Cargo.toml
```toml
[dependencies]
anyparser-core = "0.1.0"
```