SoftbearStudios / SoftbearStudios/bitcode
Streaming API
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 671
- Forks
- 61
- PR merge metrics
- No merged PRs in 30d
Description
Are there any plans for a streaming API? The ability to serialize/deserialize impl Read and impl Write.
I want to be able to deserialize from a TCPStream.
bincode and postcard both support this.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No source file or test is named. Start by reviewing how bitcode currently serializes and deserializes, then compare the streaming approaches in bincode and postcard for impl Read, impl Write, and TCPStream use. Done would mean an agreed streaming API design with behavior and coverage for incremental serialization and deserialization.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- api, backend
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100