Docs.rs
  • id3-cli-0.1.2
    • id3-cli 0.1.2
    • Docs.rs crate page
    • MIT
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • KSXGitHub
    • Dependencies
      • chrono ^0.4.20 normal
      • clap ^3.2.16 normal
      • clap-utilities ^0.1.0 normal
      • clap_complete ^3.2.3 normal
      • derive_more ^0.99.17 normal
      • id3 ^1.3.0 normal
      • infer ^0.9.0 normal
      • mediatype ^0.19.5 normal
      • pipe-trait ^0.4.0 normal
      • serde ^1.0.142 normal
      • serde_json ^1.0.83 normal
      • serde_yaml ^0.9.4 normal
      • sha2 ^0.10.2 normal
      • thiserror ^1.0.31 normal
      • typed-builder ^0.10.0 normal
      • assert-cmp ^0.2.0 dev
      • command-extra ^1.0.0 dev
      • fs_extra ^1.2.0 dev
      • pretty_assertions ^1.2.1 dev
      • tempfile ^3.3.0 dev
      • text-block-macros ^0.1.1 dev
    • Versions
    • 52.58% of the crate is documented
  • Go to latest version
  • Platform
    • i686-pc-windows-msvc
    • i686-unknown-linux-gnu
    • x86_64-apple-darwin
    • x86_64-pc-windows-msvc
    • 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
logo

logo

Crate id3_cli

logo
Change settings

List of all items

Structs

  • app::App
  • app::backup::Backup
  • app::delete::DeleteAllField
  • app::delete::DeleteArgsTable
  • app::delete::DeleteComment
  • app::delete::DeletePicture
  • app::delete::DeleteText
  • app::get::GetArgsTable
  • app::get::GetComment
  • app::get::GetPicture
  • app::get::GetPictureDir
  • app::get::GetPictureFile
  • app::get::GetPictureList
  • app::get::GetText
  • app::set::SetArgsTable
  • app::set::SetComment
  • app::set::SetPicture
  • app::set::SetText
  • backup::Backup
  • error::AmbiguousCommentChoices
  • error::AmbiguousPictureChoices
  • error::BackupFailure
  • error::CommentNotFound
  • error::DirCreationFailure
  • error::FileReadFailure
  • error::InvalidFilePath
  • error::OutputDirCreationFailure
  • error::PictureFileWriteFailure
  • error::PictureNotFound
  • error::PictureTypeNotFound
  • error::TagReadFailure
  • error::TagWriteFailure
  • text_data::comment::Comment
  • text_data::picture::Picture

Enums

  • app::AppCmd
  • app::delete::Delete
  • app::delete::DeleteGenre
  • app::delete::DeletePictureCmd
  • app::field::Field
  • app::field::Frame
  • app::field::Text
  • app::get::GetGenre
  • app::get::GetPictureCmd
  • app::set::SetGenre
  • error::DeserializationFailure
  • error::Error
  • text_data::picture_type::PictureType
  • text_data::picture_type::PictureTypeExtra
  • text_format::TextFormat

Traits

  • app::field::ArgsTable
  • run::Run

Functions

  • main
  • utils::read_tag_from_path
  • utils::sha256_data

Typedefs

  • app::delete::DeleteSingleField
  • app::get::Get
  • app::set::Set