mirror of
https://github.com/slint-ui/slint.git
synced 2025-11-03 05:12:55 +00:00
We need to know if two Span are adjacent to distinguish between `foo-bar` and `foo - bar` (one identifier, or a minus expression) From Rust 1.88 it is possible to use the line and column information from Span. The eventual goal is also to address https://github.com/slint-ui/slint/issues/685 unfortunately, rust-analyzer still do not implement these in their macro server |
||
|---|---|---|
| .. | ||
| 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.