polyglot_rs 0.7.0

Library used for encoding and decoding data types from a portable byte buffer
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Contributing

Polyglot-RS uses GitHub to manage reviews of pull requests.

- If you have a trivial fix or improvement, go ahead and create a pull request,
  addressing (with `@...`) the maintainer of this repository (see
  [MAINTAINERS.md]MAINTAINERS.md) in the description of the pull request.

- If you plan to do something more involved, first discuss your ideas
  on our [discord]https://loopholelabs.io/discord.
  This will avoid unnecessary work and surely give you and us a good deal
  of inspiration.

- Relevant coding style guidelines is the [Official Rust Style Guide]https://github.com/rust-dev-tools/fmt-rfcs/blob/master/guide/guide.md

- Be sure to sign off on the [DCO]https://github.com/probot/dco#how-it-works

- To update the integration test data, run `curl -Lo resources/test/polyglot-test-data.json https://github.com/loopholelabs/polyglot-test-data/releases/latest/download/polyglot-test-data.json`