WebOfTrust / cesrox

Rust implementation of core CESR encoding format. A bridge to the beautiful island.
Apache License 2.0
2 stars 8 forks source link

adds cargo fmt #10

Closed m00sey closed 1 year ago

m00sey commented 1 year ago

Given we're seeing contributions from the community, I feel it is appropriate to standardize code formatting.

This can be done by: cargo fmt

By default, Rustfmt uses a style which conforms to the Rust style guide that has been formalized through the style RFC process.