anyparser-core 0.1.0

Anyparser Core SDK for Rust
Documentation
  • Coverage
  • 0%
    0 out of 3 items documented0 out of 2 items with examples
  • Size
  • Source code size: 1.59 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.14 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • Homepage
  • Documentation
  • Repository
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • heyaibi

anyparser-core

Installation

cargo add anyparser-core

Usage

use anyparser_core::Client;

let client = Client::new();

Cargo.toml

[dependencies]
anyparser-core = "0.1.0"