jamsocket / aper

A Rust data structure library built on state machines.
https://aper.dev
MIT License
299 stars 12 forks source link

Miscellaneous cleanup #15

Closed seanchen1991 closed 3 years ago

seanchen1991 commented 3 years ago

Changed trait bounds in atom.rs and constant.rs files to use where clauses. Also ran cargo fmt.