7 releases (2 stable)
1.1.0 | Jun 29, 2024 |
---|---|
1.0.0 | Apr 6, 2024 |
0.3.1 |
|
0.3.0 | Dec 25, 2021 |
0.1.1 | May 28, 2021 |
80 downloads per month
Used in 3 crates
59KB
1.5K
SLoC
wikidata
- Rust bindings for Wikidata
This crate has unofficial Rust bindings for Wikidata to make it easy to use data from Wikidata in Rust programs. This is very much a work in progress right now.
Wikidata is a trademark of the Wikimedia Foundation and is used with the permission of the Wikimedia Foundation. We are not endorsed by or affiliated with the Wikimedia Foundation.
lib.rs
:
Rust library for Wikidata. It has some support for Wikibase as well, although the main focus is supporting the Wikidata instance.
A note on serialization
Many items in this crate implement serde::Serialize
and serde::Deserialize
. Note that
the JSON serialization of entities provided by these traits is not the same as the
serialization used by Wikidata in data dumps and Special:EntityData
, but is instead a
serialization specific to this crate.
Dependencies
~1.7–2.8MB
~52K SLoC