Docs.rs
  • ttrackr-0.1.1
    • ttrackr 0.1.1
    • Permalink
    • Docs.rs crate page
    • MIT
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • michaeldvr
    • Dependencies
      • Inflector ^0.11 normal
      • ansi_term ^0.12 normal
      • chrono ^0.4.11 normal
      • comfy-table ^0.1 normal
      • dialoguer ^0.6.2 normal
      • diesel ^1.4 normal
      • diesel_migrations ^1.4 normal
      • dirs ^2.0.2 normal
      • dotenv ^0.15 normal
      • env_logger ^0.7 normal
      • libsqlite3-sys >=0.8.0, <0.13.0 normal optional
      • log ^0.4 normal
      • serde ^1 normal
      • serde_derive ^1.0 normal
      • structopt ^0.3.14 normal
      • toml ^0.5.6 normal
      • assert_cmd ^1.0 dev
      • predicates ^1.0 dev
      • tempfile ^3.1.0 dev
    • Versions
    • 16.82% of the crate is documented
  • 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

ttrackr0.1.1

Crate Items

  • Structs
  • Constants
  • Functions
  • Type Aliases

List of all items

Structs

  • config::Config
  • db::models::NewTask
  • db::models::NewWorklog
  • db::models::Task
  • db::models::UpdateTask
  • db::models::Worklog
  • db::ops::RunningTask
  • db::schema::task::columns::allocated
  • db::schema::task::columns::created
  • db::schema::task::columns::done
  • db::schema::task::columns::duedate
  • db::schema::task::columns::id
  • db::schema::task::columns::notes
  • db::schema::task::columns::star
  • db::schema::task::columns::taskname
  • db::schema::task::table
  • db::schema::worklog::columns::duration
  • db::schema::worklog::columns::id
  • db::schema::worklog::columns::ignored
  • db::schema::worklog::columns::star
  • db::schema::worklog::columns::started
  • db::schema::worklog::columns::stopped
  • db::schema::worklog::columns::task_id
  • db::schema::worklog::table
  • db::utils::TaskIsAlreadyRunning
  • db::utils::TaskIsNotRunning
  • db::utils::TaskNotFound

Functions

  • cli::parse_cli
  • config::create_config
  • config::get_config_path
  • db::establish_connection
  • db::get_connection
  • db::ops::check_task_exists
  • db::ops::create_task
  • db::ops::delete_task
  • db::ops::get_running_tasks
  • db::ops::get_total_spent
  • db::ops::list_tasks
  • db::ops::start_worklogs
  • db::ops::stop_worklogs
  • db::ops::update_tasks
  • utils::fmt_duration
  • utils::get_timestamp
  • utils::local_to_utc
  • utils::open_naivedate
  • utils::unwrap_string
  • utils::utc_to_local_naive

Type Aliases

  • db::schema::task::BoxedQuery
  • db::schema::task::SqlType
  • db::schema::worklog::BoxedQuery
  • db::schema::worklog::SqlType
  • utils::BoxError

Constants

  • db::schema::task::all_columns
  • db::schema::worklog::all_columns