You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Manos Pitsidianakis 70e5949590
pre-alpha release
4 years ago
benches update to 2018 edition 4 years ago
debug_printer Fix warnings, lints, and 2018 errors 4 years ago
melib pre-alpha release 4 years ago
scripts scripts: remove auto-rustfmt from pre-commit hook 4 years ago
src add debug! macro to replace eprintlns 4 years ago
testing Fix warnings, lints, and 2018 errors 4 years ago
ui pre-alpha release 4 years ago
.gdbinit add experimental gdb debug lib 4 years ago
.gitignore mailbox: add threads 4 years ago
COPYING mailbox: add threads 4 years ago
Cargo.toml Turn off debugging in release target 4 years ago
README Add manpage and strip README 4 years ago
meli.1 Add manpage and strip README 4 years ago
rustfmt.toml Run rustfmt 4 years ago
sample-config Update sample-config, and generate it if missing on startup 4 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