Skip to content

Rust procedural macro to run functions in new process + temporary directory

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

cgwalters/with-procspawn-tempdir

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Macro that uses https://docs.rs/procspawn/ to run functions in a new process in a temporary directory.

Development note

procspawn requires a global initializer. This makes it hard to use Rust's builtin #[test] framework. So our tests instead use:

$ cargo run --example tests

About

Rust procedural macro to run functions in new process + temporary directory

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages