gitignore_template_generator/
lib.rs

1mod api;
2mod impls;
3
4pub use api::get_call_to_gitignore_template_service;
5pub use api::validator;