commented
This crate contains the comment function, which turns the passed input
into a comment for the given file type
= "0.1.0"
Usage
use comment;
assert_eq!;
assert_eq!;
assert_eq!;
// fallback to `#`, as that's the most common comment tokens for
// files without an extension
assert_eq!;//!
Features
Enabling the glob feature will slightly improve accuracy of the comment heuristics.
use comment;
assert_eq!;
assert_eq!;
assert_eq!;
// fallback to `#`, as that's the most common comment tokens for
// files without an extension
assert_eq!;