containerd / ttrpc-rust

Rust implementation of ttrpc (GRPC for low-memory environments)
Apache License 2.0
197 stars 47 forks source link

crate: add doc for socket address #120

Closed liubin closed 2 years ago

liubin commented 2 years ago

This commit add doc for soket address, and change function parameters from host/path to sockaddr.

Also make some unnecessary functions from public to private.

Signed-off-by: bin liu bin@hyper.sh