eyre-rs / eyre

A trait object based error handling type for easy idiomatic error handling and reporting in Rust applications
Apache License 2.0
1.35k stars 63 forks source link

Move eyre code into a folder #107

Closed pksunkara closed 11 months ago

ten3roberts commented 11 months ago

Should the license files be at the top level, and used for most of our crates, or be one per crate?

Most of our crates use the same license, so it'd be useful to merge them together at the top level.

@yaahc what do you think?

pksunkara commented 11 months ago

That's what I did. If you see the diff, I haven't changed them but added symlinks to inside the eyre folder.

ten3roberts commented 11 months ago

Oh I see, didn't catch that they were symlinks, it is not usually I see them in git

yaahc commented 11 months ago

Should the license files be at the top level, and used for most of our crates, or be one per crate?

Most of our crates use the same license, so it'd be useful to merge them together at the top level.

@yaahc what do you think?

I don't see any issue with either version, tho I'm not someone who pays particularly close attention to licensing and legal concerns. I figure if there's an issue someone will open an issue to let us know and we can fix it then.