2 releases
0.1.1 | Jul 21, 2023 |
---|---|
0.1.0 | Mar 8, 2023 |
#963 in WebAssembly
9KB
188 lines
This library provides macros and functions for Rust FunLess functions.
Contents:
- shared library for FunLess functions with utilities (http requests, console logging, etc.)
- re-exports derive macros from the ../macros crate
Check the examples folder for
- an example on how to create a simple function that parses input JSON and returns a JSON response.
- an example on how to make a HTTP request from a function and parse the response.
Dependencies
~0.7–1.5MB
~33K SLoC