# tweeny-rpc **Repository Path**: tinusgraglin/tweeny-rpc ## Basic Information - **Project Name**: tweeny-rpc - **Description**: A small RPC framework in Rust - **Primary Language**: Rust - **License**: GPL-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-04-17 - **Last Updated**: 2024-07-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: Rust ## README # Introduction TweenyRPC# is a simple RPC framework in Rust mainly for 'getting my hands dirty'. _#: "Tweeny" is from the word "teeny-weeny", it also happens to mean "a maid who assisted two other members of a domestic staff"._ # Feature - Small, simple but strive to be general. - Any data type that is serde `Serializable` and `Deserializable`. - Any data channel that is `AsyncRead` and `AsyncWrite`. - Automatic no-copy deserialization when the type and the deserialzer support so.