Skip to content

rustpkg compatibility #26

Closed
Closed
@haxney

Description

@haxney

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 to test.rs

  • remove the following from lib.rs

    #[cfg(test)]
    mod tests;
    
  • Add extern mod extra; and the use and mod lines from lib.rs to the
    beginning of test.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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions