<feed xmlns='http://www.w3.org/2005/Atom'>
<title>yaxpeax-arch/src, branch 0.0.5</title>
<subtitle>shared traits and definitions for yaxpeax decoders</subtitle>
<link rel='alternate' type='text/html' href='http://git.iximeow.net/yaxpeax-arch/'/>
<entry>
<title>swap termion dep for crossterm, simplify Colorization interfaces</title>
<updated>2021-05-07T07:03:06+00:00</updated>
<author>
<name>iximeow</name>
<email>me@iximeow.net</email>
</author>
<published>2021-05-07T06:30:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.iximeow.net/yaxpeax-arch/commit/?id=13285e356377c5c8cd6f0f0d2305ff9e40d17d78'/>
<id>13285e356377c5c8cd6f0f0d2305ff9e40d17d78</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add AddressDiff, CHANGELOG, and bump to 0.0.4</title>
<updated>2020-05-03T19:31:49+00:00</updated>
<author>
<name>iximeow</name>
<email>me@iximeow.net</email>
</author>
<published>2020-05-03T19:29:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.iximeow.net/yaxpeax-arch/commit/?id=f7449a21140c109567fa6c756dab2b1b0711a414'/>
<id>f7449a21140c109567fa6c756dab2b1b0711a414</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Default impl of ColorSettings was needlessly feature gated</title>
<updated>2020-01-20T10:18:07+00:00</updated>
<author>
<name>iximeow</name>
<email>me@iximeow.net</email>
</author>
<published>2020-01-20T10:18:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.iximeow.net/yaxpeax-arch/commit/?id=d59064d0471d4aa41dc5a96d9d46eeeeb2fea949'/>
<id>d59064d0471d4aa41dc5a96d9d46eeeeb2fea949</id>
<content type='text'>
on a feature that doesnt exist, no less!
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
on a feature that doesnt exist, no less!
</pre>
</div>
</content>
</entry>
<entry>
<title>finally replace `stringy` with something usable</title>
<updated>2020-01-18T21:49:14+00:00</updated>
<author>
<name>iximeow</name>
<email>me@iximeow.net</email>
</author>
<published>2020-01-18T21:49:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.iximeow.net/yaxpeax-arch/commit/?id=142c9da7cd3446211e1d00963260c06729a7637e'/>
<id>142c9da7cd3446211e1d00963260c06729a7637e</id>
<content type='text'>
addresses must implement a function that returns a struct that is
applicably formattable. particularly because the default Display impl on
primitives is not necessarily desirable, if you want hex. additionally
this allows meaningful Display for complex (eg, not a single primitive)
addresses, such as segmented memory

also expose AddressDisplay to name outside this crate. what an oversight
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
addresses must implement a function that returns a struct that is
applicably formattable. particularly because the default Display impl on
primitives is not necessarily desirable, if you want hex. additionally
this allows meaningful Display for complex (eg, not a single primitive)
addresses, such as segmented memory

also expose AddressDisplay to name outside this crate. what an oversight
</pre>
</div>
</content>
</entry>
<entry>
<title>no_std!!</title>
<updated>2020-01-15T09:14:50+00:00</updated>
<author>
<name>iximeow</name>
<email>me@iximeow.net</email>
</author>
<published>2020-01-15T09:14:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.iximeow.net/yaxpeax-arch/commit/?id=894cba0dde913d86472430eae8b7ba0353711b4e'/>
<id>894cba0dde913d86472430eae8b7ba0353711b4e</id>
<content type='text'>
this makes yaxpeax-arch no_std. generally nothing has changed w.r.t
downstream crates, but a lot to do with colorization has been moved
tweaked to make it no_std-friendly (specifically, allowing `termion` to
be an optional dependency)

this also makes address parsing optional, in the hopes that decode-only
use cases don't need to involve as much machinery when building.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
this makes yaxpeax-arch no_std. generally nothing has changed w.r.t
downstream crates, but a lot to do with colorization has been moved
tweaked to make it no_std-friendly (specifically, allowing `termion` to
be an optional dependency)

this also makes address parsing optional, in the hopes that decode-only
use cases don't need to involve as much machinery when building.
</pre>
</div>
</content>
</entry>
<entry>
<title>default Decoder::decode() impl</title>
<updated>2020-01-14T03:57:30+00:00</updated>
<author>
<name>iximeow</name>
<email>me@iximeow.net</email>
</author>
<published>2020-01-14T03:57:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.iximeow.net/yaxpeax-arch/commit/?id=46df5f1d4dd5d5b493a463020a73ed2cfbd0feaf'/>
<id>46df5f1d4dd5d5b493a463020a73ed2cfbd0feaf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>allow for granular and customizable errors when decoding instructions</title>
<updated>2020-01-13T00:26:39+00:00</updated>
<author>
<name>iximeow</name>
<email>me@iximeow.net</email>
</author>
<published>2020-01-04T06:53:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.iximeow.net/yaxpeax-arch/commit/?id=014b7146f1f0b8ca70056fa45dd44dd70713e7a2'/>
<id>014b7146f1f0b8ca70056fa45dd44dd70713e7a2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>color helper for misc instructions</title>
<updated>2020-01-13T00:26:39+00:00</updated>
<author>
<name>iximeow</name>
<email>me@iximeow.net</email>
</author>
<published>2019-12-18T08:29:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.iximeow.net/yaxpeax-arch/commit/?id=a6c2fba0ffe00e2d7a86d9ca7f4dae1611c151dc'/>
<id>a6c2fba0ffe00e2d7a86d9ca7f4dae1611c151dc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>decoders are stateful, so decode functions should take them as a parameter</title>
<updated>2020-01-13T00:26:39+00:00</updated>
<author>
<name>iximeow</name>
<email>me@iximeow.net</email>
</author>
<published>2019-11-28T10:19:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.iximeow.net/yaxpeax-arch/commit/?id=c5021c15a8a16d789711c8043562b5f52f607642'/>
<id>c5021c15a8a16d789711c8043562b5f52f607642</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>warnings-b-gone</title>
<updated>2020-01-13T00:26:39+00:00</updated>
<author>
<name>iximeow</name>
<email>me@iximeow.net</email>
</author>
<published>2019-09-30T07:51:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.iximeow.net/yaxpeax-arch/commit/?id=312a5a75025b5cb01b9b626822cab3a65e23fafc'/>
<id>312a5a75025b5cb01b9b626822cab3a65e23fafc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
