# lütt **lütt** (northern German for "little") is a software library written in Rust that tries to provide abstractions over native GUI APIs, with the following goals: * Provide the native look and feel. * Provide access to the underlying native APIs. * This way you are not locked in to the lowest common denominator of all platforms. * It also means that you can start using *lütt* today and program around gaps in the abstractions. * Do not require additional dependencies. ## License Licensed under either of * Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0) * MIT license ([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT) at your option.