Skip to content

Embedding into binary #752

Answered by Jarema
bencleary asked this question in Q&A
Discussion options

You must be logged in to vote

NATS server is written in Go, and you cannot embed it in Rust.
You can run the NATS server from within the Rust application like our tests do (that's the purpose nats-server crate), but that's just spawning a child process.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by bencleary
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants