#![cfg_attr(not(feature ="std"), no_std)]#![allow(clippy::upper_case_acronyms)]#[cfg(not(feature ="std"))]externcrate alloc;pubmodast;#[macro_use]pubmoddialect;pubmodparser;pubmodtokenizer;#[doc(hidden)]// This is required to make utilities accessible by both the crate-internal
// unit-tests and by the integration tests <https://stackoverflow.com/a/44541071/1026>
// External users are not supposed to rely on this module.
pubmodtest_utils;