# r1csfile

> r1cs file format parser

Latest version **0.0.48** (published 2024-04-15) · GPL-3.0 license · 0 weekly downloads

## Install

```sh
npm install r1csfile
pnpm add r1csfile
yarn add r1csfile
bun add r1csfile
```

## Health

**Score 35/100 (D)** — status: abandoned.

Positive: esm support; no vulnerabilities; high maintenance score.

Warnings: low downloads; no types; pre 1.0.

Negative: abandoned.

## Facts

| | |
|---|---|
| Version | 0.0.48 |
| Published | 2024-04-15 |
| First published | 2020-03-19 |
| Weekly downloads | 0 |
| License | GPL-3.0 |
| TypeScript types | none |
| Module format | ESM + CommonJS |
| Dependencies | 4 |
| Unpacked size | 148.8 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 25 |
| Author | Jordi Baylina |
| Maintainers | jbaylina, obrezhniev |
| Keywords | r1cs, circom, zero, knoledge, format, parser |

## Links

- npm: https://www.npmjs.com/package/r1csfile
- Repository: https://github.com/iden3/r1csfile
- Homepage: https://github.com/iden3/r1csfile#readme
- Issues: https://github.com/iden3/r1csfile/issues
- npm.io page: https://npm.io/package/r1csfile

## Dependencies (4)

- [fastfile](https://npm.io/package/fastfile.md) 0.0.20
- [ffjavascript](https://npm.io/package/ffjavascript.md) 0.3.0
- [@iden3/bigarray](https://npm.io/package/@iden3/bigarray.md) 0.0.2
- [@iden3/binfileutils](https://npm.io/package/@iden3/binfileutils.md) 0.0.12

## Alternatives

- [babylon](https://npm.io/package/babylon.md) — 5.1M weekly downloads
- [csscolorparser](https://npm.io/package/csscolorparser.md) — 3.7M weekly downloads
- [expr-eval-fork](https://npm.io/package/expr-eval-fork.md) — 1.5M weekly downloads
- [@leeoniya/ufuzzy](https://npm.io/package/@leeoniya/ufuzzy.md) — 247.7K weekly downloads
- [xml-parser](https://npm.io/package/xml-parser.md) — 78.4K weekly downloads

## Recent versions

- 0.0.48 (latest) — 2024-04-15
- 0.0.47 — 2023-08-18
- 0.0.46 — 2023-05-23
- 0.0.45 — 2023-01-10
- 0.0.44 — 2022-12-16
- 0.0.43 — 2022-12-16
- 0.0.42 — 2022-11-05
- 0.0.41 — 2022-09-06
- 0.0.40 — 2022-07-26
- 0.0.39 — 2022-06-21
- 0.0.38 — 2022-06-16
- 0.0.37 — 2022-06-15
- 0.0.36 — 2022-06-13
- 0.0.35 — 2022-01-19
- 0.0.34 — 2022-01-12
- … 31 more at https://npm.io/package/r1csfile/versions

## README

# R1CS Binary File Format

This is a helper library to read r1cs binary files defined [here](doc/r1cs_bin_format.md)

## Usage

```
const readR1cs = require("r1csfile").readR1cs

readR1cs("myfile.r1cs").then((r1cs) => {
	console.log(r1cs);
});

---
_Source: https://npm.io/package/r1csfile · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
