Docs.rs
kf-protocol-0.1.0
Platform
x86_64-apple-darwin
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
kf-protocol 0.1.0
Native Rust implementation of kafka protocol
Crate
Source
Builds
Feature flags
Documentation
Hide files
src
tests
.cargo_vcs_info.json
Cargo.lock
Cargo.toml
Cargo.toml.orig
kafka-serde
LICENSE-APACHE
README.md
send-b-client.sh
test-client.sh
1
2
3
4
#
/bin/bash
#
send out simple message
msg
=
"
$
1
"
echo
"
$
msg
"
|
nc
-
w
1 localhost 9092