nats.rs icon indicating copy to clipboard operation
nats.rs copied to clipboard

Support no panic macro

Open AbstractiveNord opened this issue 6 months ago • 1 comments

Proposed change

Ensure all code can't panic by using no_panic macro.

Use case

Any serious project, which relies on guarantees.

Contribution

Yes.

AbstractiveNord avatar Dec 12 '23 09:12 AbstractiveNord

I feel it is quite cumbersome to work with libraries. Would be nice to have, however not a high priority. Also should not clutter the codebase and keep it clean.

Jarema avatar Jan 29 '24 11:01 Jarema