No description, website, or topics provided.
Switch branches/tags
Nothing to show
Clone or download
Latest commit 948dc82 Oct 20, 2018
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
src update Oct 11, 2018
.gitignore init Oct 9, 2018
Cargo.lock update Oct 11, 2018
Cargo.toml update Oct 11, 2018
README.md note about back-pressure Oct 20, 2018
json.lua print account name when we found target item Oct 9, 2018
on_add.lua update Oct 11, 2018

README.md

streaming-data-parsing-with-actix-lua

An example of using Rust, actix, and Lua to parse streaming data with actix-lua.

Blog Post

License

The MIT License

Note

This example does not implement back-pressure, hence not suitable for production usage (see comment).

If you want to help adding back-pressure, send a PR. :)