Docs.rs
cradle-shared-0.1.1
cradle-shared 0.1.1
Docs.rs crate page
MIT
22 July 2026
Links
Repository
crates.io
Source
Owners
mrLochness350
Dependencies
rcgen ^0.14.8
normal
optional
ring ^0.17.14
normal
optional
rustls ^0.23.42
normal
optional
rustls-pemfile ^2.2.0
normal
optional
serde ^1.0.229
normal
webpki-roots ^1.0.9
normal
optional
Versions
100%
of the crate is documented
Platform
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
Skip to main content
bytes2wide
cradle_
shared
0.1.1
cradle_shared
Function
bytes2wide
Copy item path
Source
pub fn bytes2wide(buf: &[
u8
]) ->
Vec
<
u16
>
Expand description
Small helper to convert a
&[u8]
to
Vec<u16>