linebender/druid

Replace util `ToWide` and `FromWide` functions with wio functions

Open

#173 opened on Sep 19, 2019

View on GitHub
 (0 comments) (0 reactions) (0 assignees)Rust (9,091 stars) (567 forks)batch import
help wantedmaintenanceshell/win

Description

See https://github.com/xi-editor/druid/pull/165#discussion_r326274665 for context. This should allow us to write more idiomatic Rust code by avoiding mutability where it isn't necessary.

@raphlinus Hope that summarizes the intention. If there's anything I missed, please feel free to add. 😅

Contributor guide