include_dir
include_dir copied to clipboard
fix: relax the lifetime of file contents
The contents of a file's lifetime for the File::contents method is implicitly tied to the lifetime of the file reference. However, it should be tied to the lifetime of the reference of the underlying slice.
chore: Update readme path to allow tests to pass
@Michael-F-Bryan Hey! I'm sure you're very busy, but could you take a look at my PR when you have a moment? Much appreciated!
@Michael-F-Bryan mind taking a look?