| Crates.io | open-file |
| lib.rs | open-file |
| version | 0.1.0 |
| created_at | 2020-07-22 11:04:22.094913+00 |
| updated_at | 2020-07-22 11:04:22.094913+00 |
| 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")));
}