2 releases
0.1.4 | Sep 11, 2022 |
---|---|
0.1.3 | Sep 11, 2022 |
0.1.2 |
|
0.1.1 |
|
0.1.0 |
|
#11 in #aimed
5KB
80 lines
RUST++
Crate Aimed to provide extra features for rust to make programming easy on rustmodules&functions
-
fs
functions:- create_file(path:&String,file_name:&String)
- read_file(path:&String)->String
- write(path:&String,contents:&String)
-
json
functions:- read_json(contents:&String)->JsonValue
- Write_json(path:&String,contents:&JsonValue)
- Write_json(path:&String,contents:&JsonValue)
- sync_json(contents:&String)
- extractor(_name:String,_path:String)
- store_var(path:&String,key:&String,val:&String)
- retrive_var(path:&String,key:&String)
Dependencies
~0.6–1.4MB
~32K SLoC