1
2
3
4
5
6
7
8
//! A crate of utilities for working with the WebIDL AST by extending `weedle2`.
//! The crate's API is not currently stable yet.

/// Extension methods for WebIDL types
pub mod extend;

/// Common traits shared between WebIDL symbols/definitions
pub mod symbol;