<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates/tor-basic-utils/src, branch arti-v1.3.2</title>
<subtitle>mirror of https://gitlab.torproject.org/tpo/core/arti
</subtitle>
<id>http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v1.3.2</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v1.3.2'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2025-01-06T23:09:41Z</updated>
<entry>
<title>clippy: deny `mod_module_files`</title>
<updated>2025-01-06T23:09:41Z</updated>
<author>
<name>Steven Engler</name>
<email>opara@torproject.org</email>
</author>
<published>2025-01-06T23:02:49Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=252a3a803b2db65792db5bd51dee8950d8557e0d'/>
<id>urn:sha1:252a3a803b2db65792db5bd51dee8950d8557e0d</id>
<content type='text'>
Denies 'mod.rs' files for consistency.

https://rust-lang.github.io/rust-clippy/master/index.html#mod_module_files
</content>
</entry>
<entry>
<title>add_warnings, *: Allow clippy::needless_lifetimes</title>
<updated>2024-12-03T14:27:26Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2024-12-03T14:15:50Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=64cc3f2ed3eea0b7c5cc89ae07cbdadfdc1646fb'/>
<id>urn:sha1:64cc3f2ed3eea0b7c5cc89ae07cbdadfdc1646fb</id>
<content type='text'>
In 1.83, this warning triggers on many of our crates.
We're thinking of fixing them all, but for now,
we're going to disable the warning.

This is part of #1765.
</content>
</entry>
<entry>
<title>tor-basic-utils: Change a function to not be unsafe</title>
<updated>2024-10-08T15:53:28Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2024-05-14T14:18:28Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=8acd717c20f83249379f9ac531335d96d3ce73b8'/>
<id>urn:sha1:8acd717c20f83249379f9ac531335d96d3ce73b8</id>
<content type='text'>
This is not a memory safety requirement.  We don't need `unsafe` here,
so we shoudln't have it.
</content>
</entry>
<entry>
<title>tor-basic-utils: add `n_key_list` macro</title>
<updated>2024-09-24T00:50:19Z</updated>
<author>
<name>Steven Engler</name>
<email>opara@torproject.org</email>
</author>
<published>2024-09-23T16:08:23Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=4e46c2322f28081036568a15e70f5035d96885fd'/>
<id>urn:sha1:4e46c2322f28081036568a15e70f5035d96885fd</id>
<content type='text'>
This is based off of the `n_key_set` macro, but lets you store multiple
items per key.
</content>
</entry>
<entry>
<title>tor-basic-utils: small doc changes to `n_key_set`</title>
<updated>2024-09-23T16:07:29Z</updated>
<author>
<name>Steven Engler</name>
<email>opara@torproject.org</email>
</author>
<published>2024-09-23T16:07:29Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=93a7967973dc1c274921cd1d78a0a71aae069d42'/>
<id>urn:sha1:93a7967973dc1c274921cd1d78a0a71aae069d42</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix typos</title>
<updated>2024-09-03T08:09:02Z</updated>
<author>
<name>Dimitris Apostolou</name>
<email>dimitris.apostolou@icloud.com</email>
</author>
<published>2024-09-03T08:09:02Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=676f913463b7d84f34dd6101b99d03ef79cf57ad'/>
<id>urn:sha1:676f913463b7d84f34dd6101b99d03ef79cf57ad</id>
<content type='text'>
</content>
</entry>
<entry>
<title>byte_qty: Support deserialising from strings and floats</title>
<updated>2024-08-27T11:46:15Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2024-08-22T14:32:35Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=9584d31300e290c917203cf9c2e786ac263631ca'/>
<id>urn:sha1:9584d31300e290c917203cf9c2e786ac263631ca</id>
<content type='text'>
This finally makes this type suitable for parsing in config files.
</content>
</entry>
<entry>
<title>byte_qty: Implement FromStr, and improve Display impl</title>
<updated>2024-08-27T11:46:15Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2024-08-22T12:14:44Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=50fb5fbcb413e68ddbb5c287a4121f3e36519078'/>
<id>urn:sha1:50fb5fbcb413e68ddbb5c287a4121f3e36519078</id>
<content type='text'>
Display can now choose appropriate units.
</content>
</entry>
<entry>
<title>byte_qty: provide TryFrom&lt;u64&gt; and &lt;f64&gt;</title>
<updated>2024-08-27T11:46:15Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2024-08-22T13:42:56Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=fb120c9cbe874c55984bf4363a0227fb9fa2223e'/>
<id>urn:sha1:fb120c9cbe874c55984bf4363a0227fb9fa2223e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>byte_qty: Make serde dependency optional in tor-basic-utils</title>
<updated>2024-08-27T11:46:15Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2024-08-22T12:18:16Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=0cbf9ca10d9fa7eca4aca1b765ff30689f99e5f3'/>
<id>urn:sha1:0cbf9ca10d9fa7eca4aca1b765ff30689f99e5f3</id>
<content type='text'>
</content>
</entry>
</feed>
