slint/internal/compiler
Olivier Goffart 4de03fba5b Use f32 for float-to-string conversion
Because f64 has too much precision, so limit to f32 so that we don't
have extra precision we don't need and would be wrong as all our float
as in f32

(Also avoid double allocation in rust generated code)
2024-08-23 16:09:53 +02:00
..
generator Use f32 for float-to-string conversion 2024-08-23 16:09:53 +02:00
LICENSES
llr
lookup
parser Experimental support for named callback parameters 2024-08-19 14:10:01 +02:00
parser-test-macro
passes compiler: Remove version info from SourceFile again 2024-08-21 16:55:13 +02:00
tests compiler: Remove version info from SourceFile again 2024-08-21 16:55:13 +02:00
widgets Widget style: simplify -light/-dark handling 2024-08-20 16:55:15 +02:00
build.rs
builtin_macros.rs
builtins.slint
Cargo.toml
diagnostics.rs compiler: Remove version info from SourceFile again 2024-08-21 16:55:13 +02:00
embedded_resources.rs
expression_tree.rs
fileaccess.rs Widget style: simplify -light/-dark handling 2024-08-20 16:55:15 +02:00
generator.rs C++: Make it possible to split up the C++ code generated for a .slint file 2024-08-20 15:53:24 +02:00
langtype.rs Fix rust generated code with struct of percent value 2024-08-21 14:48:22 +02:00
layout.rs
lexer.rs
lib.rs compiler: Remove version info from SourceFile again 2024-08-21 16:55:13 +02:00
literals.rs
llr.rs
load_builtins.rs compiler: Remove version info from SourceFile again 2024-08-21 16:55:13 +02:00
lookup.rs Widget style: simplify -light/-dark handling 2024-08-20 16:55:15 +02:00
namedreference.rs
object_tree.rs Experimental support for named callback parameters 2024-08-19 14:10:01 +02:00
parser.rs compiler: Remove version info from SourceFile again 2024-08-21 16:55:13 +02:00
passes.rs
pathutils.rs
README.md
typeloader.rs compiler: Remove version info from SourceFile again 2024-08-21 16:55:13 +02:00
typeregister.rs

The Slint Compiler Library

NOTE: This library is an internal crate of 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.