<feed xmlns='http://www.w3.org/2005/Atom'>
<title>milf-rs/src, branch main</title>
<subtitle>My INI-Like Format
</subtitle>
<link rel='alternate' type='text/html' href='http://code.boringcactus.com/cgit/misc/milf-rs/'/>
<entry>
<title>hilarious and original joke</title>
<updated>2021-03-21T20:10:24+00:00</updated>
<author>
<name>Melody Horn</name>
<email>melody@boringcactus.com</email>
</author>
<published>2021-03-21T20:10:24+00:00</published>
<link rel='alternate' type='text/html' href='http://code.boringcactus.com/cgit/misc/milf-rs/commit/?id=7bbbfd046324363c8db1fb15d39aeb02fe7331b5'/>
<id>7bbbfd046324363c8db1fb15d39aeb02fe7331b5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix comment typo</title>
<updated>2021-02-06T17:36:07+00:00</updated>
<author>
<name>Terence Lee</name>
<email>hone02@gmail.com</email>
</author>
<published>2021-02-06T17:36:07+00:00</published>
<link rel='alternate' type='text/html' href='http://code.boringcactus.com/cgit/misc/milf-rs/commit/?id=a6e3d52f47a4f1b522c51ee6659910d337d785d4'/>
<id>a6e3d52f47a4f1b522c51ee6659910d337d785d4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove `no_inline` from value re-exports</title>
<updated>2020-11-13T19:45:29+00:00</updated>
<author>
<name>Stu</name>
<email>justus.k@protonmail.com</email>
</author>
<published>2020-11-13T19:45:29+00:00</published>
<link rel='alternate' type='text/html' href='http://code.boringcactus.com/cgit/misc/milf-rs/commit/?id=ae19667f7467bd23b1c75d78b7223d4acc3ee9e9'/>
<id>ae19667f7467bd23b1c75d78b7223d4acc3ee9e9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove `no_inline` from `Spanned` import</title>
<updated>2020-11-13T19:42:06+00:00</updated>
<author>
<name>Stu</name>
<email>justus.k@protonmail.com</email>
</author>
<published>2020-11-13T19:42:06+00:00</published>
<link rel='alternate' type='text/html' href='http://code.boringcactus.com/cgit/misc/milf-rs/commit/?id=926c45c022ac9f74e858240beee5232acd5078cc'/>
<id>926c45c022ac9f74e858240beee5232acd5078cc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Improve error message when parsing unquoted string (#385)</title>
<updated>2020-10-11T17:30:55+00:00</updated>
<author>
<name>Alex Tokarev</name>
<email>aleksator@gmail.com</email>
</author>
<published>2020-10-11T17:30:55+00:00</published>
<link rel='alternate' type='text/html' href='http://code.boringcactus.com/cgit/misc/milf-rs/commit/?id=c74293f7a87cea3ce60a4df1c905501d4b749067'/>
<id>c74293f7a87cea3ce60a4df1c905501d4b749067</id>
<content type='text'>
* Improve error message when parsing unquoted string

* Remove conversion to lowercase in parse_keylike()

Converting keys to lowercase goes against
TOML specification for floats.

* Change error message for unquoted string</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Improve error message when parsing unquoted string

* Remove conversion to lowercase in parse_keylike()

Converting keys to lowercase goes against
TOML specification for floats.

* Change error message for unquoted string</pre>
</div>
</content>
</entry>
<entry>
<title>Allow delimiter quotes at the end of multiline strings (#393)</title>
<updated>2020-05-28T15:39:55+00:00</updated>
<author>
<name>pyfisch</name>
<email>pyfisch@posteo.org</email>
</author>
<published>2020-05-28T15:39:55+00:00</published>
<link rel='alternate' type='text/html' href='http://code.boringcactus.com/cgit/misc/milf-rs/commit/?id=940fcf9e183ab4f29204ef4f3ea92c01de8cc08a'/>
<id>940fcf9e183ab4f29204ef4f3ea92c01de8cc08a</id>
<content type='text'>
TOML allows (unlike many other formats) up to 2
additonal quotes that are part of the string:

basic = """2 extra quotes --&gt;"""""
literal = '''here too ''''

Changed in TOML v1.0.0-rc.1

See also #392</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
TOML allows (unlike many other formats) up to 2
additonal quotes that are part of the string:

basic = """2 extra quotes --&gt;"""""
literal = '''here too ''''

Changed in TOML v1.0.0-rc.1

See also #392</pre>
</div>
</content>
</entry>
<entry>
<title>Apply some Clippy suggestions. (#378)</title>
<updated>2020-02-25T18:08:29+00:00</updated>
<author>
<name>Bram Geron</name>
<email>bram@bram.xyz</email>
</author>
<published>2020-02-25T18:08:29+00:00</published>
<link rel='alternate' type='text/html' href='http://code.boringcactus.com/cgit/misc/milf-rs/commit/?id=7a43ac9e9c28afec8414f6d924024f5d33fe8fa2'/>
<id>7a43ac9e9c28afec8414f6d924024f5d33fe8fa2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Rustdoc: Add links. Show all reexports as reexports. (#377)</title>
<updated>2020-02-25T18:07:55+00:00</updated>
<author>
<name>Bram Geron</name>
<email>bram@bram.xyz</email>
</author>
<published>2020-02-25T18:07:55+00:00</published>
<link rel='alternate' type='text/html' href='http://code.boringcactus.com/cgit/misc/milf-rs/commit/?id=d99f5665b420f570c4aa26602360f7d5eaee1dc9'/>
<id>d99f5665b420f570c4aa26602360f7d5eaee1dc9</id>
<content type='text'>
* Rustdoc: Add links. Show all reexports as reexports.

* Reformat.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Rustdoc: Add links. Show all reexports as reexports.

* Reformat.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix roundtripping of \u001f and \u007f in toml string literals (#372)</title>
<updated>2020-01-30T07:55:36+00:00</updated>
<author>
<name>Michael Sloan</name>
<email>mgsloan@gmail.com</email>
</author>
<published>2020-01-30T07:55:36+00:00</published>
<link rel='alternate' type='text/html' href='http://code.boringcactus.com/cgit/misc/milf-rs/commit/?id=bb675c5f56c6ddb5d450df53d2685f519dc8d78c'/>
<id>bb675c5f56c6ddb5d450df53d2685f519dc8d78c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix a small typo in docs</title>
<updated>2020-01-19T20:01:22+00:00</updated>
<author>
<name>Zeeshan Ali</name>
<email>zeeshanak@gnome.org</email>
</author>
<published>2020-01-19T20:01:22+00:00</published>
<link rel='alternate' type='text/html' href='http://code.boringcactus.com/cgit/misc/milf-rs/commit/?id=87fcd656a6720b88323ee4a932c64d6b08676cf4'/>
<id>87fcd656a6720b88323ee4a932c64d6b08676cf4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
