System Extensions

About System Extensions

System Extensions is a cross-platform robust rust library dedicated to extending rust's interaction with OS functionality. This includes things like Dialogues, Additional File Metadata, Process Handeling, and more.


System Extensions Features

Dialogues

System Extensions supports Alert (Message) dialogue and Open/Save file dialogs.

An image of an error dialogue.

Usage with Crates

You can view the system-extensions on crates.io!

Put the following in your Cargo.toml under the dependencies section in order to use system-extensions:

        
            system-extensions = {version = "0.0.2", features = ["metadata", "processes"]}
        
    

Return to libraries page.