RazrFalcon / rctree

A "DOM-like" tree implemented using reference counting
MIT License
36 stars 10 forks source link

feat(lib): replace "try_opt" with "?" #16

Closed hasezoey closed 3 years ago

hasezoey commented 3 years ago

fixes #15

Note: the ? operator was stabilized in Rust 1.13.0 from what i have read, where the minimal Rust version of this package is 1.17.0