Docs.rs
parse-book-source-0.3.0
parse-book-source 0.3.0
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
yexiyue
Dependencies
async-trait ^0.1
normal
chromiumoxide ^0.7
normal
optional
dom_query ^0.28
normal
encoding_rs ^0.8
normal
fancy-regex ^0.18
normal
futures-util ^0.3
normal
optional
jsonpath-rust ^1.0
normal
reqwest ^0.12.24
normal
schemars ^0.8
normal
optional
serde ^1.0.228
normal
serde_json ^1.0.150
normal
thiserror ^2.0.18
normal
tokio ^1.52
normal
Versions
49.15%
of the crate is documented
Go to latest version
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
Module model
parse_
book_
source
0.3.0
Module model
Module Items
Structs
In crate parse_
book_
source
parse_book_source
Module
model
Copy item path
Source
Expand description
领域类型(纯数据,无 IO、无规则逻辑)。
Structs
§
Book
Info
书籍详情。
Book
List
Item
搜索/浏览结果中的一本书(书籍详情 + 入口 URL)。
Chapter
目录条目(章节;
is_volume
为 true 时表示卷标题,不是可阅读章节)。
Toc
解析后的目录:扁平章节列表 + 平行卷元数据(卷不进入章节序列)。
Volume
卷标记(分卷元数据):卷标题 + 其首章在扁平章节列表中的索引。