stringvec
A simple Rust macro for creating Vec<String>
from various types.
Usage
Add this to your Cargo.toml
:
[]
= "0.1.0"
Then, in your Rust code:
use stringvec;
Features
- Easy creation of
Vec<String>
from various types - Automatic conversion to
String
usingto_string()
- Utility function
is_string()
to check if a value is aString
License
This project is licensed under the GNU Lesser General Public License v3.0 or later - see the LICENSE file for details.