<feed xmlns='http://www.w3.org/2005/Atom'>
<title>yaxpeax-arch/src/address, branch 0.2.8</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>document yaxpeax_arch traits and add an AddressDiff::to_const</title>
<updated>2021-07-04T04:10:37+00:00</updated>
<author>
<name>iximeow</name>
<email>me@iximeow.net</email>
</author>
<published>2021-07-04T04:10:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.iximeow.net/yaxpeax-arch/commit/?id=b49987bdbd2b5a08163a45ef3dc1868754d84165'/>
<id>b49987bdbd2b5a08163a45ef3dc1868754d84165</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>address diff is an u64 thingy that can be added to addresses</title>
<updated>2021-06-15T00:51:58+00:00</updated>
<author>
<name>iximeow</name>
<email>me@iximeow.net</email>
</author>
<published>2021-06-15T00:51:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.iximeow.net/yaxpeax-arch/commit/?id=7c53435a1c346fb224e9f5ef08304016e240be62'/>
<id>7c53435a1c346fb224e9f5ef08304016e240be62</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>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>
</feed>
