sos-os / alarm

ALARM: Another Library for Allocating and Releasing Memory
Apache License 2.0
8 stars 6 forks source link

Add description to Cargo.toml of each crate #49

Closed amanjeev closed 6 years ago

amanjeev commented 6 years ago

Please add description field to the Cargo.toml with appropriate explanation. This will help understand what different crates do.

In addition to this, do you think there should be an explanation in README.md?

hawkw commented 6 years ago

@amanjeev I think the README definitely ought to have a description of the repo contents, good call! IMO this is somewhat more of a priority than adding description fields to the Cargo.toml files for each crate, since a majority of them will probably not be published to crates.io, but I may as well do that at the same time.

hawkw commented 6 years ago

Tada!

amanjeev commented 6 years ago

Yay! Thanks!