tailhook / unshare

The low-level linux containers creation library for rust
Apache License 2.0
124 stars 27 forks source link

Implement str::error::Error trait for Error #31

Open mhebant opened 1 year ago

mhebant commented 1 year ago

unshare::Error doesn't implement std::error:Error, making it difficult to use with crates like anyhow for exemple. This fixes that 😄