arnak 0.7.0

A Rust library for the BoardGameGeek XML API.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?xml version="1.0" encoding="utf-8"?>
<user id="3855477" name="BluebearBGG" termsofuse="https://boardgamegeek.com/xmlapi/termsofuse">
	<firstname value="Matthew" />
	<lastname value="" />
	<avatarlink value="N/A" />
	<yearregistered value="2024" />
	<lastlogin value="2025-10-26" />
	<stateorprovince value="England" />
	<country value="United Kingdom" />
	<webaddress value="" />
	<xboxaccount value="" />
	<wiiaccount value="" />
	<psnaccount value="" />
	<battlenetaccount value="account name" />
	<steamaccount value="" />
	<traderating value="0" />
</user>