Crates.io | feel |
lib.rs | feel |
version | 0.0.2 |
source | src |
created_at | 2020-11-16 21:00:03.954515 |
updated_at | 2020-11-16 21:03:44.791722 |
description | it goes beyond touch |
homepage | |
repository | https://github.com/jbr/feel |
max_upload_size | |
id | 313075 |
size | 19,749 |
a microscopic cli tool that is like touch, but also does mkdir -p on the directory base before touching the file
$ feel path/that/doesnt/exist/file
$ cargo install feel
This crate uses #![forbid(unsafe_code)]
to ensure everything is implemented in
100% Safe Rust.