Docs.rs
ws-sdk-0.1.17
ws-sdk 0.1.17
Permalink
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
Liuhaai
Dependencies
anyhow ^1.0.69
normal
base64 ^0.21.0
normal
ecdsa ^0.16.6
normal
hex ^0.4.3
normal
k256 ^0.13.1
normal
optional
p256 ^0.13.1
normal
optional
serde ^1.0.152
normal
serde_json ^1.0.93
normal
serde_with ^2.0.1
normal
Versions
94.29%
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
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
Files
ws_sdk/log/
mod.rs
1
//! Send a log from VM to the host.
2
//!
3
mod
log;
4
pub use
self
::log::
*
;