mirror of
https://github.com/slint-ui/slint.git
synced 2025-09-12 05:16:48 +00:00
![]() We currently use the debug representation of Span to know if they are next touching eachother as there are no stable way currently. But that doesn't work with rust analyzer as it doesn't have a representation we can test. Also Span::source_text is not implemented with rust analyzer. So just default to identifier with `-` touching instead of not touching as this happens more often. One can still use `(foo)-(bar)` when one really need minus CC #685 |
||
---|---|---|
.. | ||
LICENSES | ||
Cargo.toml | ||
lib.rs | ||
README.md |
NOTE: This library is an internal crate for the Slint project.
This crate should not be used directly by applications using Slint.
You should use the slint
crate instead.
WARNING: This crate does not follow the semver convention for versioning and can
only be used with version = "=x.y.z"
in Cargo.toml.