Docs.rs
  • workspacer-crate-interface-0.1.2
    • workspacer-crate-interface 0.1.2
    • Docs.rs crate page
    • MIT
    • Links
    • crates.io
    • Source
    • Owners
    • klebs6
    • Dependencies
      • serde ^1.0.217 normal
      • serde_derive ^1.0.219 normal
      • serde_json ^1.0.138 normal
      • tracing ^0.1.41 normal
      • workspacer-3p ^0.5.2 normal
      • workspacer-errors ^0.1.2 normal
      • workspacer-toml-interface ^0.1.3 normal
    • Versions
    • 8.57% of the crate is documented
  • Platform
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Badges
    • Builds
    • Metadata
    • Shorthand URLs
    • Download
    • Rustdoc JSON
    • Build queue
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

workspacer_crate_interface0.1.2

CrateHandleInterface

Implementors

In crate workspacer_crate_interface

workspacer_crate_interface

Trait CrateHandleInterface

Source
pub trait CrateHandleInterface<P>:
    ValidateIntegrity<Error = CrateError>
    + Send
    + Sync
    + Debug
    + Named
    + Versioned<Error = CrateError>
    + IsPrivate<Error = CrateError>
    + ReadFileString
    + CheckIfSrcDirectoryContainsValidFiles
    + CheckIfReadmeExists
    + GetReadmePath
    + GetSourceFilesWithExclusions
    + GetTestFiles
    + HasTestsDirectory
    + GetFilesInDirectory
    + GetFilesInDirectoryWithExclusions
    + HasCargoToml
    + RootDirPathBuf
    + AsRef<Path>
    + GatherBinTargetNames<Error = CrateError>
    + AsyncTryFrom<P, Error = CrateError>
    + GetInternalDependencies
where for<'async_trait> P: HasCargoTomlPathBuf + HasCargoTomlPathBufSync + AsRef<Path> + Send + Sync + 'async_trait, CrateError: From<<P as HasCargoTomlPathBuf>::Error> + From<<P as HasCargoTomlPathBufSync>::Error>,
{ }

Implementorsยง