mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-21 17:06:18 +04:00
f4a433f855
This introduces a custom URI type in core meant to be extended later
if we want to support other schemes. For now it's just a wrapper over a
PathBuf. We use this new URI type to firewall `lsp::Url`. This was
previously done in
|
||
---|---|---|
.. | ||
src | ||
tests/encoding | ||
Cargo.toml |