You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Go to file
Manos Pitsidianakis b920834117
Add manpage and strip README
5 years ago
benches update to 2018 edition 5 years ago
debug_printer Fix warnings, lints, and 2018 errors 5 years ago
melib melib: reply to In-Reply-To address if available 5 years ago
scripts scripts: remove auto-rustfmt from pre-commit hook 5 years ago
src add debug! macro to replace eprintlns 5 years ago
testing Fix warnings, lints, and 2018 errors 5 years ago
ui ui: print and set environment variables 5 years ago
.gdbinit add experimental gdb debug lib 5 years ago
.gitignore mailbox: add threads 5 years ago
COPYING mailbox: add threads 5 years ago
Cargo.toml Turn off debugging in release target 5 years ago
README Add manpage and strip README 5 years ago
meli.1 Add manpage and strip README 5 years ago
rustfmt.toml Run rustfmt 5 years ago
sample-config Update sample-config, and generate it if missing on startup 5 years ago

README

    __
 __/  \__
/  \__/  \__                       .
\__/  \__/  \    , _ , _     ___   │   '
/  \__   \__/    │' `│  `┒ .'   `  │   │
\__/  \__/  \    │   │   │ |────'  │   │
   \__/  \__/    │       / `.___, /\__ /
      \__/                       
                                    ,-.  
                                    \_/   
        terminal mail user agent   {|||)<
                                    / \
                                    `-'  


builds with debug print logs on stderr

config
======

# $XDG_CONFIG_HOME/meli/config

testing
=======

# cargo test -p {melib, ui, meli} (-- --nocapture) (--test test_name)

profiling:
==========

# perf record -g target/debug/bin
# perf script | stackcollapse-perf | rust-unmangle | flamegraph > perf.svg