<feed xmlns='http://www.w3.org/2005/Atom'>
<title>evtclib/src/raw, 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>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 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>
<entry>
<title>formatting fixes</title>
<updated>2020-04-29T12:36:47+00:00</updated>
<author>
<name>Daniel Schadt</name>
<email>kingdread@gmx.de</email>
</author>
<published>2020-04-29T12:36:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kingdread.de/cgit.cgi/evtclib/commit/?id=3e8b1c186bb4e748920cce002bd23bb60b52cb04'/>
<id>3e8b1c186bb4e748920cce002bd23bb60b52cb04</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix documentation for CbtStatechange</title>
<updated>2020-04-28T13:28:13+00:00</updated>
<author>
<name>Daniel Schadt</name>
<email>kingdread@gmx.de</email>
</author>
<published>2020-04-28T13:28:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kingdread.de/cgit.cgi/evtclib/commit/?id=db8e74092776d499ba1590389411735b6276af78'/>
<id>db8e74092776d499ba1590389411735b6276af78</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>restructure how agents are constructed</title>
<updated>2020-04-28T11:17:13+00:00</updated>
<author>
<name>Daniel Schadt</name>
<email>kingdread@gmx.de</email>
</author>
<published>2020-04-28T11:17:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kingdread.de/cgit.cgi/evtclib/commit/?id=eec1c5360b410b5474c9645b07bc273bb3034625'/>
<id>eec1c5360b410b5474c9645b07bc273bb3034625</id>
<content type='text'>
The old function turned a bit into a mess, so the functionality is now
split up.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The old function turned a bit into a mess, so the functionality is now
split up.
</pre>
</div>
</content>
</entry>
</feed>
