You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the core is still largely in the state it was during prototyping. While abstractions are good and the code is clean documentation is missing in the internals.
So the key issue is:
Improving documentation of the internals.
Besides that, there are some cleanups needed such as:
Thinking about the distinction between byte and char indices and when should be converted between them (Use byte indices in Rust core #21)
Currently the core is still largely in the state it was during prototyping. While abstractions are good and the code is clean documentation is missing in the internals.
So the key issue is:
Besides that, there are some cleanups needed such as:
Cow<str>
derive(Clone)
all the (public) things.to_string
withto_owned
when converting from&str
toString
.rayon
optional behind a feature flag.The text was updated successfully, but these errors were encountered: