licenses.dev

plotters v0.2.15

A Rust drawing library focus on data plotting for both WASM and native applications

Published on

Licenses

Learn more about license information.

Package Licenses

MIT

Dependency Licenses

Apache-2.0 OR MIT155
PackageRelationDependenciesPublished
addr2line • 0.20.0A cross-platform symbolication library written in Rust, using `gimli`INDIRECT1
android_system_properties • 0.1.5Minimal Android system properties wrapperINDIRECT1
android-tzdata • 0.1.1Parser for the Android-specific tzdata fileINDIRECT0
autocfg • 1.4.0Automatic cfg for Rust compiler featuresINDIRECT0
backtrace • 0.3.68A library to acquire a stack trace (backtrace) at runtime in a Rust program. INDIRECT11
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
cast • 0.3.0Ergonomic, checked cast functions for primitive typesINDIRECT0
cc • 1.1.31A 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 • 0.1.10A 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
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
cgl • 0.2.3Rust bindings for CGL on MacINDIRECT6
chrono • 0.4.38Date and time library for RustDIRECT34
cmake • 0.1.51A build dependency for running `cmake` to build a native library INDIRECT2
cocoa • 0.18.5Bindings to Cocoa for macOSINDIRECT10
console_error_panic_hook • 0.1.7A panic hook for `wasm32-unknown-unknown` that logs panics to `console.error`INDIRECT13
core-foundation-sys • 0.6.2Bindings to Core Foundation for macOSINDIRECT0
core-foundation-sys • 0.7.0Bindings to Core Foundation for macOSINDIRECT0
core-foundation-sys • 0.8.7Bindings to Core Foundation for macOSINDIRECT0
core-foundation • 0.6.4Bindings to Core Foundation for macOSINDIRECT2
core-foundation • 0.7.0Bindings to Core Foundation for macOSINDIRECT2
core-graphics • 0.17.3Bindings to Core Graphics for macOSINDIRECT6
core-graphics • 0.19.2Bindings to Core Graphics for macOSINDIRECT6
core-text • 15.0.0Bindings to the Core Text framework.INDIRECT7
crc32fast • 1.4.2Fast, SIMD-accelerated CRC32 (IEEE) checksum computationINDIRECT1
criterion-plot • 0.4.5Criterion's plotting libraryINDIRECT3
criterion • 0.3.6Statistics-driven micro-benchmarking libraryDIRECT67
crossbeam-deque • 0.8.5Concurrent work-stealing dequeINDIRECT2
crossbeam-epoch • 0.9.18Epoch-based garbage collectionINDIRECT1
crossbeam-utils • 0.8.20Utilities for concurrent programmingINDIRECT0
cty • 0.2.2Type aliases to C types like c_int for use with bindgenINDIRECT0
deflate • 0.8.6A DEFLATE, zlib and gzip encoder written in Rust. INDIRECT2
dirs-sys • 0.3.7System-level helper functions for the dirs and directories crates.INDIRECT16
dirs • 2.0.2A 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.INDIRECT18
downcast-rs • 1.2.1Trait object downcasting support using only safe Rust. It supports type parameters, associated types, and type constraints. INDIRECT0
either • 1.13.0The enum `Either` with variants `Left` and `Right` is a general purpose sum type with two cases. INDIRECT0
float-ord • 0.2.0A total ordering for floating-point numbersINDIRECT0
fnv • 1.0.7Fowler–Noll–Vo hash functionINDIRECT0
font-kit • 0.7.1A cross-platform font loading libraryDIRECT58
foreign-types-shared • 0.1.1An internal crate used by foreign-typesINDIRECT0
foreign-types • 0.3.2A framework for Rust wrappers over C APIsINDIRECT1
freetype • 0.4.1Bindings for Freetype used by ServoINDIRECT6
futures-channel • 0.3.31Channels for asynchronous communication using futures-rs. INDIRECT1
futures-core • 0.3.31The core traits and types in for the `futures` library. INDIRECT0
futures-executor • 0.3.31Executors for asynchronous tasks based on the futures-rs library. INDIRECT12
futures-macro • 0.3.31The futures-rs procedural macro implementations. INDIRECT4
futures-task • 0.3.31Tools for working with tasks. INDIRECT0
futures-util • 0.3.31Common utilities and extension traits for the futures-rs library. INDIRECT11
getrandom • 0.1.16A small cross-platform library for retrieving random data from system sourceINDIRECT3
getrandom • 0.2.15A small cross-platform library for retrieving random data from system sourceINDIRECT3
gif • 0.10.3GIF de- and encoderDIRECT2
gif • 0.11.4GIF de- and encoderINDIRECT2
gimli • 0.27.3A library for reading and writing the DWARF debugging format.INDIRECT0
gleam • 0.6.19Generated OpenGL bindings and wrapper for Servo.INDIRECT4
half • 1.8.3Half-precision floating point f16 and bf16 types for Rust implementing the IEEE 754-2008 standard binary16 and bfloat16 types.INDIRECT0
hermit-abi • 0.1.19Hermit system calls definitions.INDIRECT1
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
itertools • 0.10.5Extra iterator adaptors, iterator methods, free functions, and macros.INDIRECT1
itertools • 0.9.0Extra iterator adaptors, iterator methods, free functions, and macros.DIRECT1
itoa • 1.0.11Fast integer primitive to string conversionINDIRECT0
jpeg-decoder • 0.1.22JPEG decoderINDIRECT6
js-sys • 0.3.72Bindings 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. DIRECT13
lazy_static • 1.5.0A macro for declaring lazily evaluated statics in Rust.DIRECT0
libc • 0.2.161Raw FFI bindings to platform libraries like libc. INDIRECT0
lock_api • 0.3.4Wrappers to create fully-featured Mutex and RwLock types. Compatible with no_std.INDIRECT1
log • 0.4.22A lightweight logging facade for Rust INDIRECT0
lzw • 0.10.0LZW compression and decompression.INDIRECT0
maybe-uninit • 2.0.0MaybeUninit for friends of backwards compatibilityINDIRECT0
memmap • 0.7.0Cross-platform Rust API for memory-mapped file IOINDIRECT4
num-iter • 0.1.45External iterators for generic mathematicsINDIRECT3
num-rational • 0.3.2Rational numbers implementation for RustINDIRECT3
num-traits • 0.2.19Numeric traits for generic mathematicsDIRECT1
object • 0.31.1A unified interface for reading and writing object file formats.INDIRECT1
once_cell • 1.20.2Single assignment cells and lazy values.INDIRECT0
palette_derive • 0.5.0Automatically implement traits from the palette crate.INDIRECT4
palette • 0.5.0Convert and manage colors with a focus on correctness, flexibility and ease of use.DIRECT8
parking_lot_core • 0.6.3An advanced API for creating custom synchronization primitives.INDIRECT13
parking_lot • 0.9.0More compact and efficient implementations of the standard synchronization primitives.INDIRECT16
pathfinder_geometry • 0.5.1Basic SIMD-accelerated geometry/linear algebraINDIRECT4
pathfinder_simd • 0.5.4A simple SIMD libraryINDIRECT2
percent-encoding • 2.3.1Percent encoding and decodingINDIRECT0
pin-project-lite • 0.2.14A lightweight version of pin-project written with declarative macros. INDIRECT0
pin-utils • 0.1.0Utilities for pinning INDIRECT0
pkg-config • 0.3.31A library to run the pkg-config system tool at build time in order to be used in Cargo build scripts. INDIRECT0
png • 0.16.8PNG decoding and encoding library in pure RustINDIRECT7
ppv-lite86 • 0.2.20Implementation of the crypto-simd API for x86INDIRECT7
proc-macro2 • 0.4.30A substitute implementation of the compiler's `proc_macro` API to decouple token-based libraries from the procedural macro use case.INDIRECT1
proc-macro2 • 1.0.88A substitute implementation of the compiler's `proc_macro` API to decouple token-based libraries from the procedural macro use case.INDIRECT1
quote • 0.6.13Quasi-quoting macro quote!(...)INDIRECT2
quote • 1.0.37Quasi-quoting macro quote!(...)INDIRECT2
rand_chacha • 0.2.2ChaCha random number generator INDIRECT13
rand_core • 0.5.1Core random number generator traits and tools for implementation. INDIRECT4
rand_distr • 0.2.2Sampling from random number distributions DIRECT16
rand_hc • 0.2.0HC128 random number generator INDIRECT5
rand_xorshift • 0.2.0Xorshift random number generator DIRECT5
rand • 0.7.3Random number generators and other randomness functionality. DIRECT15
rayon-core • 1.12.1Core APIs for RayonINDIRECT3
rayon • 1.10.0Simple work-stealing parallelism for RustDIRECT5
read_color • 1.0.0A simple library for reading hex colorsINDIRECT0
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.2.3A library for querying the version of a installed rustc compilerINDIRECT2
rustc_version • 0.4.1A library for querying the version of a installed rustc compilerINDIRECT1
rustc-demangle • 0.1.24Rust compiler symbol demangling. INDIRECT0
rusttype • 0.7.9A pure Rust alternative to libraries like FreeType. RustType provides an API for loading, querying and rasterising TrueType fonts. It also provides an implementation of a dynamic GPU glyph cache for hardware font rendering. INDIRECT7
rusttype • 0.8.3A pure Rust alternative to libraries like FreeType. RustType provides an API for loading, querying and rasterising TrueType fonts. It also provides an implementation of a dynamic GPU glyph cache for hardware font rendering. DIRECT6
scoped-tls • 1.0.1Library implementation of the standard library's old `scoped_thread_local!` macro for providing scoped access to thread local storage (TLS) so any type can be stored into TLS. INDIRECT0
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-parser • 0.7.0Parsing of the semver spec. INDIRECT0
semver • 0.9.0Parser and evaluator for Cargo's flavor of Semantic VersioningINDIRECT1
semver • 1.0.23Parser and evaluator for Cargo's flavor of Semantic VersioningINDIRECT0
serde_cbor • 0.11.2CBOR support for serde.INDIRECT7
serde_derive • 1.0.195Macros 1.1 implementation of #[derive(Serialize, Deserialize)]INDIRECT4
serde_json • 1.0.132A JSON serialization file formatINDIRECT9
serde • 1.0.195A generic serialization/deserialization frameworkINDIRECT5
servo-fontconfig • 0.4.0Rust bindings for fontconfigINDIRECT8
shared_library • 0.1.9Easily bind to and load shared librariesINDIRECT2
shlex • 1.3.0Split a string into shell words, like Python's shlex.INDIRECT0
smallvec • 0.6.14'Small vector' optimization: store up to a small number of items on the stackINDIRECT1
stb_truetype • 0.3.1A straight translation of the font loading code in stb_truetype.h from C to Rust.INDIRECT1
syn • 1.0.109Parser for Rust source codeINDIRECT3
syn • 2.0.82Parser for Rust source codeINDIRECT2
thiserror-impl • 1.0.64Implementation detail of the `thiserror` crateINDIRECT4
thiserror • 1.0.64derive(Error)INDIRECT5
tinytemplate • 1.2.1Simple, lightweight template engineINDIRECT10
unicode-width • 0.1.14Determine displayed width of `char` and `str` types according to Unicode Standard Annex #11 rules. INDIRECT0
unicode-xid • 0.1.0Determine whether characters have the XID_Start or XID_Continue properties according to Unicode Standard Annex #31. INDIRECT0
wasm-bindgen-backend • 0.2.95Backend code generation of the wasm-bindgen tool INDIRECT8
wasm-bindgen-futures • 0.4.45Bridging the gap between Rust Futures and JavaScript PromisesINDIRECT15
wasm-bindgen-macro-support • 0.2.95The part of the implementation of the `#[wasm_bindgen]` attribute that is not in the shared backend crate INDIRECT9
wasm-bindgen-macro • 0.2.95Definition of the `#[wasm_bindgen]` attribute, an internal dependency INDIRECT10
wasm-bindgen-shared • 0.2.95Shared support between wasm-bindgen and wasm-bindgen cli, an internal dependency. INDIRECT0
wasm-bindgen-test-macro • 0.3.37Internal testing macro for wasm-bindgenINDIRECT3
wasm-bindgen-test • 0.3.37Internal testing crate for wasm-bindgenDIRECT19
wasm-bindgen • 0.2.95Easy support for interacting between JS and Rust. DIRECT12
web-sys • 0.3.72Bindings for all Web APIs, a procedurally generated crate from WebIDL DIRECT14
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.52.6Import 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.52.6Import 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.52.6Import lib for WindowsINDIRECT0
windows-core • 0.52.0Rust for WindowsINDIRECT9
windows-sys • 0.59.0Rust for WindowsINDIRECT9
windows-targets • 0.52.6Import libs for WindowsINDIRECT8
wio • 0.2.2Windows IO wrapperINDIRECT3
xdg • 2.5.2A library for storing and retrieving files according to XDG Base Directory specificationINDIRECT0
MIT59
PackageRelationDependenciesPublished
andrew • 0.2.1The andrew crate provides convenient drawing of objects such as shapes, lines and text to buffersINDIRECT25
android_glue • 0.2.3Glue for the Android JNIINDIRECT0
atty • 0.2.14A simple interface for querying attyINDIRECT5
block • 0.1.6Rust interface for Apple's C language extension of blocks.INDIRECT0
cairo-rs • 0.8.1Rust bindings for the Cairo libraryDIRECT22
cairo-sys-rs • 0.9.2FFI bindings to libcairoINDIRECT3
clap • 2.34.0A simple to use, efficient, and full-featured Command Line Argument ParserINDIRECT3
color_quant • 1.1.0Color quantization library to reduce n colors to 256 colors.INDIRECT0
dlib • 0.4.2Helper macros for handling manually loading optional system libraries.INDIRECT5
expat-sys • 2.1.6XML parser library written in CINDIRECT4
glib-sys • 0.9.1FFI bindings to libglib-2.0INDIRECT2
glib • 0.9.3Rust bindings for the GLib libraryINDIRECT20
gobject-sys • 0.9.1FFI bindings to libgobject-2.0INDIRECT3
image • 0.23.14Imaging library. Provides basic image processing and encoders/decoders for common image formats.DIRECT28
interpolation • 0.2.0A library for interpolationINDIRECT0
libredox • 0.1.3Redox stable ABIINDIRECT2
line_drawing • 0.7.0A collection of line-drawing algorithms for use in graphics and video games.INDIRECT2
malloc_buf • 0.0.6Structs for handling malloc'd memory passed to Rust.INDIRECT1
miniz_oxide • 0.3.7DEFLATE compression and decompression library rewritten in Rust based on minizINDIRECT1
nix • 0.14.1Rust friendly bindings to *nix APIsINDIRECT6
objc • 0.2.7Objective-C Runtime bindings and wrapper for Rust.INDIRECT2
oorandom • 11.1.4A tiny, robust PRNG implementation.INDIRECT0
ordered-float • 1.1.1Wrappers for total ordering on floatsINDIRECT2
piston_window • 0.108.0The official Piston window wrapper for the Piston game engineDIRECT156
piston-float • 1.0.1Traits for generic floats in game developmentINDIRECT0
piston-gfx_texture • 0.41.0A Gfx texture representation that works nicely with Piston librariesINDIRECT34
piston-graphics_api_version • 0.2.0A library for storing graphics API versionsINDIRECT0
piston-shaders_graphics2d • 0.3.1Shaders for 2D graphics in RustINDIRECT0
piston-texture • 0.8.0A generic library for texturesINDIRECT0
piston-viewport • 1.0.2A library for storing viewport informationINDIRECT1
piston • 0.49.0The Piston game engine core librariesINDIRECT13
piston2d-gfx_graphics • 0.68.0A Gfx 2D back-end for the Piston game engineINDIRECT49
piston2d-graphics • 0.36.0A library for 2D graphics that works with multiple back-endsINDIRECT14
pistoncore-event_loop • 0.49.0A Piston event loop for games and interactive applicationsINDIRECT12
pistoncore-glutin_window • 0.63.0A Piston window back-end using the Glutin libraryINDIRECT116
pistoncore-input • 0.28.1A structure for user inputINDIRECT9
pistoncore-window • 0.44.0A library for window abstractionINDIRECT11
plotters-backend • 0.3.7Plotters Backend APIINDIRECT0
plotters-svg • 0.3.7Plotters SVG backendINDIRECT1
plotters • 0.3.7A Rust drawing library focus on data plotting for both WASM and native applicationsINDIRECT19
raw-window-handle • 0.3.4Interoperability library for Rust Windowing applications.INDIRECT3
redox_syscall • 0.1.57A Rust library to access raw Redox system callsINDIRECT0
redox_users • 0.4.6A Rust library to access Redox users and groups functionalityINDIRECT12
scoped_threadpool • 0.1.9A library for scoped and cached threadpools.INDIRECT0
servo-fontconfig-sys • 4.0.9Font configuration and customization libraryINDIRECT6
shader_version • 0.6.0A helper library for detecting and picking compatible shadersINDIRECT1
slab • 0.4.9Pre-allocated storage for a uniform data typeINDIRECT1
smithay-client-toolkit • 0.4.6Toolkit for making client wayland applications.INDIRECT49
textwrap • 0.11.0Powerful library for word wrapping, indenting, and dedenting stringsINDIRECT1
tiff • 0.6.1TIFF decoding and encoding library in pure RustINDIRECT11
vecmath • 1.0.0A simple and type agnostic library for vector math designed for reexportingINDIRECT1
void • 1.0.2The uninhabited void type for use in statically impossible cases.INDIRECT0
wayland-client • 0.21.13Bindings to the standard C implementation of the wayland protocol, client side.INDIRECT22
wayland-commons • 0.21.13Common types and structures used by wayland-client and wayland-server.INDIRECT15
wayland-protocols • 0.21.13Generated API for the officials wayland protocol extensionsINDIRECT23
wayland-scanner • 0.21.13Wayland Scanner for generating rust APIs from XML wayland protocol files.INDIRECT4
wayland-sys • 0.21.13FFI bindings to the various libwayland-*.so libraries. You should only need this crate if you are working on custom wayland protocol extensions. Look at the crate wayland-client for usable bindings.INDIRECT7
x11-dl • 2.21.0X11 library bindings for RustINDIRECT3
xml-rs • 0.8.22An XML library in pure RustINDIRECT0
Apache-2.018
PackageRelationDependenciesPublished
approx • 0.3.2Approximate floating point equality comparisons and assertions.INDIRECT2
draw_state • 0.8.0Graphics state blocks for gfx-rsINDIRECT1
gfx_core • 0.9.2Core library of Gfx-rsINDIRECT3
gfx_device_gl • 0.16.2OpenGL backend for gfx-rsINDIRECT8
gfx_gl • 0.6.1OpenGL bindings for gfx, based on gl-rsINDIRECT4
gfx • 0.18.3A high-performance, bindless graphics APIINDIRECT4
gl_generator • 0.10.0Code generators for creating bindings to the Khronos OpenGL APIs.INDIRECT3
gl_generator • 0.13.1Code generators for creating bindings to the Khronos OpenGL APIs.INDIRECT3
gl_generator • 0.14.0Code generators for creating bindings to the Khronos OpenGL APIs.INDIRECT3
gl • 0.11.0OpenGL bindingsINDIRECT4
glutin_egl_sys • 0.1.6The egl bindings for glutinINDIRECT7
glutin_emscripten_sys • 0.1.1The emscripten bindings for glutinINDIRECT0
glutin_gles2_sys • 0.1.5The gles2 bindings for glutinINDIRECT7
glutin_glx_sys • 0.1.8The glx bindings for glutinINDIRECT8
glutin_wgl_sys • 0.1.5The wgl bindings for glutinINDIRECT4
glutin • 0.21.2Cross-platform OpenGL context provider.INDIRECT101
khronos_api • 3.1.0The Khronos XML API Registry, exposed as byte string constants.INDIRECT0
winit • 0.19.5Cross-platform window creation library.INDIRECT87
MIT OR Unlicense7
PackageRelationDependenciesPublished
byteorder • 1.5.0Library for reading/writing numbers in big-endian and little-endian.INDIRECT0
csv-core • 0.1.11Bare bones CSV parsing with no_std support.INDIRECT1
csv • 1.3.0Fast CSV parsing with support for serde.INDIRECT10
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
same-file • 1.0.6A simple crate for determining whether two file paths point to the same file. INDIRECT11
walkdir • 2.5.0Recursively walk a directory.INDIRECT12
winapi-util • 0.1.9A dumping ground for high level safe wrappers over windows-sys.INDIRECT10
Apache-2.0 OR MIT OR Zlib4
PackageRelationDependenciesPublished
bytemuck • 1.19.0A crate for mucking around with piles of bytes.INDIRECT0
miniz_oxide • 0.4.4DEFLATE compression and decompression library rewritten in Rust based on minizINDIRECT2
miniz_oxide • 0.7.4DEFLATE compression and decompression library rewritten in Rust based on minizINDIRECT1
raw-window-handle • 0.4.3Interoperability library for Rust Windowing applications.INDIRECT1
Apache-2.0 OR MIT OR Apache-2.0 WITH LLVM-exception2
PackageRelationDependenciesPublished
wasi • 0.11.0+wasi-snapshot-preview1Experimental WASI API bindings for RustINDIRECT0
wasi • 0.9.0+wasi-snapshot-preview1Experimental WASI API bindings for RustINDIRECT0
ISC2
PackageRelationDependenciesPublished
libloading • 0.5.2Bindings around the platform's dynamic library loading primitives with greatly improved memory safety.INDIRECT5
libloading • 0.6.7Bindings around the platform's dynamic library loading primitives with greatly improved memory safety.INDIRECT4
Apache-2.0 OR BSD-2-Clause OR MIT2
PackageRelationDependenciesPublished
zerocopy-derive • 0.7.35Custom derive for traits from the zerocopy crateINDIRECT4
zerocopy • 0.7.35Utilities for zero-copy parsing and serializationINDIRECT6
MPL-2.01
PackageRelationDependenciesPublished
dwrote • 0.11.2Lightweight binding to DirectWrite.INDIRECT6
unknown1
PackageRelationDependenciesPublished
num-integer • 0.1.46Integer traits and functionsINDIRECT2
Apache-2.0 OR BSL-1.01
PackageRelationDependenciesPublished
ryu • 1.0.18Fast floating point to string conversionINDIRECT0
FTL OR GPL-2.01
PackageRelationDependenciesPublished
servo-freetype-sys • 4.0.5FreeType is a freely available software library to render fonts.INDIRECT4
0BSD OR Apache-2.0 OR MIT1
PackageRelationDependenciesPublished
adler • 1.0.2A simple clean-room implementation of the Adler-32 checksumINDIRECT0
Zlib1
PackageRelationDependenciesPublished
adler32 • 1.2.0Minimal Adler32 implementation for Rust.INDIRECT0
CC0-1.01
PackageRelationDependenciesPublished
osmesa-sys • 0.1.2OSMesa library bindings for RustINDIRECT3
Unicode-DFS-2016 AND (Apache-2.0 OR MIT)1
PackageRelationDependenciesPublished
unicode-ident • 1.0.13Determine whether characters have the XID_Start or XID_Continue properties according to Unicode Standard Annex #31INDIRECT0
BSD-2-Clause1
PackageRelationDependenciesPublished
cloudabi • 0.0.3Low level interface to CloudABI. Contains all syscalls and related types.INDIRECT1
Last updated on

Copy the licenses badge code for the latest version:

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

Or the licenses badge code for the 0.2.15 version:

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