Crate wikidata_rs

source ·

Modules

  • pub mod dtype; is creating a public module named dtype. 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 named id. 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 named value. This module contains code related to representing and manipulating Wikibase values, such as strings, numbers, and dates.

Structs