The [C-FEATURE](https://rust-lang-nursery.github.io/api-guidelines/naming.html#c-feature) guideline discourages calling a Cargo feature `"use_std"`. I would recommend `"std"` instead.