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

fix #7 : infinite recursion for Display (and add tests for it) #8

Closed ghost closed 7 years ago

fitzgen commented 7 years ago

Thanks!