NLnetLabs / domain

A DNS library for Rust.
https://nlnetlabs.nl/projects/domain/about/
BSD 3-Clause "New" or "Revised" License
332 stars 56 forks source link

Add `PushError::LimitExceeded`. #349

Open ximon18 opened 2 weeks ago

ximon18 commented 2 weeks ago

As discussed in the comments on #348 this PR introduces a new PushError variant for the limit exceeded case.

This was not done in the original PR as it is a breaking change.