Docs.rs
chrome-for-testing-0.2.0
chrome-for-testing 0.2.0
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
lpotthast
Dependencies
reqwest ^0.12.23
normal
serde ^1.0.228
normal
serde_json ^1.0.135
normal
thiserror ^2.0.16
normal
time ^0.3.41
normal
url ^2.5.4
normal
assertr ^0.3.9
dev
mockito ^1.6.1
dev
serde_json ^1.0.145
dev
tokio ^1.47.1
dev
Versions
96.1%
of the crate is documented
Platform
i686-pc-windows-msvc
x86_64-apple-darwin
x86_64-pc-windows-msvc
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
Module error
chrome_
for_
testing
0.2.0
Module error
Module Items
Enums
Type Aliases
In crate chrome_
for_
testing
chrome_for_testing
Module
error
Copy item path
Source
Expand description
Error types used throughout the crate.
Enums
§
Error
Errors that can occur when using this crate.
Type Aliases
§
Result
A convenience type alias for
Result<T, Error>
.