Skip to content
This repository has been archived by the owner on Nov 29, 2023. It is now read-only.

Latest commit

 

History

History
15 lines (11 loc) · 273 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 273 Bytes

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")));
}