fitzgen / inlinable_string

An owned, grow-able UTF-8 string that stores small strings inline and avoids heap-allocation.
http://fitzgen.github.io/inlinable_string/inlinable_string/index.html
Other
69 stars 11 forks source link

Make MSRV explicit #20

Closed lo48576 closed 3 years ago

lo48576 commented 4 years ago

I'd like to contribute to the project, but Minimum Supported Rust Version is not explicit. MSRV decides features and editions which can be used, so I want to know it.

ArtemGr commented 3 years ago

Now that we have edition = "2018" merged, I take it the MSRV is more explicit than before? Thanks for the patch, @lo48576 !