//! The prelude contains commonly used items when working with LibGM.
//! This includes error types, a result alias, traits and more.
//! You can import it by using `use libgm::prelude::*;`.
pub use crateContext;
pub use crateContextSrc;
pub use crateError;
pub use crateResult;
pub use cratebail;
pub use crateerr;
pub use crateGMData;
pub use crateGMChunk;
pub use crateGMListChunk;
pub use crateGMNamedElement;
pub use crateGMNamedListChunk;
pub use crateGMRef;