libtest icon indicating copy to clipboard operation
libtest copied to clipboard

Consider rename to 'test'?

Open crlf0710 opened this issue 6 years ago • 1 comments

None of the most important crates outside rustc has a "lib" prefix. If this is supposed to be used by most users, maybe it's a good idea to just call it "test".

crlf0710 avatar Apr 07 '19 12:04 crlf0710

There is a sysroot crate called test already, so renaming libtest to test would collide with that. Maybe we can fix the collision somehow.

gnzlbg avatar Apr 07 '19 12:04 gnzlbg