fernandobatels / rsfbclient

Rust Firebird Client
MIT License
74 stars 10 forks source link

fix compatibility issues #158

Closed Noriebalbinot closed 3 weeks ago

Noriebalbinot commented 1 month ago

using slice::from_raw_parts to genereta a new slice with a mutable size. to avoid the new bound checking on get_unchecked and get_unchecked_mut

fernandobatels commented 3 weeks ago

@Noriebalbinot new version 0.25.0 released with this changes