js_lib

Crates.iojs_lib
lib.rsjs_lib
version0.0.1
sourcesrc
created_at2022-10-22 07:06:30.693994
updated_at2022-10-22 07:06:30.693994
descriptionSimple 'javascript-like' functions
homepage
repositoryhttps://github.com/MitchellRhysHall/js_lib
max_upload_size
id694172
size4,535
(MitchellRhysHall)

documentation

README

js_lib

The js_lib crate provides simple 'javascript-like' functions.

Making a http get request

use js_lib::fetch;
# async fn example() -> Result<(), js_lib::Error> {
let result = fetch("https://www.google.com/").await;
# Ok(())
# }
Commit count: 7

cargo fmt