I just published the initial release of algebraics, an algebraic numbers library.
Use when you need exact arithmetic, speed is not critical, and rational numbers aren't good enough.
I wrote it because there wasn't a pure-Rust algebraic numbers library before and building the existing C libraries is usually a pain.
See the link above for usage examples.
See reply on libre-riscv-dev for an incomplete description of the algorithms used.