Skip to content

A simple VakSMS's client library implemented using Rust

License

Notifications You must be signed in to change notification settings

emadammar/VakSMS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

VakSMS

A simple VakSMS's client library implemented using Rust

Sample Usage

mod vaksms;

fn main() -> Result<(), Box<dyn std::error::Error>> {
    vaksms::main()?;

    Ok(())
}

Note

  • Code not well tested since it's opened source

About

A simple VakSMS's client library implemented using Rust

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages