Skip to content

matej-vrba/Sietor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages