init library
This commit is contained in:
parent
8b0655d655
commit
0d330126fe
4 changed files with 942 additions and 0 deletions
5
src/lib.rs
Normal file
5
src/lib.rs
Normal file
|
@ -0,0 +1,5 @@
|
|||
//! Rust library for Wikidata. It has some support for Wikibase as well, although the main focus is
|
||||
//! supporting the Wikidata instance.
|
||||
|
||||
pub mod entity;
|
||||
pub mod ids;
|
Loading…
Add table
Add a link
Reference in a new issue