Skip to content

warner/rust-netstring

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Netstring

Travis Crates.io Crates.io

Getting Started

Adding the dependency

To use the latest stable netstring crate add this to your Cargo.toml:

[dependencies.netstring]

or

[dependencies]
netstring = "*"

or if you want to link it to the GitHub repo add this instead:

[dependencies.shell]
    git = "https://github.com/icorderi/rust-netstring"

Note: For more information on handling dependencies check the official cargo site.

Importing yacli

To import netstring add this to your code:

extern crate netstring;

Documentation

If you need help don't forget to checkout the online documentation for the library.

Contributing

Get involved with the issues or submit a PR.

License

This project is licensed under The MIT License (MIT)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 78.6%
  • Shell 21.4%