dtolnay / thiserror

derive(Error) for struct and enum error types
Apache License 2.0
4.44k stars 159 forks source link

Support no-std #318

Open kayabaNerve opened 1 month ago

kayabaNerve commented 1 month ago

core::error::Error was stabilized in 1.81, which just released.

I'd comment on the existing issue yet noted https://github.com/dtolnay/thiserror/issues/196#issuecomment-1636066787.

SyntheticBird45 commented 1 month ago

I support the addition of this feature. thiserror is a blessed crate I would appreciate using in my #![no_std] projects

Systemcluster commented 1 month ago

There is an open pull request: #304

robamu commented 1 month ago

I also strongly support this and would also very much appreciate this in my no_std crates :+1:

mchodzikiewicz commented 1 month ago

having this would be a huge deal for entire embedded community