Docs.rs
vg-batteries-0.1.1
vg-batteries 0.1.1
Permalink
Docs.rs crate page
MIT OR Apache-2.0
Links
Homepage
Documentation
Repository
crates.io
Source
Owners
valyagolev
Dependencies
anyhow ^1
normal
async-lock ^2
normal
dashmap ^5
normal
dioxus ^0
normal
futures ^0
normal
google-sheets4 ^5
normal
once_cell ^1
normal
parking_lot ^0
normal
pin-project ^1
normal
reqwest ^0
normal
serde ^1
normal
serde_json ^1
normal
teloxide ^0
normal
tokio ^1
normal
url ^2
normal
Versions
0%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
Crate vg_batteries
Version 0.1.1
All Items
Modules
Macros
Functions
Type Definitions
?
Crate
vg_batteries
source
·
[
−
]
Modules
dioxus
dioxus
enums
google
google
gpt
gpt
json
process
process
streams
streams
teloxide
teloxide
Macros
anyhow
Construct an ad-hoc error from a string or existing non-
anyhow
error value.
Functions
Ok
Equivalent to Ok::<_, anyhow::Error>(value).
Type Definitions
Result
Result<T, Error>