Crates.io | open-file |
lib.rs | open-file |
version | 0.1.0 |
source | src |
created_at | 2020-07-22 11:04:22.094913 |
updated_at | 2020-07-22 11:04:22.094913 |
description | Opening file in editor |
homepage | https://github.com/deadblackclover/open-file |
repository | https://github.com/deadblackclover/open-file |
max_upload_size | |
id | 268006 |
size | 38,812 |
Opening file in editor
use open_file;
fn main() {
open_file::open(String::from("Cargo.toml"), Some(String::from("kate")));
}