Registry / other / stdweb-derive

stdweb-derive

JSON →
library0.5.3rscratesunverified

Derive macros for the stdweb crate to simplify web API bindings.

# Cargo.toml [dependencies] stdweb-derive = "0.5.3"
INSTALL
IMPORT
SIG · STDWEB-DERIVE
S
stdweb-derive
otherrustv0.5.3
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

derive macros
use stdweb_derive::*;

Use derive macros for serialization with stdweb.

use stdweb_derive::*; #[derive(Serialize, Deserialize)] struct MyStruct { field: String, } fn main() { println!("Derive macros available"); }
Debug
Known issues
gotchaRequires stdweb as a dependency
fix
Add stdweb to Cargo.toml alongside stdweb-derive
affects: >=0.5.0
Upgrade
Version history
0.5.3latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
4
Amazon
1
Resources
stdweb-derive — cargo add stdweb-derive · libregistry