licenses.dev

eyre v0.6.14

Flexible concrete Error Reporting type built on std::error::Error with customizable Reports

Published on

Licenses

Learn more about license information.

Package Licenses

Apache-2.0 OR MIT

Dependency Licenses

Apache-2.0 OR MIT34
PackageRelationDependenciesPublished
addr2line • 0.25.1A cross-platform symbolication library written in Rust, using `gimli`INDIRECT1
anyhow • 1.0.104Flexible concrete Error type built on std::error::ErrorDIRECT0
autocfg • 1.5.1Automatic cfg for Rust compiler featuresDIRECT0
backtrace • 0.3.76A library to acquire a stack trace (backtrace) at runtime in a Rust program. DIRECT10
basic-toml • 0.1.10Minimal TOML library with few dependenciesINDIRECT6
cfg-if • 1.0.5A macro to ergonomically define an item depending on a large number of #[cfg] parameters. Structured like an if-else chain, the first matching branch is the item that gets emitted. INDIRECT0
futures-channel • 0.3.34Channels for asynchronous communication using futures-rs. INDIRECT2
futures-core • 0.3.34The core traits and types in for the `futures` library. INDIRECT0
futures-io • 0.3.34The `AsyncRead`, `AsyncWrite`, `AsyncSeek`, and `AsyncBufRead` traits for the futures-rs library. INDIRECT0
futures-sink • 0.3.34The asynchronous `Sink` trait for the futures-rs library. INDIRECT0
futures-task • 0.3.34Tools for working with tasks. INDIRECT0
futures-util • 0.3.34Common utilities and extension traits for the futures-rs library. INDIRECT4
futures • 0.3.34An implementation of futures and streams featuring zero allocations, composability, and iterator-like interfaces. DIRECT7
gimli • 0.32.3A library for reading and writing the DWARF debugging format.INDIRECT0
glob • 0.3.4Support for matching file paths against Unix shell style patterns. INDIRECT0
indenter • 0.3.4A formatter wrapper that indents the text, designed for error display impls DIRECT0
itoa • 1.0.18Fast integer primitive to string conversionINDIRECT0
libc • 0.2.189Raw FFI bindings to platform libraries like libc.INDIRECT0
object • 0.37.3A unified interface for reading and writing object file formats.INDIRECT1
once_cell • 1.21.4Single assignment cells and lazy values.DIRECT0
pin-project-lite • 0.2.17A lightweight version of pin-project written with declarative macros. INDIRECT0
proc-macro2 • 1.0.107A substitute implementation of the compiler's `proc_macro` API to decouple token-based libraries from the procedural macro use case.INDIRECT1
quote • 1.0.47Quasi-quoting macro quote!(...)INDIRECT2
rustc-demangle • 0.1.28Rust compiler symbol demangling. INDIRECT0
rustversion • 1.0.23Conditional compilation according to rustc compiler versionDIRECT0
serde_derive • 1.0.210Macros 1.1 implementation of #[derive(Serialize, Deserialize)]INDIRECT4
serde_json • 1.0.143A JSON serialization file formatINDIRECT9
serde • 1.0.210A generic serialization/deserialization frameworkINDIRECT5
syn • 2.0.56Parser for Rust source codeDIRECT3
thiserror-impl • 1.0.65Implementation detail of the `thiserror` crateINDIRECT4
thiserror • 1.0.65derive(Error)DIRECT5
trybuild • 1.0.89Test harness for ui tests of compiler diagnosticsDIRECT18
windows-link • 0.2.1Linking for WindowsINDIRECT0
windows-sys • 0.61.2Rust for WindowsINDIRECT1
MIT OR Unlicense3
PackageRelationDependenciesPublished
memchr • 2.8.3Provides extremely fast (uses SIMD on x86_64, aarch64 and wasm32) routines for 1, 2 or 3 byte search and single substring search. INDIRECT0
termcolor • 1.4.1A simple cross platform library for writing colored text to a terminal. INDIRECT3
winapi-util • 0.1.11A dumping ground for high level safe wrappers over windows-sys.INDIRECT2
Apache-2.01
PackageRelationDependenciesPublished
dissimilar • 1.0.11Diff library with semantic cleanup, based on Google's diff-match-patchINDIRECT0
Apache-2.0 OR MIT OR Zlib1
PackageRelationDependenciesPublished
miniz_oxide • 0.8.9DEFLATE compression and decompression library rewritten in Rust based on minizINDIRECT1
Unicode-3.0 AND (Apache-2.0 OR MIT)1
PackageRelationDependenciesPublished
unicode-ident • 1.0.26Determine whether characters have the XID_Start or XID_Continue properties according to Unicode Standard Annex #31INDIRECT0
0BSD OR Apache-2.0 OR MIT1
PackageRelationDependenciesPublished
adler2 • 2.0.1A simple clean-room implementation of the Adler-32 checksumINDIRECT0
Apache-2.0 OR BSL-1.01
PackageRelationDependenciesPublished
ryu • 1.0.23Fast floating point to string conversionINDIRECT0
Last updated on

Copy the licenses badge code for the latest version:

[![licenses](https://licenses.dev/b/cargo/eyre)](https://licenses.dev/cargo/eyre)
<a href="https://licenses.dev/cargo/eyre">
  <img src="https://licenses.dev/b/cargo/eyre" alt="licenses" />
</a>

Or the licenses badge code for the 0.6.14 version:

[![licenses](https://licenses.dev/b/cargo/eyre/0.6.14)](https://licenses.dev/cargo/eyre/0.6.14)
<a href="https://licenses.dev/cargo/eyre/0.6.14">
  <img src="https://licenses.dev/b/cargo/eyre/0.6.14" alt="licenses" />
</a>
GitHub