falion 1.0.3

An open source, programmed in rust, privacy focused tool and crate for interacting with programming resources (like stackoverflow) fast, efficiently and asynchronously/parallel using the CLI or GUI.
Documentation
1
2
3
4
5
6
7
fn main() {
    #[cfg(windows)]
    {
        embed_resource::compile("resources\\windows\\resources.rc", embed_resource::NONE);
    }
    slint_build::compile("./ui/main.slint").unwrap();
}