List of all items
Structs
- cut::CutConfig
- cut::Range
- hash::CheckOptions
- hash::CheckResult
- sort::core::SortConfig
- sort::key::KeyDef
- sort::key::KeyOpts
- uniq::UniqConfig
- wc::WcCounts
Enums
- common::io::FileData
- cut::CutMode
- hash::HashAlgorithm
- sort::core::CheckMode
- uniq::AllRepeatedMethod
- uniq::GroupMethod
- uniq::OutputMode
Functions
- base64::core::decode_owned
- base64::core::decode_stream
- base64::core::decode_to_writer
- base64::core::encode_stream
- base64::core::encode_to_writer
- common::gnu_name
- common::io::file_size
- common::io::read_file
- common::io::read_stdin
- common::io_error_msg
- common::reset_sigpipe
- cut::cut_bytes
- cut::cut_fields
- cut::parse_ranges
- cut::process_cut_data
- cut::process_cut_reader
- hash::blake2b_hash_data
- hash::blake2b_hash_file
- hash::blake2b_hash_reader
- hash::blake2b_hash_stdin
- hash::check_file
- hash::hash_bytes
- hash::hash_file
- hash::hash_reader
- hash::hash_stdin
- hash::parse_check_line
- hash::parse_check_line_tag
- hash::print_hash
- hash::print_hash_tag
- hash::print_hash_tag_b2sum
- hash::print_hash_tag_b2sum_zero
- hash::print_hash_tag_zero
- hash::print_hash_zero
- hash::readahead_files
- hash::should_use_parallel
- sort::compare::compare_dictionary
- sort::compare::compare_general_numeric
- sort::compare::compare_human_numeric
- sort::compare::compare_ignore_case
- sort::compare::compare_ignore_nonprinting
- sort::compare::compare_lexical
- sort::compare::compare_month
- sort::compare::compare_numeric
- sort::compare::compare_random
- sort::compare::compare_version
- sort::compare::compare_with_opts
- sort::compare::parse_general_numeric
- sort::compare::parse_human_numeric
- sort::compare::parse_numeric_value
- sort::compare::select_comparator
- sort::compare::skip_leading_blanks
- sort::core::check_sorted
- sort::core::compare_lines
- sort::core::compare_lines_for_dedup
- sort::core::merge_sorted
- sort::core::parse_buffer_size
- sort::core::read_lines
- sort::core::sort_and_output
- sort::key::extract_key
- tac::tac_bytes
- tac::tac_regex_separator
- tac::tac_string_separator
- tr::complement
- tr::delete
- tr::delete_mmap
- tr::delete_squeeze
- tr::delete_squeeze_mmap
- tr::expand_set2
- tr::parse_set
- tr::squeeze
- tr::squeeze_mmap
- tr::translate
- tr::translate_mmap
- tr::translate_squeeze
- tr::translate_squeeze_mmap
- uniq::process_uniq
- uniq::process_uniq_bytes
- wc::count_all
- wc::count_all_parallel
- wc::count_bytes
- wc::count_chars
- wc::count_chars_c
- wc::count_chars_parallel
- wc::count_chars_utf8
- wc::count_lines
- wc::count_lines_parallel
- wc::count_lines_words
- wc::count_lines_words_chars
- wc::count_lwb
- wc::count_lwb_parallel
- wc::count_lwc_parallel
- wc::count_words
- wc::count_words_locale
- wc::count_words_parallel
- wc::is_utf8_locale
- wc::max_line_length
- wc::max_line_length_c
- wc::max_line_length_parallel
- wc::max_line_length_utf8