<feed xmlns='http://www.w3.org/2005/Atom'>
<title>buffer/src, branch main</title>
<subtitle>Rust library for manipulating RGBA pixel buffers
</subtitle>
<id>https://code.benbridle.com/buffer/atom?h=main</id>
<link rel='self' href='https://code.benbridle.com/buffer/atom?h=main'/>
<link rel='alternate' type='text/html' href='https://code.benbridle.com/buffer/'/>
<updated>2024-10-07T04:46:52Z</updated>
<entry>
<title>Implement as_mut_rows for Buffer</title>
<updated>2024-10-07T04:46:52Z</updated>
<author>
<name>Ben Bridle</name>
<email>bridle.benjamin@gmail.com</email>
</author>
<published>2024-10-07T04:46:52Z</published>
<link rel='alternate' type='text/html' href='https://code.benbridle.com/buffer/commit/?id=5118fbcc0618dadcb82247a7fedcdcb383fc4c96'/>
<id>urn:sha1:5118fbcc0618dadcb82247a7fedcdcb383fc4c96</id>
<content type='text'>
This is to match the existing immutable as_rows method.
</content>
</entry>
<entry>
<title>Implement slice indexing for Buffer</title>
<updated>2024-10-07T04:46:11Z</updated>
<author>
<name>Ben Bridle</name>
<email>bridle.benjamin@gmail.com</email>
</author>
<published>2024-10-07T04:46:11Z</published>
<link rel='alternate' type='text/html' href='https://code.benbridle.com/buffer/commit/?id=5d38f27393cbb5e90ec69b1ea5d8fa85fc0b34cd'/>
<id>urn:sha1:5d38f27393cbb5e90ec69b1ea5d8fa85fc0b34cd</id>
<content type='text'>
Buffer can now be indexed by a range to take a slice of the underlying
pixel data.
</content>
</entry>
<entry>
<title>Tidy code</title>
<updated>2024-10-07T01:21:42Z</updated>
<author>
<name>Ben Bridle</name>
<email>bridle.benjamin@gmail.com</email>
</author>
<published>2024-10-07T01:21:38Z</published>
<link rel='alternate' type='text/html' href='https://code.benbridle.com/buffer/commit/?id=f1bcf98a51d418602d0ef1fcf744e53a65c523f8'/>
<id>urn:sha1:f1bcf98a51d418602d0ef1fcf744e53a65c523f8</id>
<content type='text'>
Adds a line break below the imports.
</content>
</entry>
<entry>
<title>Rename internal field 'array' to 'pixels'</title>
<updated>2024-10-07T01:21:11Z</updated>
<author>
<name>Ben Bridle</name>
<email>bridle.benjamin@gmail.com</email>
</author>
<published>2024-10-07T00:54:36Z</published>
<link rel='alternate' type='text/html' href='https://code.benbridle.com/buffer/commit/?id=6227092939cf128439f85874554a16714cbf35dc'/>
<id>urn:sha1:6227092939cf128439f85874554a16714cbf35dc</id>
<content type='text'>
Pixels is a more accurate name for a vector containing pixel data.
</content>
</entry>
<entry>
<title>Implement IntoIterator and Deref for Buffer</title>
<updated>2024-10-07T01:21:11Z</updated>
<author>
<name>Ben Bridle</name>
<email>bridle.benjamin@gmail.com</email>
</author>
<published>2024-10-07T01:20:34Z</published>
<link rel='alternate' type='text/html' href='https://code.benbridle.com/buffer/commit/?id=e0c939be5db522e4205ffcf7cde597be1140894a'/>
<id>urn:sha1:e0c939be5db522e4205ffcf7cde597be1140894a</id>
<content type='text'>
This allows a buffer to be used directly as an iterator in a for loop.
</content>
</entry>
<entry>
<title>Add line breaks between methods</title>
<updated>2024-10-01T23:15:41Z</updated>
<author>
<name>Ben Bridle</name>
<email>bridle.benjamin@gmail.com</email>
</author>
<published>2024-10-01T23:15:41Z</published>
<link rel='alternate' type='text/html' href='https://code.benbridle.com/buffer/commit/?id=8f7b71a6b5076cb767f90629314dd218892545d4'/>
<id>urn:sha1:8f7b71a6b5076cb767f90629314dd218892545d4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>First commit</title>
<updated>2023-12-24T08:13:59Z</updated>
<author>
<name>Ben Bridle</name>
<email>bridle.benjamin@gmail.com</email>
</author>
<published>2023-12-24T08:13:59Z</published>
<link rel='alternate' type='text/html' href='https://code.benbridle.com/buffer/commit/?id=2322c4c2b335ca398ec039503257e20d139a699f'/>
<id>urn:sha1:2322c4c2b335ca398ec039503257e20d139a699f</id>
<content type='text'>
</content>
</entry>
</feed>
