Skip to content

Commit

Permalink
API note
Browse files Browse the repository at this point in the history
  • Loading branch information
mwlon committed Oct 30, 2023
1 parent 8ecd212 commit b95819e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions pco/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,12 @@ This allows
(as long as the overall chunk has >2k or so)
* less bloat by omitting metadata that the wrapping format must retain

## Important API Note

In some places, pco methods accept a destination (either W: Write or &mut [T: NumberLike]).
If pco returns an error, the pco struct's state should be unaffected, but the destination
may have been modified.

## Advanced

### Custom Data Types
Expand Down

0 comments on commit b95819e

Please sign in to comment.