stygian-extract-derive
Proc-macro backend for stygian-browser's #[derive(Extract)].
Do not add this crate to your Cargo.toml directly.
Use stygian-browser with the extract feature instead:
= { = "*", = ["extract"] }
Then annotate your struct:
use Extract;