Skip to content

Commit

Permalink
Release 0.5.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmillr committed Jan 5, 2024
1 parent 8f3cea0 commit 8c364b1
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ let s = P.struct({
field7: P.string(null),
// - null -- read until buffer exhausted
field8: P.array(null, P.U64BE),
})
});
```

## Debugger
Expand All @@ -38,18 +38,11 @@ let s = P.struct({
import * as PD from 'micro-packed/debugger';

PD.decode(<coder>, data);
PD.diff(<coder>, actual, expected);
```

![Decode](./test/screens/decode.png)

### Diff

```ts
import * as PD from 'micro-packed/debugger';

PD.diff(<coder>, actual, expected);
```

![Diff](./test/screens/diff.png)

## Utils
Expand Down

0 comments on commit 8c364b1

Please sign in to comment.