<feed xmlns='http://www.w3.org/2005/Atom'>
<title>chaos_billing/src/calc.rs, branch next</title>
<subtitle>Go all out on going Dutch!
</subtitle>
<link rel='alternate' type='text/html' href='https://git.catilgrass.cn/catilgrass/chaos_billing/'/>
<entry>
<title>Apply clippy suggestions</title>
<updated>2026-04-17T01:45:13+00:00</updated>
<author>
<name>魏曹先生</name>
<email>1992414357@qq.com</email>
</author>
<published>2026-04-17T01:45:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.catilgrass.cn/catilgrass/chaos_billing/commit/?id=497a667f49c8dea870a8a61ddabd95e24765a80d'/>
<id>497a667f49c8dea870a8a61ddabd95e24765a80d</id>
<content type='text'>
- Use `BTreeMap::entry` API in `update_item`
- Replace `or_insert_with(Vec::new)` with `or_default`
- Iterate over map values instead of key-value pairs
- Use `std::io::Error::other` for custom errors
- Simplify filter logic with direct predicate
- Replace manual `Into` implementation with `From`
- Remove unnecessary explicit returns
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Use `BTreeMap::entry` API in `update_item`
- Replace `or_insert_with(Vec::new)` with `or_default`
- Iterate over map values instead of key-value pairs
- Use `std::io::Error::other` for custom errors
- Simplify filter logic with direct predicate
- Replace manual `Into` implementation with `From`
- Remove unnecessary explicit returns
</pre>
</div>
</content>
</entry>
<entry>
<title>Initialize Rust project with billing calculation functionality</title>
<updated>2026-04-16T13:31:57+00:00</updated>
<author>
<name>魏曹先生</name>
<email>1992414357@qq.com</email>
</author>
<published>2026-04-16T13:31:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.catilgrass.cn/catilgrass/chaos_billing/commit/?id=363fbc6e98f832471a17a10ec18e8823df6a2ed5'/>
<id>363fbc6e98f832471a17a10ec18e8823df6a2ed5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
