parse_csl 0.1.0

parse comma seperated lists into generic type which implements FromStr
Documentation
1
2
3
4
5
6
7
8
{
	"folders": [
		{
			"path": "."
		}
	],
	"settings": {}
}