Struct reproto_backend_rust::RustPackageUtils [] [src]

pub struct RustPackageUtils { /* fields omitted */ }

Methods

impl RustPackageUtils
[src]

[src]

Trait Implementations

impl PackageUtils for RustPackageUtils
[src]

[src]

Get the package prefix.

[src]

Identify if a character is unsafe for use in a package name.

[src]

Default strategy for building the version package.

[src]

Build the full package of a versioned package. Read more

Auto Trait Implementations