Skip to content

Integrate with fake-rs #202

@musjj

Description

@musjj

fake-rs allows you to generate fakers for newtypes:

#[derive(Debug, Dummy)]
struct NewTypeTuple(#[dummy(faker = "1..100")] usize, String);

But of course, it doesn't work with nutype. So it would be nice if it can integrate with it.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions