ced 0.2.2

Dead easy csv editor
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
write, w <CACHE : bool>{Optional, Default=true}
	Write ced's virtual data into a source file. Previous file's content will
	be cached in temporary directory. You can disable this behaviour with
	optional argument. 

	Temporary directory path is retrieved with rust standard library's temp_dir
	method and depend on platforms.

	e.g.)
		write true
		write false