Crates.io | snippet |
lib.rs | snippet |
version | 0.1.6 |
source | src |
created_at | 2024-09-08 13:15:09.630864 |
updated_at | 2024-09-10 16:32:32.108183 |
description | Running c/c++/rust snippet from command line |
homepage | |
repository | https://github.com/araraloren/snippet/ |
max_upload_size | |
id | 1368082 |
size | 149,706 |
Generate and run simple c/c++/rust code in the command line.
cargo install snippet
snippet install snippet-compiler-c snippet install snippet-language-c
snippet c -e "printf(\"hello from wasip1\")" -p -fmt="clang-format=--style=GNU" -cat="bat=-l=C"