Closed
Description
Right now, there are two main things preventing easy use with rustpkg
:
- Generation of
color_data.rs
- non-standard naming of
tests.rs
Both are pretty straightforward and the second can be done with minimal
modifications:
-
rename
tests.rs
totest.rs
-
remove the following from
lib.rs
#[cfg(test)] mod tests;
-
Add
extern mod extra;
and theuse
andmod
lines fromlib.rs
to the
beginning oftest.rs
.
I'm not sure of an easy solution to generating color_data.rs
(aside from
simply skipping the generation step entirely).
Metadata
Metadata
Assignees
Labels
No labels