xswag-base ========== [![Build Status](https://img.shields.io/travis/LukasKalbertodt/xswag-base/master.svg)](https://travis-ci.org/LukasKalbertodt/xswag-base) [![crates.io version](https://img.shields.io/crates/v/xswag-base.svg)](https://crates.io/crates/xswag-base) [**Documentation**](https://lukaskalbertodt.github.io/xswag-base/xswag_base/) This library provides basic functionality for `xswag` applications and libraries. It's mostly about pretty error messages and managing the source file. I'm not sure that this library is useful for general purpose use, because it was designed with the `xswag` in mind. **Note:** While this project is alrady usable, it's still in its early days! ### Development Finished version are uploaded to `crates.io` and marked with a git tag. The `master` branch is the working branch and may be unstable. Please submit PRs against the `master` branch.