| Crates.io | noapi-functions |
| lib.rs | noapi-functions |
| version | 0.1.41 |
| created_at | 2025-01-30 13:24:48.905537+00 |
| updated_at | 2025-02-08 06:29:38.991485+00 |
| description | Functions for the noapi framework |
| homepage | https://github.com/incrediblemhi/NoApi/tree/main/noapi |
| repository | https://github.com/incrediblemhi/NoApi/tree/main/noapi |
| max_upload_size | |
| id | 1536356 |
| size | 20,607 |

A Rust fullstack web framework [Axum + React], with the concept of Rust Server Functions(RSFs), utilizes the type safety of Rust and TypeScript to make calls to server without APIs.
Install the CLI tool
cargo install noapi
Start a new project
noapi new <PROJECT_NAME>
Install dependencies
noapi install
Start the server
noapi runserver
Client: React, TypeScript, TailwindCSS
Server: Axum
Demo video coming soon!!!