MuhammedReza07 / dns_resolver

A simple DNS resolver in Rust written uisng standard library provided functionality.
1 stars 0 forks source link

Printing tables #19

Closed MuhammedReza07 closed 1 year ago

MuhammedReza07 commented 1 year ago

Implement pretty printing for data such that it can be displayed as a "table" with text aligned in clearly separated columns.

MuhammedReza07 commented 1 year ago

Sort of implemented the feature, lots of refactoring needed, though.