Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 431 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 431 Bytes

Sietor

Sietor is my attempt at making my own text editor. No it's not finished :).

Compiling

Simply use cargo to compile. For example:

cargo build

or to build and run

cargo run

Loggin

Use RUST_LOG environment variable to enable/disable certail log levels. You can set it to trace, debug, info, warn, error. For example:

RUST_LOG=trace cargo run

To enable all log messages.