lablup / raftify

Experimental High level Raft framework
https://docs.rs/raftify/latest/raftify
Apache License 2.0
36 stars 14 forks source link

feat: Pretty print persisted log entries in CLI #151

Closed why-arong closed 1 month ago

why-arong commented 1 month ago

Implement pretty-print persisted log entries in a more readable table format using comfy-table

jopemachine commented 1 month ago

Due to the lack of autowrap functionality, we have decided to use the comfy-table crate instead of prettytable-rs.

jopemachine commented 1 month ago

Thanks!