-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Labels
difficulty:easygetting-startedIssues that can be tackled if you don't know the internals of libp2p very wellIssues that can be tackled if you don't know the internals of libp2p very wellhelp wantedpriority:nicetohave
Description
The crate rw-stream-sink is a top-level crate in our misc/ directory but it is only in use in two places:
- For the implementation of the memory transport
- Within a test in
multistream-select
To lower the maintenance effort of the repository, I'd like this crate to be inlined into the memory-transport implementation, ideally as an implementation detail (i.e. not part of the public API).
rw-stream-sink is still published on crates.io, so my suggestion would be to simply depend on it via that for the multistream-select test. This allows us to delete the crate from our repository and move the code into the memory-transport implementation.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
difficulty:easygetting-startedIssues that can be tackled if you don't know the internals of libp2p very wellIssues that can be tackled if you don't know the internals of libp2p very wellhelp wantedpriority:nicetohave