stringmask
stringmask copied to clipboard
A micro-library for macro-based case class field masking in .toString
Hello @mkubala @kciesielski ! I already e-mailed Adam about my question and decided to discuss it directly with you. `stringmask` is pretty useful in such a field as fintech (for...
I'd like to use masking feature even in abstract class (or sealed abstract class) and I know if this library only supports case class. Do you have a plan to...
Please hold on with merging this PR, as long as the following things are missing: - [x] Fix build for Scala 2.10.x - [ ] Proper publish settings - [...