slint/api/rs
Simon Hausmann b70a008360 Ensure error reporting when using buffered file writes
Quoting from the BufWriter docs:

>It is critical to call flush before BufWriter<W> is dropped. Though
>dropping will attempt to flush the contents of the buffer, any errors
>that happen in the process of dropping will be ignored. Calling flush
>ensures that the buffer is empty and thus dropping will not even
>attempt file operations.
2025-08-20 10:22:45 +02:00
..
build Ensure error reporting when using buffered file writes 2025-08-20 10:22:45 +02:00
macros Add --generate-link-to-definition in the docs of all our published crate 2025-06-06 21:47:36 +02:00
slint winit: Expose the custom application handler trait in BackendSelector 2025-08-06 08:54:01 +02:00