licenses.dev

lambert_w v1.2.34

Fast and accurate evaluation of the Lambert W function by the method of T. Fukushima.

Published on

Licenses

Learn more about license information.

Package Licenses

Apache-2.0 OR MIT

Dependency Licenses

Apache-2.0 OR MIT82
PackageRelationDependenciesPublished
anes • 0.1.6ANSI Escape Sequences provider & parserINDIRECT0
anstyle • 1.0.14ANSI text stylingINDIRECT0
autocfg • 1.5.1Automatic cfg for Rust compiler featuresINDIRECT0
bitflags • 1.3.2A macro to generate structures which behave like bitflags. INDIRECT0
bitflags • 2.13.2A macro to generate structures which behave like bitflags. INDIRECT0
bumpalo • 3.20.3A fast bump allocation arena for Rust.INDIRECT0
cast • 0.3.0Ergonomic, checked cast functions for primitive typesINDIRECT0
cc • 1.4.7A build-time dependency for Cargo build scripts to assist in invoking the native C compiler to compile native C code into a static archive to be linked into Rust code. INDIRECT2
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
clap_builder • 4.6.7A simple to use, efficient, and full-featured Command Line Argument ParserINDIRECT2
clap_lex • 1.1.1Minimal, flexible command line parserINDIRECT0
clap • 4.6.7A simple to use, efficient, and full-featured Command Line Argument ParserINDIRECT3
core-foundation-sys • 0.8.7Bindings to Core Foundation for macOSINDIRECT0
core-foundation • 0.9.4Bindings to Core Foundation for macOSINDIRECT2
core-graphics-types • 0.1.3Bindings for some fundamental Core Graphics typesINDIRECT4
core-graphics • 0.23.2Bindings to Core Graphics for macOSINDIRECT12
core-text • 20.1.0Bindings to the Core Text framework.INDIRECT13
crc32fast • 1.5.2Fast, SIMD-accelerated CRC32 (IEEE) checksum computationINDIRECT1
criterion-plot • 0.8.2Criterion's plotting libraryINDIRECT3
criterion • 0.8.2Statistics-driven micro-benchmarking libraryDIRECT47
dirs-sys • 0.5.0System-level helper functions for the dirs and directories crates.INDIRECT12
dirs • 6.0.0A tiny low-level library that provides platform-specific standard locations of directories for config, cache and other data on Linux, Windows, macOS and Redox by leveraging the mechanisms defined by the XDG base/user directory specifications on Linux, the Known Folder API on Windows, and the Standard Directory guidelines on macOS.INDIRECT13
either • 1.18.0The enum `Either` with variants `Left` and `Right` is a general purpose sum type with two cases. INDIRECT0
fdeflate • 0.3.7Fast specialized deflate implementationINDIRECT1
find-msvc-tools • 0.1.13Find windows-specific tools, read MSVC versions from the registry and from COM interfacesINDIRECT0
flate2 • 1.1.10DEFLATE compression and decompression exposed as Read/BufRead/Write streams. Supports miniz_oxide and multiple zlib implementations. Supports zlib, gzip, and raw deflate streams. INDIRECT0
float-ord • 0.3.2A total ordering for floating-point numbersINDIRECT0
font-kit • 0.14.3A cross-platform font loading libraryINDIRECT50
foreign-types-macros • 0.2.4An internal crate used by foreign-typesINDIRECT4
foreign-types-shared • 0.3.1An internal crate used by foreign-typesINDIRECT0
foreign-types • 0.5.0A framework for Rust wrappers over C APIsINDIRECT6
futures-core • 0.3.34The core traits and types in for the `futures` 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
half • 2.7.1Half-precision floating point f16 and bf16 types for Rust implementing the IEEE 754-2008 standard binary16 and bfloat16 types.INDIRECT8
image • 0.24.9Imaging library. Provides basic image processing and encoders/decoders for common image formats.INDIRECT15
itertools • 0.13.0Extra iterator adaptors, iterator methods, free functions, and macros.INDIRECT1
itoa • 1.0.18Fast integer primitive to string conversionINDIRECT0
jpeg-decoder • 0.3.2JPEG decoderINDIRECT0
js-sys • 0.3.105Bindings for all JS global objects and functions in all JS environments like Node.js and browsers, built on `#[wasm_bindgen]` using the `wasm-bindgen` crate. INDIRECT17
lazy_static • 1.5.0A macro for declaring lazily evaluated statics in Rust.INDIRECT0
libc • 0.2.189Raw FFI bindings to platform libraries like libc.INDIRECT0
log • 0.4.34A lightweight logging facade for Rust INDIRECT0
num-complex • 0.4.6Complex numbers implementation for RustDIRECT2
num-traits • 0.2.19Numeric traits for generic mathematicsDIRECT1
once_cell • 1.21.4Single assignment cells and lazy values.INDIRECT0
page_size • 0.6.0Provides an easy, fast, cross-platform way to retrieve the memory page sizeINDIRECT4
pathfinder_geometry • 0.5.1Basic SIMD-accelerated geometry/linear algebraINDIRECT4
pathfinder_simd • 0.5.6A simple SIMD libraryINDIRECT2
pin-project-lite • 0.2.17A lightweight version of pin-project written with declarative macros. INDIRECT0
pkg-config • 0.3.34A library to run the pkg-config system tool at build time in order to be used in Cargo build scripts. INDIRECT0
png • 0.17.16PNG decoding and encoding library in pure RustINDIRECT8
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
rand_core • 0.9.5Core random number generation traits and tools for implementation.INDIRECT0
rand • 0.9.5Random number generators and other randomness functionality. DIRECT1
regex-syntax • 0.7.5A regular expression parser.INDIRECT0
regex • 1.8.4An implementation of regular expressions for Rust. This implementation uses finite automata and guarantees linear time matching on all inputs. INDIRECT1
rustc_version • 0.4.1A library for querying the version of a installed rustc compilerINDIRECT1
rustversion • 1.0.23Conditional compilation according to rustc compiler versionINDIRECT0
semver • 1.0.28Parser and evaluator for Cargo's flavor of Semantic VersioningINDIRECT0
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
shlex • 2.0.1Split a string into shell words, like Python's shlex.INDIRECT0
syn • 2.0.56Parser for Rust source codeINDIRECT3
syn • 3.0.6Parser for Rust source codeINDIRECT2
thiserror-impl • 2.0.21Implementation detail of the `thiserror` crateINDIRECT4
thiserror • 2.0.21derive(Error)INDIRECT5
tinytemplate • 1.2.1Simple, lightweight template engineINDIRECT10
ttf-parser • 0.20.0A high-level, safe, zero-allocation font parser for TrueType, OpenType, and AAT.INDIRECT0
wasm-bindgen-macro-support • 0.2.128Implementation APIs for the `#[wasm_bindgen]` attributeINDIRECT6
wasm-bindgen-macro • 0.2.128Definition of the `#[wasm_bindgen]` attribute, an internal dependency INDIRECT7
wasm-bindgen-shared • 0.2.128Shared support between wasm-bindgen and wasm-bindgen cli, an internal dependency. INDIRECT1
wasm-bindgen • 0.2.128Easy support for interacting between JS and Rust. INDIRECT11
web-sys • 0.3.105Bindings for all Web APIs, a procedurally generated crate from WebIDL INDIRECT18
winapi-i686-pc-windows-gnu • 0.4.0Import libraries for the i686-pc-windows-gnu target. Please don't use this crate directly, depend on winapi instead.INDIRECT0
winapi-x86_64-pc-windows-gnu • 0.4.0Import libraries for the x86_64-pc-windows-gnu target. Please don't use this crate directly, depend on winapi instead.INDIRECT0
winapi • 0.3.9Raw FFI bindings for all of Windows API.INDIRECT2
windows-link • 0.2.1Linking for WindowsINDIRECT0
windows-sys • 0.61.2Rust for WindowsINDIRECT1
wio • 0.2.2Windows IO wrapperINDIRECT3
MIT14
PackageRelationDependenciesPublished
alloca • 0.4.0Mostly safe wrapper for allocaINDIRECT3
color_quant • 1.1.0Color quantization library to reduce n colors to 256 colors.INDIRECT0
crunchy • 0.2.4Crunchy unroller: deterministically unroll constant loopsINDIRECT0
dlib • 0.5.3Helper macros for handling manually loading optional system libraries.INDIRECT3
freetype-sys • 0.20.1Low level binding for FreeType font libraryINDIRECT5
libredox • 0.1.25Redox stable ABIINDIRECT1
oorandom • 11.1.5A tiny, robust PRNG implementation.INDIRECT0
plotters-backend • 0.3.7Plotters Backend APIINDIRECT0
plotters-bitmap • 0.3.7Plotters Bitmap BackendINDIRECT17
plotters • 0.3.7A Rust drawing library focus on data plotting for both WASM and native applicationsDIRECT80
redox_users • 0.5.3A Rust library to access Redox users and groups functionalityINDIRECT8
simd-adler32 • 0.3.10A SIMD-accelerated Adler-32 hash algorithm implementation.INDIRECT0
slab • 0.4.12Pre-allocated storage for a uniform data typeINDIRECT0
yeslogic-fontconfig-sys • 6.0.1Raw bindings to Fontconfig without a vendored C libraryINDIRECT6
MIT OR Unlicense5
PackageRelationDependenciesPublished
byteorder • 1.5.0Library for reading/writing numbers in big-endian and little-endian.INDIRECT0
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
same-file • 1.0.6A simple crate for determining whether two file paths point to the same file. INDIRECT3
walkdir • 2.5.0Recursively walk a directory.INDIRECT4
winapi-util • 0.1.11A dumping ground for high level safe wrappers over windows-sys.INDIRECT2
Apache-2.04
PackageRelationDependenciesPublished
approx • 0.5.1Approximate floating point equality comparisons and assertions.DIRECT2
ciborium-io • 0.2.2Simplified Read/Write traits for no_std usageINDIRECT0
ciborium-ll • 0.2.2Low-level CBOR codec primitivesINDIRECT10
ciborium • 0.2.2serde implementation of CBOR using ciborium-basicINDIRECT13
MPL-2.02
PackageRelationDependenciesPublished
dwrote • 0.11.5Lightweight binding to DirectWrite.INDIRECT6
option-ext • 0.2.0Extends `Option` with additional operationsINDIRECT0
Apache-2.0 OR MIT OR Zlib2
PackageRelationDependenciesPublished
bytemuck • 1.25.2A crate for mucking around with piles of bytes.INDIRECT0
miniz_oxide • 0.8.9DEFLATE compression and decompression library rewritten in Rust based on minizINDIRECT2
Apache-2.0 OR BSD-2-Clause OR MIT2
PackageRelationDependenciesPublished
zerocopy-derive • 0.8.58Custom derive for traits from the zerocopy crateINDIRECT4
zerocopy • 0.8.58Zerocopy makes zero-cost memory manipulation effortless. We write "unsafe" so you don't have to.INDIRECT5
Apache-2.0 OR BSL-1.01
PackageRelationDependenciesPublished
ryu • 1.0.23Fast floating point to string conversionINDIRECT0
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
ISC1
PackageRelationDependenciesPublished
libloading • 0.8.9Bindings around the platform's dynamic library loading primitives with greatly improved memory safety.INDIRECT2
0BSD OR Apache-2.0 OR MIT1
PackageRelationDependenciesPublished
adler2 • 2.0.1A simple clean-room implementation of the Adler-32 checksumINDIRECT0
Last updated on

Copy the licenses badge code for the latest version:

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

Or the licenses badge code for the 1.2.34 version:

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