Docs.rs
  • parse-book-source-0.1.6
    • parse-book-source 0.1.6
    • Permalink
    • Docs.rs crate page
    • MIT
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • yexiyue
    • Dependencies
      • anyhow ^1.0.93 normal
      • async-trait ^0.1.83 normal
      • futures ^0.3.31 normal
      • jsonpath-rust ^0.7.3 normal
      • regex ^1.11.1 normal
      • reqwest ^0.12.12 normal
      • scraper ^0.22.0 normal
      • serde ^1.0.215 normal
      • serde_json ^1.0.133 normal
      • thiserror ^2.0.3 normal
      • tokio ^1.41.1 normal
      • tokio-util ^0.7.12 normal
    • Versions
    • 4.27% of the crate is documented
  • Platform
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

parse_book_source0.1.6

Crate Items

  • Structs
  • Enums
  • Traits
  • Functions
  • Type Aliases

List of all items

Structs

  • BookSourceParser
  • analyzer::Analyzers
  • analyzer::SingleRule
  • analyzer::analyzer_manager::AnalyzerManager
  • analyzer::default::DefaultAnalyzer
  • analyzer::html::HtmlAnalyzer
  • analyzer::json::JsonPathAnalyzer
  • book::BookInfo
  • book::BookListItem
  • book::Chapter
  • book::ExploreItem
  • book_source::BookSource
  • book_source::http_config::HttpConfig
  • book_source::http_config::RateLimit
  • book_source::rule::RuleBookInfo
  • book_source::rule::RuleExploreItem
  • book_source::rule::RuleSearch
  • book_source::rule::RuleToc
  • http_client::HttpClient
  • http_client::rate_limiter::token_bucket::TokenBucket

Enums

  • analyzer::AnalyzerType
  • book_source::rule::RuleContent
  • error::ParseError

Traits

  • analyzer::Analyzer

Functions

  • analyzer::json::value_to_string
  • utils::json_path
  • utils::replace_all

Type Aliases

  • book::BookList
  • book::ChapterList
  • book::ExploreList
  • error::Result