Docs.rs
embedded-tls-0.8.0
embedded-tls 0.8.0
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
lulf
github:drogue-iot:embedded-tls-maintainers
Dependencies
aes-gcm ^0.9.4
normal
defmt ^0.3
normal
digest ^0.10.3
normal
embedded-io ^0.3.0
normal
generic-array ^0.14
normal
heapless ^0.7
normal
hkdf ^0.12.3
normal
hmac ^0.12.1
normal
log ^0.4
normal
p256 ^0.11
normal
rand_core ^0.6.3
normal
sha2 ^0.10.2
normal
typenum ^1.15.0
normal
webpki ^0.21.4
normal
env_logger ^0.9
dev
log ^0.4
dev
mio ^0.8.3
dev
pem-parser ^0.1.1
dev
rand ^0.8
dev
rustls ^0.20.6
dev
rustls-pemfile ^1.0
dev
serde ^1.0
dev
tokio ^1.7
dev
Versions
7.34%
of the crate is documented
Go to latest version
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
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
☰
TlsClock
Required Methods
now
Implementations on Foreign Types
SystemTime
Implementors
In embedded_tls::blocking
?
Trait
embedded_tls
::
blocking
::
TlsClock
source
·
[
−
]
pub trait TlsClock { fn
now
() ->
Option
<
u64
>; }
Required Methods
source
fn
now
() ->
Option
<
u64
>
Implementations on Foreign Types
source
impl
TlsClock
for
SystemTime
source
fn
now
() ->
Option
<
u64
>
Implementors
source
impl
TlsClock
for
NoClock