Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 472 Bytes

CONTRIBUTING.md

File metadata and controls

17 lines (10 loc) · 472 Bytes

Contribution

Contributions are welcome!

Help

If something is not working as expected, or you have an idea for an improvement, feel free to contact me at: [email protected], open an issue or a pull request.

Some conventions

Visibility and privacy of structures

  1. The default visibility of structures is private. Export structures as public only if needed.

  2. Only reexport structures at the top level of the crate for easier access for users.