Conversation
|
Thanks. I'm wondering: Do you use the lib for a project? I mostly wrote it to get familiar with Rust macros. 🙂 |
|
Funny you say that because looking at your code helped me start to understand how Rust macros worked! I ended up not using the library because I needed it to work slightly differently and so rewrote it as needed. You excellently implemented it to spec but in the scenario where a comparison is undefined and the behavior is left up to specific implementations I wanted to define that behavior so I could implement For my use I'm using it to number packets so they can be reorganized by the receiver so I am only ever comparing them to relatively nearby numbers. But I had to have From RFC1982:
Making the undefined comparison behavior be configurable one way or another could potentially be added probably through Wrapper Types when comparing. But I wasn't sure how you'd feel about adding those into the project and I didn't want to waste time writing changes to the library you might not be interested in. |
|
I'm cleaning up my PRs and saw this is still open. Any plans to merge this in or should I close this PR? |
No description provided.