mirror of
https://github.com/zed-industries/zed.git
synced 2025-02-09 20:04:25 +00:00
On Windows, `OsStr` must be a valid [WTF-8](https://simonsapin.github.io/wtf-8/) sequence, and there are no safety ways converting from bytes to OsStr in std. So I added `PathExt::try_from_bytes` and use it in `sqlez`. |
||
---|---|---|
.. | ||
bindable.rs | ||
connection.rs | ||
domain.rs | ||
lib.rs | ||
migrations.rs | ||
savepoint.rs | ||
statement.rs | ||
thread_safe_connection.rs | ||
typed_statements.rs | ||
util.rs |