<feed xmlns='http://www.w3.org/2005/Atom'>
<title>hydrus-api-rs/Cargo.toml, branch main</title>
<subtitle>Rust hydrus api client</subtitle>
<id>https://git.jakka.foo/hydrus-api-rs/atom/Cargo.toml?h=main</id>
<link rel='self' href='https://git.jakka.foo/hydrus-api-rs/atom/Cargo.toml?h=main'/>
<link rel='alternate' type='text/html' href='https://git.jakka.foo/hydrus-api-rs/'/>
<updated>2025-10-17T14:30:46Z</updated>
<entry>
<title>changed crate name</title>
<updated>2025-10-17T14:30:46Z</updated>
<author>
<name>jakka</name>
<email>jakka@jakka.su</email>
</author>
<published>2025-10-17T14:30:46Z</published>
<link rel='alternate' type='text/html' href='https://git.jakka.foo/hydrus-api-rs/commit/?id=e311aad9357a38fd3d54aa3ce00ea98f0cf33ed7'/>
<id>urn:sha1:e311aad9357a38fd3d54aa3ce00ea98f0cf33ed7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>broke down modules and renamed them</title>
<updated>2025-10-01T09:57:32Z</updated>
<author>
<name>jakka</name>
<email>jakka@jakka.su</email>
</author>
<published>2025-10-01T09:57:32Z</published>
<link rel='alternate' type='text/html' href='https://git.jakka.foo/hydrus-api-rs/commit/?id=228f24cb3020b719540fc9665e4aff21528fc69e'/>
<id>urn:sha1:228f24cb3020b719540fc9665e4aff21528fc69e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>reconfigured the library, moved async client and trait to their own module. in the future sync and async implementations will be separated</title>
<updated>2025-09-30T21:25:24Z</updated>
<author>
<name>jakka</name>
<email>jakka@jakka.su</email>
</author>
<published>2025-09-30T21:25:24Z</published>
<link rel='alternate' type='text/html' href='https://git.jakka.foo/hydrus-api-rs/commit/?id=c177ba7a49caf63582719a4086e5032e2c939cfa'/>
<id>urn:sha1:c177ba7a49caf63582719a4086e5032e2c939cfa</id>
<content type='text'>
</content>
</entry>
<entry>
<title>separated client functions into different traits - trait per section in api documentation</title>
<updated>2025-09-17T18:41:59Z</updated>
<author>
<name>jakka</name>
<email>jakka@jakka.su</email>
</author>
<published>2025-09-17T18:41:59Z</published>
<link rel='alternate' type='text/html' href='https://git.jakka.foo/hydrus-api-rs/commit/?id=5187775550dee2a2719339564c778df64a8538eb'/>
<id>urn:sha1:5187775550dee2a2719339564c778df64a8538eb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>moved to async http client and serde</title>
<updated>2025-09-17T18:25:08Z</updated>
<author>
<name>jakka</name>
<email>jakka@jakka.su</email>
</author>
<published>2025-09-17T18:25:08Z</published>
<link rel='alternate' type='text/html' href='https://git.jakka.foo/hydrus-api-rs/commit/?id=a5f74e05d49ad938c3f0854dc9b1d203a570a8d9'/>
<id>urn:sha1:a5f74e05d49ad938c3f0854dc9b1d203a570a8d9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>added repr macros for less boilerplate</title>
<updated>2025-09-10T18:07:21Z</updated>
<author>
<name>jakka</name>
<email>jakka@jakka.su</email>
</author>
<published>2025-09-10T18:07:21Z</published>
<link rel='alternate' type='text/html' href='https://git.jakka.foo/hydrus-api-rs/commit/?id=d7cdf6cd80fb25deb4bbcb7af37e569c404bd0c0'/>
<id>urn:sha1:d7cdf6cd80fb25deb4bbcb7af37e569c404bd0c0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>continued working on api</title>
<updated>2025-09-09T07:13:40Z</updated>
<author>
<name>jakka</name>
<email>jakka@jakka.su</email>
</author>
<published>2025-09-09T07:13:40Z</published>
<link rel='alternate' type='text/html' href='https://git.jakka.foo/hydrus-api-rs/commit/?id=ab6f2caa83e05a2eaff40307f608975841ba6cfb'/>
<id>urn:sha1:ab6f2caa83e05a2eaff40307f608975841ba6cfb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>continued working on api</title>
<updated>2025-09-09T07:11:04Z</updated>
<author>
<name>jakka</name>
<email>jakka@jakka.su</email>
</author>
<published>2025-09-09T07:11:04Z</published>
<link rel='alternate' type='text/html' href='https://git.jakka.foo/hydrus-api-rs/commit/?id=3884a14c7dde671a96695f43a23bfbb2bd6c33e5'/>
<id>urn:sha1:3884a14c7dde671a96695f43a23bfbb2bd6c33e5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>in proccess of switching from serde to musli</title>
<updated>2025-09-08T13:53:52Z</updated>
<author>
<name>jakka</name>
<email>jakka@jakka.su</email>
</author>
<published>2025-09-08T13:53:52Z</published>
<link rel='alternate' type='text/html' href='https://git.jakka.foo/hydrus-api-rs/commit/?id=4c56f91c88365a3c5ad890b02e8e9f52c314ea0c'/>
<id>urn:sha1:4c56f91c88365a3c5ad890b02e8e9f52c314ea0c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>continued adding api</title>
<updated>2025-09-03T19:46:20Z</updated>
<author>
<name>jakka</name>
<email>jakka@jakka.su</email>
</author>
<published>2025-09-03T19:46:20Z</published>
<link rel='alternate' type='text/html' href='https://git.jakka.foo/hydrus-api-rs/commit/?id=80b2d099784f99dfd4f6950eb793be3ef17c9ec7'/>
<id>urn:sha1:80b2d099784f99dfd4f6950eb793be3ef17c9ec7</id>
<content type='text'>
</content>
</entry>
</feed>
