Skip to content

Use fs-err crate instead of std::fs #56

@marcospb19

Description

@marcospb19

That will give more context to errors when dealing with filesystem operations.

To replace it:

// Replace this
use std::fs;

// By this
use fs_err as fs;

Metadata

Metadata

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions