meli/README

33 lines
802 B
Plaintext
Raw Normal View History

__
__/ \__
/ \__/ \__ .
2017-09-28 18:06:35 +03:00
\__/ \__/ \ , _ , _ ___ │ '
/ \__ \__/ │' `│ `┒ .' ` │ │
\__/ \__/ \ │ │ │ |────' │ │
\__/ \__/ │ / `.___, /\__ /
2019-06-10 22:15:42 +03:00
\__/
2019-07-04 07:38:25 +03:00
,-.
\_/
2019-06-10 22:15:42 +03:00
terminal mail user agent {|||)<
/ \
`-'
2019-07-04 07:38:25 +03:00
builds with debug print logs on stderr
2018-08-04 20:30:21 +03:00
config
======
# $XDG_CONFIG_HOME/meli/config
2018-08-14 00:13:08 +03:00
testing
=======
# cargo test -p {melib, ui, meli} (-- --nocapture) (--test test_name)
2018-08-04 20:30:21 +03:00
profiling:
==========
# perf record -g target/debug/bin
# perf script | stackcollapse-perf | rust-unmangle | flamegraph > perf.svg