Docs.rs
aws-iot-device-sdk-0.0.6
aws-iot-device-sdk 0.0.6
Permalink
Docs.rs crate page
MIT
Links
crates.io
Source
Owners
overheat
Dependencies
arrayvec ^0.7
normal
rand ^0.8
normal
thiserror-no-std ^2
normal
Versions
28.04%
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
is_valid_prefix
aws_
iot_
device_
sdk
0.0.6
is_
valid_
prefix
Sections
Example
In aws_
iot_
device_
sdk::
common
aws_iot_device_sdk
::
common
Function
is_
valid_
prefix
Copy item path
Source
pub fn is_valid_prefix<'a>(s: &'a
str
, pre: &
str
) ->
Result
<&'a
str
,
Error
>
Expand description
valid aws thing prefix?
ยง
Example