mirror of
https://github.com/fnproject/fn.git
synced 2022-10-28 21:29:17 +03:00
Remove iron...
This commit is contained in:
committed by
Reed Allman
parent
521df8c1ff
commit
9cc12b4b12
@@ -1,16 +1,19 @@
|
||||
# Using rust with functions
|
||||
|
||||
The easiest way to create a iron function in rust is via ***cargo*** and ***fn***.
|
||||
The easiest way to create a function in rust is via ***cargo*** and ***fn***.
|
||||
|
||||
## Prerequisites
|
||||
|
||||
First create an epty rust project as follows:
|
||||
|
||||
```bash
|
||||
cargo init --name func --bin
|
||||
```
|
||||
|
||||
Make sure the project name is ***func*** and is of type ***bin***. Now just edit your code, once done you can create an iron function.
|
||||
Make sure the project name is ***func*** and is of type ***bin***. Now just edit your code, once done you can create a function.
|
||||
|
||||
## Creating a function
|
||||
|
||||
## Creating an IronFunction
|
||||
Simply run
|
||||
|
||||
```bash
|
||||
|
||||
Reference in New Issue
Block a user