Docs.rs
rusty-cdk-core-0.8.0
rusty-cdk-core 0.8.0
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
VanOvermeire
Dependencies
rand ^0.9.2
normal
rusty-cdk-macros ^0.8.0
normal
serde ^1.0.219
normal
serde_json ^1.0.142
normal
trybuild ^1.0.110
dev
Versions
15.77%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
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
Skip to main content
Files
rusty_cdk_core/kms/
dto.rs
1
use
serde_json::Value;
2
use
crate
::ref_struct;
3
4
ref_struct!
(KeyRef);