backgound_remover/
lib.rs

1/// Background Remover by <a href="https://erasebg.org">Erase BG</a>
2///
3/// Being developed!
4
5pub fn full_url(api_key: &str) -> String {
6    return format!("https://api.erasebg.org/v1/remove-background/upload/?api_key={}", api_key);
7}