Senh Mo Chuang

Results 2 issues of Senh Mo Chuang

I am using your json schema to validate two endpoints/responses, and I am having trouble using a working validator. The only one that works well, and with complex JSON is...

error[E0432]: unresolved import `rust_search::FileType` --> src/main.rs:3:5 | 3 | use rust_search::FileType; | ^^^^^^^^^^^^^^^^^^^^^ no `FileType` in the root | help: consider importing this struct instead | 3 | use std::fs::FileType;...