snippet

Crates.iosnippet
lib.rssnippet
version0.1.6
sourcesrc
created_at2024-09-08 13:15:09.630864
updated_at2024-09-10 16:32:32.108183
descriptionRunning c/c++/rust snippet from command line
homepage
repositoryhttps://github.com/araraloren/snippet/
max_upload_size
id1368082
size149,706
loren (araraloren)

documentation

README

snippet

Generate and run simple c/c++/rust code in the command line.

Usage

Install snippet

cargo install snippet

Install compiler and language plugin

snippet install snippet-compiler-c snippet install snippet-language-c

Run code

snippet c -e "printf(\"hello from wasip1\")" -p -fmt="clang-format=--style=GNU" -cat="bat=-l=C"
Commit count: 0

cargo fmt