zed/crates/sqlez
白山風露 631f885900
Ensure sqlez build succeeds on Windows (#7072)
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`.
2024-01-30 10:07:46 -08:00
..
src Ensure sqlez build succeeds on Windows (#7072) 2024-01-30 10:07:46 -08:00
.gitignore remove submodule 2022-12-03 16:05:25 -08:00
Cargo.lock remove submodule 2022-12-03 16:05:25 -08:00
Cargo.toml Ensure sqlez build succeeds on Windows (#7072) 2024-01-30 10:07:46 -08:00
LICENSE-GPL chore: Change AGPL-licensed crates to GPL (except for collab) (#4231) 2024-01-24 00:26:58 +01:00