Docs.rs
  • waking-git-core-0.1.2
    • waking-git-core 0.1.2
    • Permalink
    • Docs.rs crate page
    • MIT
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • elhmn
    • Dependencies
      • axum ^0.6.3 normal
      • data-encoding ^2.3.3 normal
      • flate2 ^1.0.25 normal
      • git2 ^0.15.0 normal
      • home ^0.5.4 normal
      • lazy_static ^1.4.0 normal
      • log ^0.4.17 normal
      • rayon ^1.6.1 normal
      • rust-code-analysis ^0.0.25 normal
      • serde ^1.0 normal
      • serde_json ^1.0.91 normal
      • serde_yaml ^0.9 normal
      • sha2 ^0.10.6 normal
      • simple_logger ^4.0.0 normal
      • tar ^0.4.38 normal
      • tokio ^1.24.2 normal
      • tokio-util ^0.7.5 normal
      • url ^2.3.1 normal
      • walkdir ^2.3.2 normal
    • Versions
    • 7.69% of the crate is documented
  • Platform
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

waking_git_core0.1.2

  • Structs
  • Enums
  • Constants
  • Traits
  • Functions
  • Type Aliases
?
Change settings

List of all items

Structs

  • config::Config
  • converters::shmup::Data
  • converters::shmup::Entity
  • converters::shmup::Scene
  • converters::shmup::ShmupConverter
  • extractor::Data
  • extractor::code::Code
  • extractor::code::FileData
  • extractor::git::Blob
  • extractor::git::Commit
  • extractor::git::Git
  • extractor::git::Metrics
  • extractor::git::Object
  • extractor::git::Tag
  • extractor::git::Tree
  • languages::Language
  • repo::Repo
  • server::ScanRequest

Enums

  • extractor::git::ObjectKind

Traits

  • converters::Converter

Functions

  • config::get_home_dir
  • converters::convert
  • converters::shmup::new
  • exec::run_player
  • extractor::code::default_func_spaces
  • extractor::code::extract_code_data
  • extractor::code::get_file_language
  • extractor::code::get_repo_path
  • extractor::code::new
  • extractor::extract
  • extractor::git::extract_git_objects
  • extractor::git::get_relative_path
  • extractor::git::new
  • extractor::run
  • hash::new
  • languages::color_from_extension
  • languages::kind_from_extension
  • languages::new
  • repo::clone_repository
  • repo::new_repo_from_url
  • server::run
  • utils::store_json_data
  • utils::test::setup
  • utils::test::teardown

Type Aliases

  • languages::Languages

Constants

  • config::CONVERTER_FILE_NAME_PREFIX
  • config::EXTRACTOR_FILE_NAME
  • config::REPOS_FOLDER_NAME
  • config::SCANNER_FOLDER_NAME
  • config::WAKE_FOLDER
  • shapes::CIRCLE
  • shapes::HEXAGON
  • shapes::RECTANGLE
  • shapes::TRIANGLE
  • utils::test::TMP_DIR