Skip to content

rwjblue/fixturify-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fixturify-rs

Attempt at a Rust port of fixturify NPM package. The high level goal is to provide a way to create a directory structure in a test without having to create each individual file and directory imperatively.

The most common use will be to leverage the fixture! macro like:

let macro_fixture = fixture! {
  "fileHere.txt" => "other contents",
  "otherFile" => "lol yesss",
  "subdirThere" => {
    "subdirFile" => "subdir contents",
  },
};

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages