fastedge 0.3.5

FastEdge Rust SDK that helps you to create edge cloud application using WASM
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
package gcore:fastedge;

world reactor {
    import http;
    import http-client;
    import dictionary;
    import secret;
    import key-value;
    import utils;

    export http-handler;
}