paritytech / parity-tokio-ipc

Parity tokio-ipc
Apache License 2.0
76 stars 48 forks source link

Use `const fn` #35

Open lrazovic opened 3 years ago

lrazovic commented 3 years ago

This PR aims to convert all the possibles functions to const fn in order to be used in other const fn environments, but also includes several changes to cleanup the code. Many of the changed lines of code are due to cargo fmt.

Changes have been tested on Linux and Windows.

If my observations are wrong I am ready to discuss/change them based on your feedback.