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.
|
4 years ago | |
---|---|---|
benches | 4 years ago | |
debug_printer | 4 years ago | |
melib | 4 years ago | |
scripts | 4 years ago | |
src | 4 years ago | |
testing | 4 years ago | |
ui | 4 years ago | |
.gdbinit | 4 years ago | |
.gitignore | 4 years ago | |
COPYING | 4 years ago | |
Cargo.toml | 4 years ago | |
README | 4 years ago | |
meli.1 | 4 years ago | |
rustfmt.toml | 4 years ago | |
sample-config | 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