Docs.rs
  • task-manager-0.1.0
    • task-manager 0.1.0
    • Permalink
    • Docs.rs crate page
    • AGPL-3.0-or-later
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • costa86
    • Dependencies
      • chrono ^0.4 normal
      • colored ^2.0.0 normal
      • dialoguer ^0.10.2 normal
      • home ^0.5.3 normal
      • rusqlite ^0.28.0 normal
      • tabled ^0.8.0 normal
    • Versions
    • 7.69% 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
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

task_manager0.1.0

Crate Items

  • Structs
  • Enums
  • Constants
  • Functions

List of all items

Structs

  • Board
  • Comment
  • Record
  • Task

Enums

  • Color

Functions

  • dao::create_board
  • dao::create_comment
  • dao::create_database
  • dao::create_task
  • dao::delete_record_by_id
  • dao::edit_board
  • dao::get_boards
  • dao::get_comments_by_task_id
  • dao::get_records_qtd
  • dao::list_delayed_tasks
  • dao::select_task
  • dao::set_reminder
  • dao::switch_task_status
  • datetime_str_is_past
  • display_app_intro
  • display_message
  • get_connection
  • get_database_path
  • get_tasks
  • list_boards
  • list_comments
  • list_tasks
  • other
  • select_board
  • user_input::get_user_confirmation
  • user_input::get_user_date
  • user_input::get_user_input
  • user_input::get_user_selection

Constants

  • ALTERNATIVE_DATETIME_FORMAT
  • BOARD_ACTIONS
  • DATETIME_FORMAT
  • DATE_FORMAT
  • MAIN_MENU_OPTIONS
  • SAMPLE_TITLE
  • TABLE_BOARDS
  • TABLE_COMMENTS
  • TABLE_TASKS
  • TIME_FORMAT