1//! A crate of utilities for working with the WebIDL AST by extending `weedle2`.
2//! The crate's API is not currently stable yet.
34/// Extension methods for WebIDL types
5pub mod extend;
67/// Common traits shared between WebIDL symbols/definitions
8pub mod symbol;