Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use Cow<'static, str> for VhostUserDaemon name field. #196

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Oct 24, 2023

  1. vhost-user-backend: use Cow<'static, str>

    Change the name's type `String` to `Cow<'static, str>`. This allows the
    library user to prevent string allocation from static strings, which is
    how most crates use it.
    
    This is an API breaking change.
    
    Signed-off-by: Manos Pitsidianakis <manos.pitsidianakis@linaro.org>
    epilys committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    f70b7a3 View commit details
    Browse the repository at this point in the history