open-file

Crates.ioopen-file
lib.rsopen-file
version0.1.0
sourcesrc
created_at2020-07-22 11:04:22.094913
updated_at2020-07-22 11:04:22.094913
descriptionOpening file in editor
homepagehttps://github.com/deadblackclover/open-file
repositoryhttps://github.com/deadblackclover/open-file
max_upload_size
id268006
size38,812
DEADBLACKCLOVER (deadblackclover)

documentation

README

open-file

crates.io docs.rs

Opening file in editor

Usage

use open_file;

fn main() {
    open_file::open(String::from("Cargo.toml"), Some(String::from("kate")));
}
Commit count: 5

cargo fmt