Docs.rs
x-com-lib-0.1.8
x-com-lib 0.1.8
Permalink
Docs.rs crate page
MPL-2.0
Links
crates.io
Source
Owners
dqdeep
Dependencies
async-trait ^0.1.68
normal
futures ^0.3.28
normal
lazy_static ^1.4.0
normal
pin-utils ^0.1
normal
protobuf ^3.2.0
normal
serde ^1.0.163
normal
serde_json ^1.0.96
normal
tokio ^1.28.1
normal
toml ^0.8.6
normal
tracing ^0.1
normal
tracing-subscriber ^0.3
normal
x-common-lib ^0.1.8
normal
Versions
7.55%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
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
xComLib
0.1.8
In xCom
Lib::
time_
utils
xComLib
::
time_utils
Function
str_to_time
Copy item path
Source
pub fn str_to_time( format: &
str
, string: &
str
, ) ->
Option
<(
i32
,
i32
,
i32
,
i32
,
i32
,
i32
,
i32
)>