floating_bar 0.2.1

Representing rational numbers using the floating-bar number type.
Documentation
# Floating Bar

Provides the **floating-bar** type, which allows for efficient representation of rational numbers without loss of precision. It is based on [this blog post](https://www.iquilezles.org/www/articles/floatingbar/floatingbar.htm).

For more information, refer to the [library documentation](https://docs.rs/floating_bar/0.1.1/floating_bar/).

## Use

To use this library, add the following to your `Cargo.toml`:

```toml
[dependencies]
floating_bar = "0.2.1"
```

## Contributing

Pull requests welcome! There are plenty of `unimplemented!()` methods that one can fill in. Make sure that the documentation matches the functionality, and to add a unit test for it. If you don't wish to write a test, just add the function for it and leave it for someone else to fill it in.

## License

This project is licensed under the [BSD Zero Clause License](https://choosealicense.com/licenses/0bsd/). In general it means you can do whatever you want with it, but there are no warranties and I'm not held liable for whatever happens.