Skip to content
Snippets Groups Projects
  1. Oct 31, 2022
  2. Aug 16, 2022
    • Georgy Moshkin's avatar
      feat: now can highlight relevant parts of logs · 69f89b4c
      Georgy Moshkin authored
      To highlight all the logging messages containing the given key do this:
      * rust: `tlog::highlight_key(log_key, Some(color))`.
      * lua: `picolib.log.highlight_key(log_key, color)`.
      
      To disable highlight for the given key do this:
      * rust: `tlog::highlight_key(log_key, None)`.
      * lua: `picolib.log.highlight_key(log_key)`.
      
      To disable highlighting of all keys do this:
      * rust: `tlog::clear_highlight()`.
      * lua: `picolib.log.clear_highlight()`.
      69f89b4c
    • Georgy Moshkin's avatar
      chore: fix clippy warnings · 6a859116
      Georgy Moshkin authored
      6a859116
  3. Feb 18, 2022
    • Georgy Moshkin's avatar
      build: static linking with tarantool · f77d1e5d
      Georgy Moshkin authored
      + tarantool-sys submodule
      + tarantool-patches directory
      + build.rs build script to patch and build tarantool
      + static linking with tarantool
      + refactoring for cli arguments
      f77d1e5d
  4. Jan 18, 2022
Loading