<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates/arti-client/src/address.rs, branch arti-v0.1.0</title>
<subtitle>mirror of https://gitlab.torproject.org/tpo/core/arti
</subtitle>
<id>http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v0.1.0</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v0.1.0'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2022-02-14T20:34:50Z</updated>
<entry>
<title>More docs for IntoTorAddr</title>
<updated>2022-02-14T20:34:50Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2022-02-14T20:34:50Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=a44b13c93a99f39804d6ee2c748596305ff34d02'/>
<id>urn:sha1:a44b13c93a99f39804d6ee2c748596305ff34d02</id>
<content type='text'>
</content>
</entry>
<entry>
<title>arti_client: Rename Error to ErrorDetail.</title>
<updated>2022-02-08T15:37:46Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2022-02-08T14:53:33Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=80716a294b80fe4b4f858f32ecdb79caa0ee01d6'/>
<id>urn:sha1:80716a294b80fe4b4f858f32ecdb79caa0ee01d6</id>
<content type='text'>
This is closer to what we described in Errors.md.

Also, remove the (sometimes private) Result alias: it was only used in
one or two places, and never exposed in public.
</content>
</entry>
<entry>
<title>errors: Refer to err::Error in some bits of arti_client</title>
<updated>2022-02-04T14:42:37Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2022-02-04T13:20:51Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=9a293a1f6f6ab9d67892b4199500bd489aeffb20'/>
<id>urn:sha1:9a293a1f6f6ab9d67892b4199500bd489aeffb20</id>
<content type='text'>
We are going to make the top-level Error type conditionally hidden.
</content>
</entry>
<entry>
<title>Fix typos</title>
<updated>2022-02-02T18:18:22Z</updated>
<author>
<name>Dimitris Apostolou</name>
<email>dimitris.apostolou@icloud.com</email>
</author>
<published>2022-02-02T18:18:22Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=65263218510ee9375ed423b42fbf555e96eab275'/>
<id>urn:sha1:65263218510ee9375ed423b42fbf555e96eab275</id>
<content type='text'>
</content>
</entry>
<entry>
<title>arti-client: Change an XXXX to a TODO.</title>
<updated>2021-12-20T15:02:24Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2021-12-20T15:02:24Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=f73f6a4e80d8e366bf47317bb92b555c592f07a4'/>
<id>urn:sha1:f73f6a4e80d8e366bf47317bb92b555c592f07a4</id>
<content type='text'>
We _do_ reject bad hostnames: just not where I once thought we might.
We need to decide if the current behavior is what we want (and I think
it is, probably?).
</content>
</entry>
<entry>
<title>Add constructor for TorAddr, to enforce port != 0</title>
<updated>2021-11-30T20:41:19Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2021-11-30T20:41:19Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=c2804419abb48537ec0bd8b345ba121a8191fd36'/>
<id>urn:sha1:c2804419abb48537ec0bd8b345ba121a8191fd36</id>
<content type='text'>
This makes sure that we're checking for a nonzero port in all cases.
</content>
</entry>
<entry>
<title>arti-client: Reject Port 0 when parsing address:port combos</title>
<updated>2021-11-29T19:09:38Z</updated>
<author>
<name>Neel Chauhan</name>
<email>neel@neelc.org</email>
</author>
<published>2021-11-29T19:09:38Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=36dc690ada9ff12c76859dcfa0aa3884caf42863'/>
<id>urn:sha1:36dc690ada9ff12c76859dcfa0aa3884caf42863</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Improve docs of more (potentially re-exported) arti-client types</title>
<updated>2021-10-29T13:06:06Z</updated>
<author>
<name>eta</name>
<email>tor@eta.st</email>
</author>
<published>2021-10-29T13:06:06Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=a12fffc66accb0126500280f540b09c0922c1145'/>
<id>urn:sha1:a12fffc66accb0126500280f540b09c0922c1145</id>
<content type='text'>
Most of the structs in `arti-client` have example code now, to give a
clearer idea of how they're used.

Annoyingly, a lot of the types exposed in `arti-client` are actually
re-exports, which makes documentation a bit harder: example code that
references other parts of `arti-client` can't actually be run as a
doctest, since the crate it's in is a dependency of `arti-client`.

We might be able to fix this in future by doing the documentation in
`arti-client` itself, but rustdoc seems to have some weird behaviours
there that need to be investigated first (for example, it seems to merge
the re-export and original documentation, and also put the re-export
documentation on the `impl` block for some reason).

For now, though, this commit just writes the docs from the point of view
of an `arti-client` consumer, removing notes specific to the crate in
which they're defined. It's not ideal, but at least the end user
experience is decent.
</content>
</entry>
<entry>
<title>More tests for arti_client::address</title>
<updated>2021-10-26T13:32:41Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2021-10-26T13:32:41Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=1b6098d00f1471804e3a332a32b56e8ab1fb9462'/>
<id>urn:sha1:1b6098d00f1471804e3a332a32b56e8ab1fb9462</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Run "cargo fix --edition-idioms=2018".</title>
<updated>2021-10-22T13:05:45Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2021-10-22T13:05:45Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=e00a1c59ae84027e51562422df89563bc0034c6b'/>
<id>urn:sha1:e00a1c59ae84027e51562422df89563bc0034c6b</id>
<content type='text'>
</content>
</entry>
</feed>
