Make #[dom_struct] a proc_macro attribute

This commit is contained in:
Anthony Ramine 2017-02-21 11:27:05 +01:00
parent 64885c4213
commit 31e9d81c0f
251 changed files with 298 additions and 35 deletions

View file

@ -138,6 +138,8 @@ Let's look at [Servo's implementation][document-rs] of the DOM's
[document-mdn]: https://developer.mozilla.org/en-US/docs/Web/API/document
```rust
use dom_struct::dom_struct;
#[dom_struct]
pub struct Document {
node: Node,