Docs.rs
yao-dev-common-0.1.10
yao-dev-common 0.1.10
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
yamathyao
Dependencies
anyhow ^1.0
normal
apollo-client ^0.8
normal
askama ^0.12
normal
axum ^0.8
normal
dotenv ^0.15
normal
rbatis ^4.5
normal
reqwest ^0.12
normal
rust-ini ^0.21
normal
serde ^1.0
normal
serde_json ^1.0
normal
thiserror ^2.0
normal
time ^0.3
normal
tracing ^0.1
normal
tracing-appender ^0.2
normal
tracing-subscriber ^0.3
normal
url ^2.5.4
normal
Versions
14.29%
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
yao_
dev_
common
0.1.10
yao_dev_common
Function
option_bool_to_int
Copy item path
Source
pub fn option_bool_to_int<T>(value:
Option
<
bool
>) -> T
where
i8
:
Into
<T>, T:
Default
+
From
<
i8
>,