Skip to content

Latest commit

 

History

History
8 lines (8 loc) · 252 Bytes

README.md

File metadata and controls

8 lines (8 loc) · 252 Bytes

Fegeya DifFusion

Data Interchange Format for C++

	std::string file("test.dfsn"); 
	std::string tag("projectname");
	std::cout << diffusion.GetObject(file, tag, 0) << "\n";
Fegeya DifFusion licensed under the terms of MIT License.