arnak 0.6.0

A Rust library for the BoardGameGeek XML API.
Documentation
1
2
3
4
5
6
7
8
9
10
<items total="17" termsofuse="https://boardgamegeek.com/xmlapi/termsofuse">
    <item type="boardgame" id="312484">
        <name type="primary" value="Lost Ruins of Arnak" />
        <yearpublished value="2020" />
    </item>
    <item type="boardgameexpansion" id="341254">
        <name type="primary" value="Lost Ruins of Arnak: Expedition Leaders" />
        <yearpublished value="2021" />
    </item>
</items>