···38383939## Plans
4040- Add [rink](https://github.com/tiffany352/rink-rs/) as a backend, gives preference to unit over operation unlike fend.
4141-- Use [unify](https://github.com/ChHecker/unify) to format input and output.
4141+- Use [unify](https://github.com/ChHecker/unify) or [zero](https://github.com/Mc-Zen/zero) to format input and output.
4242+- Check out [numr](https://github.com/nasedkinpv/numr)
+4-4
tests/examples.typ
···11-#import "@local/evaltor:0.1.0": print_eval
11+#import "@local/evaltor:0.2.0": print_eval
2233#show heading: it => {
44 it.body
55 v(1pt)
66}
77-#set text(size:16pt)
77+#set text(size: 16pt)
8899= Evaltor: Typst plugin for unit-aware calculations
10101111-The function `print_eval` will print the input along with its result, calculated using `fend` backend, which is unit-aware.
1111+The function `print_eval` will print the input along with its result, calculated using `fend` backend, which is unit-aware.
12121313Some examples:
1414···24242525#print_eval("0xffff to decimal")
26262727-#print_eval("100 C to F")
2727+#print_eval("100 °C to °F")
28282929#print_eval("1 lightyear to parsecs")
3030