rapier icon indicating copy to clipboard operation
rapier copied to clipboard

Consider using std::sync::mpsc instead of crossbeam-channel

Open namse opened this issue 1 year ago • 0 comments

How about using std::sync::mpsc instead of crossbeam-channel?

As far as I know, the channel code from crossbeam-channel has been merged into the standard library's std::sync::mpsc.

Since I would prefer not to install additional crates just to use Rapier, I'd like to suggest using the standard library implementation, unless there is a specific need or feature from crossbeam-channel that Rapier explicitly relies on.

namse avatar Apr 25 '25 01:04 namse