licenses.dev

observables v0.1.0

Simple Reactivity

Published on

Licenses

Learn more about license information.

Package Licenses

MPL-2.0

Dependency Licenses

Apache-2.0 OR MIT26
PackageRelationDependenciesPublished
async-channel • 1.9.0Async multi-producer multi-consumer channelDIRECT4
autocfg • 1.4.0Automatic cfg for Rust compiler featuresINDIRECT0
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
concurrent-queue • 2.5.0Concurrent multi-producer multi-consumer queueINDIRECT1
crossbeam-utils • 0.8.20Utilities for concurrent programmingINDIRECT0
event-listener • 2.5.3Notify async tasks or threadsINDIRECT0
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-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
gensym • 0.1.1Creates unique identifiers for macros using procedural macros INDIRECT9
getrandom • 0.2.15A small cross-platform library for retrieving random data from system sourceINDIRECT3
libc • 0.2.161Raw FFI bindings to platform libraries like libc. INDIRECT0
log • 0.4.22A lightweight logging facade for Rust INDIRECT0
pin-project-internal • 1.1.5Implementation detail of the `pin-project` crate. INDIRECT4
pin-project-lite • 0.2.14A lightweight version of pin-project written with declarative macros. DIRECT0
pin-project • 1.1.5A crate for safe and ergonomic pin-projection. INDIRECT5
pin-utils • 0.1.0Utilities for pinning INDIRECT0
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 • 1.0.37Quasi-quoting macro quote!(...)INDIRECT2
serde_derive • 1.0.195Macros 1.1 implementation of #[derive(Serialize, Deserialize)]INDIRECT4
serde • 1.0.195A generic serialization/deserialization frameworkINDIRECT5
syn • 2.0.82Parser for Rust source codeINDIRECT2
uuid • 1.6.1A library to generate and parse UUIDs.INDIRECT4
waker-fn • 1.2.0Convert closures into wakersDIRECT0
MIT3
PackageRelationDependenciesPublished
discard • 1.0.4Discard trait which allows for intentionally leaking memoryINDIRECT0
futures-signals • 0.3.34Zero cost FRP signals using the futures crateDIRECT25
slab • 0.4.9Pre-allocated storage for a uniform data typeINDIRECT1
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
Apache-2.0 OR MIT OR Apache-2.0 WITH LLVM-exception1
PackageRelationDependenciesPublished
wasi • 0.11.0+wasi-snapshot-preview1Experimental WASI API bindings for RustINDIRECT0
Last updated on

Copy the licenses badge code for the latest version:

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

Or the licenses badge code for the 0.1.0 version:

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