rust-keylime
rust-keylime copied to clipboard
Audit private / public functions
Do all our public functions need to be public?
Short answer: nope 😄. Longer answer: still nope. Though I think that we're compiling as a binary (non-library) crate anyway, so it doesn't really matter.
Very low priority issue, I agree, but for the sake of dotting i's it would be nice to do it.