rust-playground/.gitignore
Matteo Settenvini 6dc58f998c Example gRPC broadcaster
This is an example gRPC broadcaster written with Tonic.
It takes a stream of messages, and echoes that back to
all known subscribers.
2023-05-01 23:25:22 +02:00

6 lines
145 B
Plaintext

# SPDX-FileCopyrightText: 2023 Matteo Settenvini <matteo.settenvini@montecristosoftware.eu>
# SPDX-License-Identifier: CC0-1.0
/.vscode
/target