<feed xmlns='http://www.w3.org/2005/Atom'>
<title>evtclib/src, branch v0.3.1</title>
<subtitle>arcdps EVTC reading/parsing library for Rust</subtitle>
<link rel='alternate' type='text/html' href='https://git.kingdread.de/cgit.cgi/evtclib/'/>
<entry>
<title>implement FromStr for Profession and EliteSpec</title>
<updated>2020-05-04T11:33:22+00:00</updated>
<author>
<name>Daniel Schadt</name>
<email>kingdread@gmx.de</email>
</author>
<published>2020-05-04T11:33:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kingdread.de/cgit.cgi/evtclib/commit/?id=465264c4e087bf37e09d945e49ba2af49c499878'/>
<id>465264c4e087bf37e09d945e49ba2af49c499878</id>
<content type='text'>
For the same reason that Boss implements FromStr, we might want users to
be able to specify professions or elite specializations in textual form.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
For the same reason that Boss implements FromStr, we might want users to
be able to specify professions or elite specializations in textual form.
</pre>
</div>
</content>
</entry>
<entry>
<title>fix formatting</title>
<updated>2020-05-02T13:16:28+00:00</updated>
<author>
<name>Daniel Schadt</name>
<email>kingdread@gmx.de</email>
</author>
<published>2020-05-02T13:16:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kingdread.de/cgit.cgi/evtclib/commit/?id=b5270a5947cfa770358d13734e7c08dc4b217f05'/>
<id>b5270a5947cfa770358d13734e7c08dc4b217f05</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add docs about parse_events and the parser</title>
<updated>2020-05-02T13:08:59+00:00</updated>
<author>
<name>Daniel Schadt</name>
<email>kingdread@gmx.de</email>
</author>
<published>2020-05-02T13:08:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kingdread.de/cgit.cgi/evtclib/commit/?id=e0e9481b6edccfb6292e1842f6e330d07388010c'/>
<id>e0e9481b6edccfb6292e1842f6e330d07388010c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>implement From&lt;Evtc&gt; for PartialEvtc</title>
<updated>2020-05-02T13:00:24+00:00</updated>
<author>
<name>Daniel Schadt</name>
<email>kingdread@gmx.de</email>
</author>
<published>2020-05-02T13:00:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kingdread.de/cgit.cgi/evtclib/commit/?id=e54b6aa3a1dc6cbdcde07c075b2d7bd18cc2e729'/>
<id>e54b6aa3a1dc6cbdcde07c075b2d7bd18cc2e729</id>
<content type='text'>
We can always do this conversion, because we can just throw away the
events field.

The other way around is not possible, as we need a file to parse the
events from.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We can always do this conversion, because we can just throw away the
events field.

The other way around is not possible, as we need a file to parse the
events from.
</pre>
</div>
</content>
</entry>
<entry>
<title>implement Hash, Default, PartialEq for raw types</title>
<updated>2020-05-02T12:58:54+00:00</updated>
<author>
<name>Daniel Schadt</name>
<email>kingdread@gmx.de</email>
</author>
<published>2020-05-02T12:58:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kingdread.de/cgit.cgi/evtclib/commit/?id=078b55e8ae17bf781371c4bd6bf40da2ba3db336'/>
<id>078b55e8ae17bf781371c4bd6bf40da2ba3db336</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add a note about writing evtc files</title>
<updated>2020-05-02T12:23:07+00:00</updated>
<author>
<name>Daniel Schadt</name>
<email>kingdread@gmx.de</email>
</author>
<published>2020-05-02T12:23:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kingdread.de/cgit.cgi/evtclib/commit/?id=cea9d932c57c065492f900b9c465423f5a529a2a'/>
<id>cea9d932c57c065492f900b9c465423f5a529a2a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>use getters for Event</title>
<updated>2020-05-02T12:19:27+00:00</updated>
<author>
<name>Daniel Schadt</name>
<email>kingdread@gmx.de</email>
</author>
<published>2020-05-02T12:19:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kingdread.de/cgit.cgi/evtclib/commit/?id=8b14355557ca7bf19318d0f8d4b54ce439cdc8c8'/>
<id>8b14355557ca7bf19318d0f8d4b54ce439cdc8c8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add more documentation</title>
<updated>2020-05-02T12:12:54+00:00</updated>
<author>
<name>Daniel Schadt</name>
<email>kingdread@gmx.de</email>
</author>
<published>2020-05-02T12:12:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kingdread.de/cgit.cgi/evtclib/commit/?id=69f8feb33465de6213963c1aadf955704bb83a08'/>
<id>69f8feb33465de6213963c1aadf955704bb83a08</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add a comment about redundant closures</title>
<updated>2020-05-01T19:36:19+00:00</updated>
<author>
<name>Daniel Schadt</name>
<email>kingdread@gmx.de</email>
</author>
<published>2020-05-01T19:36:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kingdread.de/cgit.cgi/evtclib/commit/?id=d3e0d1bd58115f581cae6441c863ba85805007ff'/>
<id>d3e0d1bd58115f581cae6441c863ba85805007ff</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>take readers by value</title>
<updated>2020-05-01T16:02:50+00:00</updated>
<author>
<name>Daniel Schadt</name>
<email>kingdread@gmx.de</email>
</author>
<published>2020-05-01T16:02:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kingdread.de/cgit.cgi/evtclib/commit/?id=896b31f02f67fe5c02b7fbe5fba08c9f9f34c023'/>
<id>896b31f02f67fe5c02b7fbe5fba08c9f9f34c023</id>
<content type='text'>
The API guidelines for Rust state that readers should be taken by
value[1].  If the caller wants to re-use the reader, they have to borrow
it.

This patch adjusts the parsing functions to do just that.

[1]: https://rust-lang.github.io/api-guidelines/interoperability.html#generic-readerwriter-functions-take-r-read-and-w-write-by-value-c-rw-value
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The API guidelines for Rust state that readers should be taken by
value[1].  If the caller wants to re-use the reader, they have to borrow
it.

This patch adjusts the parsing functions to do just that.

[1]: https://rust-lang.github.io/api-guidelines/interoperability.html#generic-readerwriter-functions-take-r-read-and-w-write-by-value-c-rw-value
</pre>
</div>
</content>
</entry>
</feed>
