Rustler bindings for moq-dev's native MoQ implementation.
The package can be installed by adding ex_moq to your list of dependencies in mix.exs:
def deps do
[
{:ex_moq, "~> 0.1.0"}
]
endBuilding requires a Rust toolchain (the NIFs are compiled by rustler)
For a simple example streaming and receiving frames, see examples/publish_and_subscribe.livemd
Copyright 2026, Software Mansion
Licensed under the Apache License, Version 2.0