Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Participant support for Rust lang

License

NotificationsYou must be signed in to change notification settings

msgflo/msgflo-rust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

83 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

msgflo-rust: Rust participant support for MsgFlo

MsgFlo is a distributed, polyglot FBP (flow-based-programming) runtime.It integrates with other FBP tools like theFlowhub visual programming IDE.msgflo-rust makes it easy to create MsgFlo participants in Rust.

Status

Working prototype

  • Can expose a Rust function on AMQP with a single in/outport
  • Sends the MsgFlo participant discovery message on startup
  • Passes MsgFlo participant tests
  • Not used in any applications yet (as far as we know)

See below TODO section for more notes

Installing

Add to yourCargo.toml

[dependencies.msgflo]git = "https://github.com/msgflo/msgflo-rust"

API

See./examples

License

MIT

TODO

0.1

  • Allow any number of in/outports
  • Allow sending multiple messages out
  • Make error handling sane
  • Add example of consuming/sending JSON data
  • Add test for NACK on error condition
  • Publish as Rust crate onhttp://crates.io

Later

  • Support 'hidden' ports (not associated with a queue), used as proxies
  • Support other transports, like MQTT

About

Participant support for Rust lang

Resources

License

Stars

Watchers

Forks

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp