dashu-macros 0.4.2

Procedure macros for creating big numbers
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# dashu-macros


Utility macros to create number literals. See [Docs.rs](https://docs.rs/dashu-macros/latest/dashu_macros/) for the full documentation.

# Features


- Support creating **big integers** with literals using `ubig!` and `ibig!`.
- Support creating **big floats** with literals using `fbig!` and `dbig!`.
- Support creating **big rationals** with literals using `rbig!`.
- All macros can be used to create **const** numbers if they are small enough.

## License


See the [top-level readme](../README.md).