sms_local_bulk 0.1.0

A Rust crate that simulates sending bulk SMS messages using SMSLocal-style API parameters. Ideal for demos, testing, documentation, and mock integrations with browser preview support.
Documentation
<pre>{
  "args": {}, 
  "data": "", 
  "files": {}, 
  "form": {
    "apikey": "dummy_api_key_123456", 
    "message": "Hello from Rust demo crate!", 
    "numbers": "1234567890,9876543210", 
    "sender": "SMSLocal"
  }, 
  "headers": {
    "Accept": "*/*", 
    "Content-Length": "113", 
    "Content-Type": "application/x-www-form-urlencoded", 
    "Host": "httpbin.org", 
    "X-Amzn-Trace-Id": "Root=1-67eb81f4-34d3a5da2474d39f4a7b6196"
  }, 
  "json": null, 
  "origin": "103.172.87.34", 
  "url": "https://httpbin.org/post"
}
</pre>