fakeit 1.4.0

Fake data generator library with 130+ functions
Documentation
1
2
3
4
5
6
7
8
#[allow(dead_code)]
pub static SIMPLE: &[i16] = &[200, 301, 302, 400, 404, 500];

#[allow(dead_code)]
pub static GENERAL: &[i16] = &[
    100, 200, 201, 203, 204, 205, 301, 302, 304, 400, 401, 403, 404, 405, 406, 416, 500, 501, 502,
    503, 504,
];