Skip to content

Use lightweight create temp file implementation provided by vmm-sys-utils #7

@arronwy

Description

@arronwy

Currently we use tempfile crate in the unit test to create temp file, but vmm-sys-util also
provide a tempfile::TempFile API with more lightweight implementation, since we already
have dependency on vmm-sys-util crate, we can use this API to remove the dependency on tempfile crate.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions