Skip to content

fuuki12/rust-data-fetch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 

Repository files navigation

rust-data-fetch

Rust + Typescript / Data Fetching Library

Here is a suggested directory structure for creating your own data fetching library

rust_data_fetch
├── src
│ ├── lib.rs (Rust library entry point)
│ ├── fetcher.rs (Data fetching implementation in Rust)
│ ├── api.ts (Javascript API for your library)
│ └── index.ts (Bridge between Rust and Javascript)
├── tests
│ └── fetcher_tests.rs (Rust tests for data fetching)
├── Cargo.toml (Rust dependency and build configuration)
└── package.json (Node.js dependency and build configuration)

About

Rust / Data Fetching Library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published