slint/internal/core/model
Olivier Goffart c98d234b9e Janitor: Always use `#![no_std] for runtime lib
And call `extern crate std` when the feature is enabled.
I've read this is the good practice on how to do it.
So that the std prelude is no longer included automatically.
There is then less difference between std and and no-std build which
should avoid surprises in the CI when we use things from the prelude.

The downside is that there is a bit of churn in the tests
2025-01-27 19:22:00 +01:00
..
adapters.rs Janitor: Always use `#![no_std] for runtime lib 2025-01-27 19:22:00 +01:00
model_peer.rs Simplify commercial license (#3063) 2024-05-31 14:06:17 +02:00