hyperware_process_lib 3.0.0

A library for writing Hyperware processes in Rust.
Documentation
1
2
3
4
5
6
7
world process-lib {
    import sign;
    import hypermap-cacher;
    import binding-cacher;
    import hyperwallet;
    include lib;
}