rustpp

Crates.iorustpp
lib.rsrustpp
version0.1.4
sourcesrc
created_at2022-09-11 16:14:42.249797
updated_at2022-09-11 17:50:33.833987
descriptionA crate aimed to reduce complexity while coding
homepage
repository
max_upload_size
id663120
size6,346
AKI (akashktesla)

documentation

README

RUST++

Crate Aimed to provide extra features for rust to make programming easy on rust

modules&functions

  1. fs

    functions:
    • create_file(path:&String,file_name:&String)
    • read_file(path:&String)->String
    • write(path:&String,contents:&String)
  2. 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)
Commit count: 0

cargo fmt