Crate wikidata_rs
source ·Modules
pub mod dtype;
is creating a public module nameddtype
. This module can be accessed from other parts of the codebase and contains code related to data types.pub mod id;
is creating a public module namedid
. This module contains code related to generating and managing Wikibase unique identifiers or IDs within the codebase.pub mod value;
is creating a public module namedvalue
. This module contains code related to representing and manipulating Wikibase values, such as strings, numbers, and dates.