licenses.dev

plot_interface v0.1.3

Plot interface.

Published on

Licenses

Learn more about license information.

Package Licenses

MIT

Dependency Licenses

Apache-2.0 OR MIT103
PackageRelationDependenciesPublished
android_system_properties • 0.1.5Minimal Android system properties wrapperINDIRECT1
android-tzdata • 0.1.1Parser for the Android-specific tzdata fileINDIRECT0
anyhow • 1.0.94Flexible concrete Error type built on std::error::ErrorINDIRECT0
autocfg • 1.4.0Automatic cfg for Rust compiler featuresINDIRECT0
basic-toml • 0.1.9Minimal TOML library with few dependenciesINDIRECT6
bit_field • 0.10.2Simple bit field trait providing get_bit, get_bits, set_bit, and set_bits methods for Rust's integral types.INDIRECT0
bitflags • 1.3.2A macro to generate structures which behave like bitflags. INDIRECT0
bitflags • 2.6.0A macro to generate structures which behave like bitflags. INDIRECT0
bumpalo • 3.16.0A fast bump allocation arena for Rust.INDIRECT0
cc • 1.2.5A 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. INDIRECT1
cfg-if • 1.0.0A 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
chrono • 0.4.39Date and time library for RustINDIRECT34
core-foundation-sys • 0.8.7Bindings to Core Foundation for macOSINDIRECT0
crc32fast • 1.4.2Fast, SIMD-accelerated CRC32 (IEEE) checksum computationINDIRECT1
crossbeam-deque • 0.8.6Concurrent work-stealing dequeINDIRECT2
crossbeam-epoch • 0.9.18Epoch-based garbage collectionINDIRECT1
crossbeam-utils • 0.8.21Utilities for concurrent programmingINDIRECT0
ctor • 0.1.26__attribute__((constructor)) for RustINDIRECT4
diff • 0.1.13An LCS based slice and string diffing implementation.INDIRECT0
either • 1.6.1The enum `Either` with variants `Left` and `Right` is a general purpose sum type with two cases. INDIRECT0
fdeflate • 0.3.7Fast specialized deflate implementationINDIRECT1
flate2 • 1.0.35DEFLATE compression and decompression exposed as Read/BufRead/Write streams. Supports miniz_oxide and multiple zlib implementations. Supports zlib, gzip, and raw deflate streams. INDIRECT5
gif • 0.13.1GIF de- and encoderINDIRECT2
glob • 0.3.1Support for matching file paths against Unix shell style patterns. INDIRECT0
half • 2.4.1Half-precision floating point f16 and bf16 types for Rust implementing the IEEE 754-2008 standard binary16 and bfloat16 types.INDIRECT2
hashbrown • 0.12.3A Rust port of Google's SwissTable hash mapINDIRECT0
iana-time-zone-haiku • 0.1.2iana-time-zone support crate for Haiku OSINDIRECT2
iana-time-zone • 0.1.61get the IANA time zone for the current systemINDIRECT30
image • 0.24.9Imaging library. Provides basic image processing and encoders/decoders for common image formats.INDIRECT32
itertools • 0.10.5Extra iterator adaptors, iterator methods, free functions, and macros.INDIRECT1
itoa • 1.0.14Fast integer primitive to string conversionINDIRECT0
jpeg-decoder • 0.3.1JPEG decoderINDIRECT6
js-sys • 0.3.76Bindings 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. INDIRECT13
lexical-core • 0.8.5Lexical, to- and from-string conversion routines.INDIRECT6
lexical-parse-float • 0.8.5Efficient parsing of floats from strings.INDIRECT3
lexical-parse-integer • 0.8.6Efficient parsing of integers from strings.INDIRECT2
lexical-util • 0.8.5Shared utilities for lexical creates.INDIRECT1
lexical-write-float • 0.8.5Efficient formatting of floats to strings.INDIRECT3
lexical-write-integer • 0.8.5Efficient formatting of integers to strings.INDIRECT2
lexical • 6.1.1Lexical, to- and from-string conversion routines.INDIRECT7
libc • 0.2.169Raw FFI bindings to platform libraries like libc. INDIRECT0
literally • 0.1.3Macro literals for members of std::collectionsINDIRECT0
lock_api • 0.4.12Wrappers to create fully-featured Mutex and RwLock types. Compatible with no_std.INDIRECT2
log • 0.4.22A lightweight logging facade for Rust INDIRECT0
num-traits • 0.2.19Numeric traits for generic mathematicsINDIRECT1
once_cell • 1.12.1Single assignment cells and lazy values.INDIRECT0
parking_lot_core • 0.9.10An advanced API for creating custom synchronization primitives.INDIRECT14
parse-display-derive • 0.5.5Procedural macro to implement Display and FromStr using common settings.INDIRECT11
parse-display • 0.5.5Procedural macro to implement Display and FromStr using common settings.INDIRECT12
paste • 1.0.15Macros for all your token pasting needsINDIRECT0
pathdiff • 0.2.3Library for diffing paths to obtain relative pathsINDIRECT0
png • 0.17.16PNG decoding and encoding library in pure RustINDIRECT8
pretty_assertions • 1.2.1Overwrite `assert_eq!` and `assert_ne!` with drop-in replacements, adding colorful diffs.INDIRECT11
proc-macro2 • 1.0.92A substitute implementation of the compiler's `proc_macro` API to decouple token-based libraries from the procedural macro use case.INDIRECT1
qoi • 0.4.1VERY fast encoder/decoder for QOI (Quite Okay Image) formatINDIRECT1
quote • 1.0.37Quasi-quoting macro quote!(...)INDIRECT2
rayon-core • 1.12.1Core APIs for RayonINDIRECT3
rayon • 1.10.0Simple work-stealing parallelism for RustINDIRECT5
regex-syntax • 0.6.29A regular expression parser.INDIRECT0
regex • 1.7.3An implementation of regular expressions for Rust. This implementation uses finite automata and guarantees linear time matching on all inputs. INDIRECT3
rustc_version • 0.4.1A library for querying the version of a installed rustc compilerINDIRECT1
rustversion • 1.0.18Conditional compilation according to rustc compiler versionINDIRECT0
scopeguard • 1.2.0A RAII scope guard that will run a given closure when it goes out of scope, even if the code between panics (assuming unwinding panic). Defines the macros `defer!`, `defer_on_unwind!`, `defer_on_success!` as shorthands for guards with one of the implemented strategies. INDIRECT0
semver • 1.0.24Parser and evaluator for Cargo's flavor of Semantic VersioningINDIRECT0
serde_derive • 1.0.195Macros 1.1 implementation of #[derive(Serialize, Deserialize)]INDIRECT4
serde_json • 1.0.134A JSON serialization file formatINDIRECT9
serde • 1.0.195A generic serialization/deserialization frameworkINDIRECT5
shlex • 1.3.0Split a string into shell words, like Python's shlex.INDIRECT0
smallvec • 1.13.2'Small vector' optimization: store up to a small number of items on the stackINDIRECT0
static_assertions • 1.1.0Compile-time assertions to ensure that invariants are met.INDIRECT0
structmeta-derive • 0.1.6derive macro for structmeta crate.INDIRECT4
structmeta • 0.1.6Parse Rust's attribute arguments by defining a struct.INDIRECT5
syn • 1.0.109Parser for Rust source codeINDIRECT3
syn • 2.0.90Parser for Rust source codeINDIRECT2
thiserror-impl • 1.0.69Implementation detail of the `thiserror` crateINDIRECT4
thiserror • 1.0.69derive(Error)INDIRECT5
trybuild • 1.0.89Test harness for ui tests of compiler diagnosticsINDIRECT26
wasm-bindgen-backend • 0.2.99Backend code generation of the wasm-bindgen tool INDIRECT7
wasm-bindgen-macro-support • 0.2.99The part of the implementation of the `#[wasm_bindgen]` attribute that is not in the shared backend crate INDIRECT8
wasm-bindgen-macro • 0.2.99Definition of the `#[wasm_bindgen]` attribute, an internal dependency INDIRECT9
wasm-bindgen-shared • 0.2.99Shared support between wasm-bindgen and wasm-bindgen cli, an internal dependency. INDIRECT0
wasm-bindgen • 0.2.99Easy support for interacting between JS and Rust. INDIRECT12
weezl • 0.1.8Fast LZW compression and decompression.INDIRECT0
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_aarch64_gnullvm • 0.52.6Import lib for WindowsINDIRECT0
windows_aarch64_msvc • 0.36.1Import lib for WindowsINDIRECT0
windows_aarch64_msvc • 0.52.6Import lib for WindowsINDIRECT0
windows_i686_gnu • 0.36.1Import lib for WindowsINDIRECT0
windows_i686_gnu • 0.52.6Import lib for WindowsINDIRECT0
windows_i686_gnullvm • 0.52.6Import lib for WindowsINDIRECT0
windows_i686_msvc • 0.36.1Import lib for WindowsINDIRECT0
windows_i686_msvc • 0.52.6Import lib for WindowsINDIRECT0
windows_x86_64_gnu • 0.36.1Import lib for WindowsINDIRECT0
windows_x86_64_gnu • 0.52.6Import lib for WindowsINDIRECT0
windows_x86_64_gnullvm • 0.52.6Import lib for WindowsINDIRECT0
windows_x86_64_msvc • 0.36.1Import lib for WindowsINDIRECT0
windows_x86_64_msvc • 0.52.6Import lib for WindowsINDIRECT0
windows-core • 0.52.0Rust for WindowsINDIRECT9
windows-sys • 0.36.1Rust for WindowsINDIRECT5
windows-sys • 0.59.0Rust for WindowsINDIRECT9
windows-targets • 0.52.6Import libs for WindowsINDIRECT8
MIT51
PackageRelationDependenciesPublished
ansi_term • 0.12.1Library for ANSI terminal colours and styles (bold, underline)INDIRECT3
cfg_aliases • 0.1.1A tiny utility to help save you a lot of effort with long winded `#[cfg()]` checks.INDIRECT0
clone_dyn_meta • 0.1.1Derive to clone dyn structures. INDIRECT7
clone_dyn • 0.1.0Derive to clone dyn structures. INDIRECT8
color_quant • 1.1.0Color quantization library to reduce n colors to 256 colors.INDIRECT0
convert_case • 0.4.0Convert strings into any caseINDIRECT0
convert_case • 0.5.0Convert strings into any caseINDIRECT0
crunchy • 0.2.2Crunchy unroller: deterministically unroll constant loopsINDIRECT0
dashmap • 5.3.4Blazing fast concurrent HashMap for Rust.INDIRECT19
data_type • 0.1.9Collection of primal data types. INDIRECT3
derive_more • 0.99.18Adds #[derive(x)] macros for more traitsINDIRECT7
derive_tools • 0.1.5Collection of derives which extend STD. INDIRECT23
diagnostics_tools • 0.1.3Diagnostics tools. INDIRECT12
error_tools • 0.1.4Basic exceptions handling mechanism. INDIRECT7
for_each • 0.1.3Apply macro for each element of a list. INDIRECT0
former_meta • 0.1.12Former - a variation of builder pattern. Implementation of its derive macro. Should not be used independently, instead use module::former which relies on the module. INDIRECT10
former_runtime • 0.1.11Former - variation of builder pattern. Its runtime. INDIRECT0
former • 0.1.12Former - variation of builder pattern. INDIRECT12
implements • 0.1.1Macro to answer the question: does it implement a trait? INDIRECT0
impls_index_meta • 0.1.1Several of macros to put each function under a named macro to index every function in a class. INDIRECT7
impls_index • 0.1.3Several of macros to put each function under a named macro to index every function in a class. INDIRECT8
inspect_type • 0.1.2Diagnostic-purpose tools to inspect type of a variable and its size. INDIRECT0
is_slice • 0.1.1Macro to answer the question: is it a slice? INDIRECT0
iter_tools • 0.1.4Collection of general purpose tools to iterate. Currently it simply reexports itertools. INDIRECT2
math_adapter • 0.3.8Collection of math adapters to decouple your application from math libraries' implementations and to provide both inter-libraries compatibility and affordable exchangeability. INDIRECT48
mem_tools • 0.1.1Collection of tools to manipulate memory. INDIRECT0
meta_tools_min • 0.2.13Collection of general purpose meta tools. Minimal Set. INDIRECT32
meta_tools • 0.2.18Collection of general purpose meta tools. INDIRECT43
mod_interface_meta • 0.1.11Protocol of modularity unifying interface of a module and introducing layers. INDIRECT24
mod_interface_runtime • 0.1.1Protocol of modularity unifying interface of a module and introducing layers. INDIRECT0
mod_interface • 0.1.16Protocol of modularity unifying interface of a module and introducing layers. INDIRECT26
open • 3.0.3Open a path or URL using the program configured on the systemINDIRECT7
output_vt100 • 0.1.3Utility to activate escape codes in Windows' CMD and PowerShellINDIRECT3
proc_macro_tools • 0.1.17Tools for writing procedural macroses. INDIRECT6
redox_syscall • 0.5.8A Rust library to access raw Redox system callsINDIRECT1
rgb • 0.8.50`struct RGB/RGBA/etc.` for sharing pixels between crates + convenience methods for color manipulation. Allows no-copy high-level interoperability. Also adds common convenience methods and implements standard Rust traits to make `RGB`/`RGBA` pixels and slices first-class Rust objects.INDIRECT1
simd-adler32 • 0.3.7A SIMD-accelerated Adler-32 hash algorithm implementation.INDIRECT0
strs_tools • 0.1.8Tools to manipulate strings. INDIRECT21
test_tools • 0.1.5Tools for writing and running tests. DIRECT85
tiff • 0.9.1TIFF decoding and encoding library in pure RustINDIRECT14
time_tools • 0.1.4Collection of general purpose time tools. INDIRECT35
type_constructor • 0.1.19Fundamental data types and type constructors, like Single, Pair, Many. INDIRECT0
typing_tools • 0.1.5Collection of general purpose tools for type checking. INDIRECT3
winterval • 0.1.5Interval adapter for both open/closed implementations of intervals ( ranges ). INDIRECT0
wmath • 0.3.8Math library aggregating several math modules. INDIRECT49
woptions_meta • 0.1.3Mechanism to define map of options for a fuction and its defaults laconically. Its meta. INDIRECT37
woptions_runtime • 0.1.3Mechanism to define map of options for a fuction and its defaults laconically. Its runtime. INDIRECT13
woptions • 0.1.3Mechanism to define map of options for a fuction and its defaults laconically. INDIRECT42
wplot • 0.1.7Plot interface. DIRECT152
wtest_basic • 0.1.14Tools for writing tests. The most basic things. INDIRECT84
wtools • 0.2.20Collection of general purpose tools for solving problems. Fundamentally extend the language without spoiling, so may be used solely or in conjunction with another module of such kind. INDIRECT103
MIT OR Unlicense5
PackageRelationDependenciesPublished
aho-corasick • 0.7.20Fast multiple substring searching.INDIRECT1
byteorder • 1.5.0Library for reading/writing numbers in big-endian and little-endian.INDIRECT0
memchr • 2.7.4Provides 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. INDIRECT11
winapi-util • 0.1.9A dumping ground for high level safe wrappers over windows-sys.INDIRECT10
Apache-2.0 OR MIT OR Zlib3
PackageRelationDependenciesPublished
bytemuck • 1.21.0A crate for mucking around with piles of bytes.INDIRECT0
miniz_oxide • 0.8.2DEFLATE compression and decompression library rewritten in Rust based on minizINDIRECT2
zune-inflate • 0.2.54A heavily optimized deflate decompressor in Pure RustINDIRECT1
BSD-3-Clause2
PackageRelationDependenciesPublished
exr • 1.73.0Read and write OpenEXR files without any unsafe codeINDIRECT14
lebe • 0.5.2Tiny, dead simple, high performance endianness conversions with a generic APIINDIRECT0
Apache-2.01
PackageRelationDependenciesPublished
dissimilar • 1.0.9Diff library with semantic cleanup, based on Google's diff-match-patchINDIRECT0
0BSD OR Apache-2.0 OR MIT1
PackageRelationDependenciesPublished
adler2 • 2.0.0A simple clean-room implementation of the Adler-32 checksumINDIRECT0
Apache-2.0 OR BSL-1.01
PackageRelationDependenciesPublished
ryu • 1.0.18Fast floating point to string conversionINDIRECT0
Unicode-3.0 AND (Apache-2.0 OR MIT)1
PackageRelationDependenciesPublished
unicode-ident • 1.0.14Determine whether characters have the XID_Start or XID_Continue properties according to Unicode Standard Annex #31INDIRECT0
Last updated on

Copy the licenses badge code for the latest version:

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

Or the licenses badge code for the 0.1.3 version:

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