The Rust API for Redis Modules API is based on the https://github.com/brandur/redis-cell project.
cargo build --example hello
redis-server --loadmodule ./target/debug/examples/libhello.so
redis-server --loadmodule ./target/debug/examples/libhello.dylib
HELLO.ADD 31 11
.