<feed xmlns='http://www.w3.org/2005/Atom'>
<title>azalea-drasl.git/azalea/examples/testbot/killaura.rs, branch main</title>
<subtitle> Fork of azalea that adds support for authentication over Drasl/Yggdrasil.
</subtitle>
<id>https://git.vlhl.dev/lizzy/cli/azalea-drasl.git/atom?h=main</id>
<link rel='self' href='https://git.vlhl.dev/lizzy/cli/azalea-drasl.git/atom?h=main'/>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/cli/azalea-drasl.git/'/>
<updated>2026-05-07T20:05:58+00:00</updated>
<entry>
<title>change panicking functions in Client and EntityRef to return an AzaleaResult instead</title>
<updated>2026-05-07T20:05:58+00:00</updated>
<author>
<name>mat</name>
<email>git@matdoes.dev</email>
</author>
<published>2026-05-06T04:36:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/cli/azalea-drasl.git/commit/?id=9ffd0e80bbb3feace231553d6539124585b03e3c'/>
<id>urn:sha1:9ffd0e80bbb3feace231553d6539124585b03e3c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>optimize pathfinder swarms and write perf guide</title>
<updated>2026-03-20T06:21:58+00:00</updated>
<author>
<name>mat</name>
<email>git@matdoes.dev</email>
</author>
<published>2026-03-19T02:58:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/cli/azalea-drasl.git/commit/?id=25cd1c0b60604655b70d70f8ec33a54853905eea'/>
<id>urn:sha1:25cd1c0b60604655b70d70f8ec33a54853905eea</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Implement `EntityRef` (#299)</title>
<updated>2025-12-29T03:54:12+00:00</updated>
<author>
<name>mat</name>
<email>27899617+mat-1@users.noreply.github.com</email>
</author>
<published>2025-12-29T03:54:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/cli/azalea-drasl.git/commit/?id=39488a6585ce969af93f43ece1ffb1174dc95e1d'/>
<id>urn:sha1:39488a6585ce969af93f43ece1ffb1174dc95e1d</id>
<content type='text'>
* start implementing EntityRef struct

* use EntityRef and impl more functions for it

* fix doctests

* typo

* slightly reword some docs

* update changelog</content>
</entry>
<entry>
<title>add a few more functions for getting common components to Client</title>
<updated>2025-12-28T12:36:47+00:00</updated>
<author>
<name>mat</name>
<email>git@matdoes.dev</email>
</author>
<published>2025-12-28T12:36:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/cli/azalea-drasl.git/commit/?id=839d536e8020b291bc1d213a5e8e823dc513a940'/>
<id>urn:sha1:839d536e8020b291bc1d213a5e8e823dc513a940</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Change Client::component to return a reference (#298)</title>
<updated>2025-12-28T10:31:29+00:00</updated>
<author>
<name>mat</name>
<email>27899617+mat-1@users.noreply.github.com</email>
</author>
<published>2025-12-28T10:31:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/cli/azalea-drasl.git/commit/?id=20c7e27250148f62bab9e7b99e4f0cd6deb82325'/>
<id>urn:sha1:20c7e27250148f62bab9e7b99e4f0cd6deb82325</id>
<content type='text'>
* change Client::component to return a reference

* write docs

* merge main

* remove unused parking_lot feature</content>
</entry>
<entry>
<title>1.21.6 (#215)</title>
<updated>2025-06-17T18:49:07+00:00</updated>
<author>
<name>mat</name>
<email>git@matdoes.dev</email>
</author>
<published>2025-06-17T18:49:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/cli/azalea-drasl.git/commit/?id=ffbe7a3e426e66c21c7156780728f96f8277c68a'/>
<id>urn:sha1:ffbe7a3e426e66c21c7156780728f96f8277c68a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>use owned instead of borrowed Vec3 more</title>
<updated>2025-06-12T05:28:41+00:00</updated>
<author>
<name>mat</name>
<email>git@matdoes.dev</email>
</author>
<published>2025-06-12T05:28:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/cli/azalea-drasl.git/commit/?id=a2606569bb79867d07a075bcf7b05730e4264d72'/>
<id>urn:sha1:a2606569bb79867d07a075bcf7b05730e4264d72</id>
<content type='text'>
</content>
</entry>
<entry>
<title>upgrade rust version and fix clippy warnings</title>
<updated>2025-05-07T03:27:58+00:00</updated>
<author>
<name>mat</name>
<email>git@matdoes.dev</email>
</author>
<published>2025-05-07T03:27:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/cli/azalea-drasl.git/commit/?id=aa0256da102103eedc9897458dd81516962a80a3'/>
<id>urn:sha1:aa0256da102103eedc9897458dd81516962a80a3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>don't require mut for functions in Client and add some more convenience functions</title>
<updated>2025-04-04T20:35:06+00:00</updated>
<author>
<name>mat</name>
<email>git@matdoes.dev</email>
</author>
<published>2025-04-04T20:35:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/cli/azalea-drasl.git/commit/?id=5fd57fd630bea256639332f117848d6f1fcfd132'/>
<id>urn:sha1:5fd57fd630bea256639332f117848d6f1fcfd132</id>
<content type='text'>
</content>
</entry>
<entry>
<title>update to rust edition 2024</title>
<updated>2025-02-22T23:01:54+00:00</updated>
<author>
<name>mat</name>
<email>git@matdoes.dev</email>
</author>
<published>2025-02-22T23:01:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/cli/azalea-drasl.git/commit/?id=34f53baf85fb5c7163ec5d71a8ab9d45d3f271b6'/>
<id>urn:sha1:34f53baf85fb5c7163ec5d71a8ab9d45d3f271b6</id>
<content type='text'>
</content>
</entry>
</feed>
