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.