# Balsa Reference Implementation
Primitives for reading and writing [Balsa](https://doi.org/10.26434/chemrxiv-2022-01ltp), a compact line notation based on SMILES.
Balsa supersedes two earlier packages: [Dialect.rs](https://github.com/rapodaca/dialect.rs) and [Purr](https://github.com/rapodaca/purr).
## Test Suite
Run the test suite:
```bash
cargo t --all
```
## Versions
This reference implementation is not yet stable. Patch versions never introduce breaking changes, but minor/major versions probably will. For details about each versions changes, see the [CHANGELOG.md].
## License and Copyright
Balsa is distributed under the terms of the MIT License. see [LICENSE](LICENSE) and [COPYRIGHT](COPYRIGHT) for details.