fluent-uri-rs icon indicating copy to clipboard operation
fluent-uri-rs copied to clipboard

Remove unnecessary unsafe code in version `0.1`

Open yescallop opened this issue 4 weeks ago • 0 comments

There is too much unsafe code in version 0.1. It is nearly unmanageable. Yet it is not possible to forbid unsafe code because of Uri<&mut [u8]> and Uri<String>::borrow. At least we should reduce the amount of unsafe code to a minimum.

yescallop avatar Jun 09 '24 14:06 yescallop