fiscal 0.6.0

Brazilian fiscal document library (NF-e/NFC-e) — Rust port of sped-nfe
Documentation
1
2
3
4
5
6
FROM oven/bun:latest
RUN apt-get update && apt-get install -y git && rm -rf /var/lib/apt/lists/*
WORKDIR /app
RUN git clone --depth 1 https://github.com/JoaoHenriqueBarbosa/FinOpenPOS.git .
WORKDIR /app/packages/fiscal
CMD ["bun", "run", "src/__tests__/benchmark.ts", "--json"]