fetch-js 1.0.0-alpha.1

A fetch API implementation in Rust
Documentation
  • Coverage
  • 0%
    0 out of 43 items documented0 out of 33 items with examples
  • Size
  • Source code size: 22.98 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 3.91 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 10s Average build duration of successful builds.
  • all releases: 10s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Ecamika/fetch-js
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • ACAlexChen

介绍

该库是以tokio为基础的js风格的网络请求库,你可以像在js中使用fetch一样使用该库
不过现在还是个半成品XD