avmnif-rs 0.4.1

Safe NIF toolkit for AtomVM written in Rust
Documentation
1
2
3
4
5
#include <stdio.h>

void avmnif_log(const char *msg) {
    printf("%s\n", msg);
}