Skip to content

danielschemmel/ctsh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ctsh! runs commands at compile time and (optionally) captures their output.

use ctsh::ctsh;
let result = ctsh!("echo" "Hello" "World" as str);
assert_eq!(result.trim(), "Hello World");

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published