//! # Metadata
//!
//! Detailed explanation of what it is for can be found in the [alt:V docs](https://docs.altv.mp/articles/meta_data.html).
//!
//! # Global unsynced meta
//! [Documentation is here](fn.entry.html).
//!
//! # Global synced meta
//! [Documentation is here](fn.synced_entry.html).
//!
//! # Unsynced meta bound to BaseObject (every alt:V object).
//! [Documentation is here](trait.NormalBaseObjectMeta.html).
//!
//! # Synced meta bound to BaseObject (every alt:V object).
//!
//! [Documentation is here](trait.SyncedBaseObjectMeta.html).
//!
//! # Stream Synced meta bound to VirtualEntity
//!
//! [Documentation is here](trait.StreamSyncedVirtualEntityMeta.html).
//!
//! # Stream Synced meta bound to Entity
//! (Entity is Vehicle, Player, Ped, Object, see [Entity trait](../prelude/trait.Entity.html#implementors))
//!
//! [Documentation is here](trait.StreamSyncedEntityMeta.html).
//!
//! # Local player meta
//!
//! [Documentation is here](trait.LocalPlayerMeta.html).
//!
//! # Stream Synced meta bound to Checkpoint
//!
//! [Documentation is here](trait.StreamSyncedCheckpointMeta.html).
//!
pub use *;