List of all items
Structs
- cat::CatConfig
- cut::CutConfig
- cut::Range
- hash::CheckOptions
- hash::CheckResult
- head::HeadConfig
- sort::core::SortConfig
- sort::key::KeyDef
- sort::key::KeyOpts
- tail::TailConfig
- uniq::UniqConfig
- wc::WcCounts
Enums
- common::io::FileData
- cut::CutMode
- expand::TabStops
- hash::HashAlgorithm
- head::HeadMode
- sort::core::CheckMode
- tail::FollowMode
- tail::TailMode
- uniq::AllRepeatedMethod
- uniq::GroupMethod
- uniq::OutputMode
Functions
- base64::core::decode_mmap_inplace
- base64::core::decode_owned
- base64::core::decode_stream
- base64::core::decode_to_writer
- base64::core::encode_stream
- base64::core::encode_to_writer
- cat::cat_file
- cat::cat_plain_file
- cat::cat_plain_stdin
- cat::cat_with_options
- cat::splice_file_to_stdout
- common::gnu_name
- common::io::file_size
- common::io::read_file
- common::io::read_file_mmap
- common::io::read_file_vec
- common::io::read_stdin
- common::io::splice_stdin_to_mmap
- common::io_error_msg
- common::reset_sigpipe
- cut::cut_bytes
- cut::cut_field1_inplace
- cut::cut_fields
- cut::parse_ranges
- cut::process_cut_data
- cut::process_cut_data_mut
- cut::process_cut_reader
- expand::expand_bytes
- expand::parse_tab_stops
- expand::unexpand_bytes
- fold::fold_bytes
- hash::blake2b_hash_data
- hash::blake2b_hash_file
- hash::blake2b_hash_files_many
- hash::blake2b_hash_files_parallel
- hash::blake2b_hash_reader
- hash::blake2b_hash_stdin
- hash::check_file
- hash::hash_bytes
- hash::hash_bytes_to_buf
- hash::hash_file
- hash::hash_file_nostat
- hash::hash_file_raw
- hash::hash_file_raw_to_buf
- hash::hash_files_batch
- hash::hash_files_parallel
- hash::hash_files_parallel_fast
- 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::readahead_files_all
- hash::should_use_parallel
- hash::write_hash_line
- hash::write_hash_tag_line
- head::head_bytes
- head::head_bytes_from_end
- head::head_file
- head::head_lines
- head::head_lines_from_end
- head::head_stdin_lines_streaming
- head::parse_size
- head::sendfile_bytes
- rev::rev_bytes
- 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::int_to_sortable_u64
- 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::compare::try_parse_integer
- 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_bytes_owned
- tac::tac_regex_separator
- tac::tac_string_separator
- tail::follow_file
- tail::parse_size
- tail::sendfile_tail_bytes
- tail::tail_bytes
- tail::tail_bytes_from
- tail::tail_file
- tail::tail_lines
- tail::tail_lines_from
- 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_mmap_inplace
- tr::translate_mmap_readonly
- tr::translate_owned
- 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