implement tools::file_set_contents

This commit is contained in:
Dietmar Maurer
2018-12-09 16:37:48 +01:00
parent 652c11900d
commit f12f8ff1a6
3 changed files with 54 additions and 3 deletions

View File

@ -10,6 +10,8 @@ pub mod static_map;
/// hierarchy of API entries, and provides ways to find an API
/// definition by path.
pub mod tools;
#[macro_use]
pub mod api {