Closed MuhammedReza07 closed 1 year ago
The margin bound checking argument in write_from_slice and write_domain_name is useless beyond niche implementation applications and should thus be 0 by default.
Impossible to do in Rust, resolved by setting margin to Option instead of usize.
The margin bound checking argument in write_from_slice and write_domain_name is useless beyond niche implementation applications and should thus be 0 by default.