Docs.rs
armature-validation-0.1.2
armature-validation 0.1.2
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
quinnjr
Dependencies
armature-core ^0.2.1
normal
async-trait ^0.1
normal
once_cell ^1.19
normal
regex ^1.10
normal
serde ^1.0
normal
serde_json ^1.0
normal
tokio ^1.35
normal
Versions
92.65%
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
validate
armature_
validation
0.1.2
armature_validation
Macro
validate
Copy item path
Source
macro_rules! validate { ($dto:expr) => { ... }; }
Expand description
Macro to validate a DTO in a handler