Closed nwalfield closed 7 months ago
tstr
with only the "const_generics"
feature enabled doesn't compile in the current nightly compiler, it's there for a future release where &'static str
const parameters are stabilized.
You could mention that the feature is unusable in this date though, since &'static str
const parameters aren't stable. Also, that the "nightly_const_generics"
feature is an alternative that works in the nightly compiler.
Thanks. I don't feel I sufficiently understand how these features work to document them. I'll leave that to you, or feel free to close this MR. Thanks for working on tstr, and following up with me!
I made my own PR attempting to clarify what the "const_generics"
feature is/does, I'll wait for your opinion before merging that PR.
That's much easier to understand, thanks!
See https://github.com/rodrimati1992/tstr_crates/issues/5