Struct reproto_backend_rust::RustPackageUtils
[−]
[src]
pub struct RustPackageUtils { /* fields omitted */ }
Methods
impl RustPackageUtils
[src]
Trait Implementations
impl PackageUtils for RustPackageUtils
[src]
fn package_prefix(&self) -> Option<&RpPackage>
[src]
Get the package prefix.
fn package_version_unsafe(&self, c: char) -> bool
[src]
Identify if a character is unsafe for use in a package name.
fn version_package(&self, input: &Version) -> String
[src]
Default strategy for building the version package.
fn package(&self, package: &RpVersionedPackage) -> RpPackage
[src]
Build the full package of a versioned package. Read more