<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/tor-config/src/cmdline.rs, branch arti-v0.0.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.0.0</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v0.0.0'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2021-05-07T19:53:17Z</updated>
<entry>
<title>Resolve clippy warnings from Rust 1.52.</title>
<updated>2021-05-07T19:53:17Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2021-05-07T19:53:17Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=e01f22719111fdea8db8273eca716dbc16480935'/>
<id>urn:sha1:e01f22719111fdea8db8273eca716dbc16480935</id>
<content type='text'>
Rust 1.52 just came out, and there are new clippy lints to deal
with:

   * It spots more cases when we could use Option::map
   * It spots more cases when we could use Iterator::flatten
   * When we build a struct instance, it wants us to list the fields
     in the same order that the struct declares them.
</content>
</entry>
<entry>
<title>tor-config: fix a new clipppy warning.</title>
<updated>2021-03-29T19:45:50Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2021-03-29T19:45:50Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=401d7e9fd1ff4a102e82444c33a7ce37e3d52ddc'/>
<id>urn:sha1:401d7e9fd1ff4a102e82444c33a7ce37e3d52ddc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Allow spaces in command-line arguments again</title>
<updated>2021-03-12T18:21:44Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2021-03-12T18:21:44Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=442d3d7f897b52a31bc8c3586ded276fa4c7654b'/>
<id>urn:sha1:442d3d7f897b52a31bc8c3586ded276fa4c7654b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Avoid most regex features.</title>
<updated>2021-03-10T21:05:33Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2021-03-10T21:05:33Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=49b508e5ccc524f6e2eae64449164f90c979311b'/>
<id>urn:sha1:49b508e5ccc524f6e2eae64449164f90c979311b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Avoid unwrap() in tor-config</title>
<updated>2021-03-04T17:51:11Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2021-03-04T17:51:11Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=59bfa4d5174aa71fb2c8f645f69b25093d56cf55'/>
<id>urn:sha1:59bfa4d5174aa71fb2c8f645f69b25093d56cf55</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add some tests for tor_config::CfgPath</title>
<updated>2021-02-12T18:13:57Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2021-02-12T18:13:57Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=c9b9286fa9cd1a08de34af1632e1e1b6e9e7e7c3'/>
<id>urn:sha1:c9b9286fa9cd1a08de34af1632e1e1b6e9e7e7c3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Start a 'tor-config' crate</title>
<updated>2021-02-01T17:43:09Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2021-01-28T23:59:18Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=c3c6e6b660a9d82aee83badf9ad913bdc94d4a05'/>
<id>urn:sha1:c3c6e6b660a9d82aee83badf9ad913bdc94d4a05</id>
<content type='text'>
This crate is mainly intended to wrap the config.rs code if
necessary, and to give a way for interacting with it on the command
line.
</content>
</entry>
</feed>
