# `syn-expand-use` `ExpandedUseTree`, an extension to `syn::UseTree`. This crate offers a very simple mechanism to expand a complicated `use ...` tree into a list of items. Additionally, it intends to offer all the guarantees of the upstream `syn` crate, including Rust 1.15.0 support and a large number of feature flags for tuning performance. This software can be freely used and modified under the [CC0 1.0 Universal License]. [CC0 1.0 Universal License]: LICENSE.md