licenses.dev

ckpttn-rs v0.1.1

Circuit Partitioning in Rust

Published on

Licenses

Learn more about license information.

Package Licenses

Apache-2.0 OR MIT

Dependency Licenses

Apache-2.0 OR MIT50
PackageRelationDependenciesPublished
arrayvec • 0.7.6A vector with fixed capacity, backed by an array (it can be stored on the stack too). Implements fixed capacity ArrayVec and ArrayString.INDIRECT0
autocfg • 1.5.0Automatic cfg for Rust compiler featuresINDIRECT0
base64 • 0.13.1encodes and decodes base64 as bytes or utf8INDIRECT0
bitflags • 1.3.2A macro to generate structures which behave like bitflags. INDIRECT0
bstr • 1.12.0A string type that is not required to be valid UTF-8.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.1A 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
downcast-rs • 1.2.1Trait object downcasting support using only safe Rust. It supports type parameters, associated types, and type constraints. INDIRECT0
either • 1.15.0The enum `Either` with variants `Left` and `Right` is a general purpose sum type with two cases. INDIRECT0
equivalent • 1.0.2Traits for key comparison in maps.INDIRECT0
fixedbitset • 0.5.7FixedBitSet is a simple bitset collectionINDIRECT0
getrandom • 0.2.16A small cross-platform library for retrieving random data from system sourceINDIRECT3
hashbrown • 0.15.4A Rust port of Google's SwissTable hash mapINDIRECT0
indexmap • 2.10.0A hash table with consistent order and fast iteration.INDIRECT2
itertools • 0.10.5Extra iterator adaptors, iterator methods, free functions, and macros.INDIRECT1
itoa • 1.0.15Fast integer primitive to string conversionINDIRECT0
json • 0.12.4JSON implementation in RustINDIRECT0
lazy_static • 1.5.0A macro for declaring lazily evaluated statics in Rust.INDIRECT0
libc • 0.2.174Raw FFI bindings to platform libraries like libc.INDIRECT0
log • 0.4.27A lightweight logging facade for Rust INDIRECT0
matrixmultiply • 0.3.10General matrix multiplication for f32 and f64 matrices. Operates on matrices with general layout (they can use arbitrary row and column stride). Detects and uses AVX or SSE2 on x86 platforms transparently for higher performance. Uses a microkernel strategy, so that the implementation is easy to parallelize and optimize. Supports multithreading.INDIRECT2
num-complex • 0.4.6Complex numbers implementation for RustINDIRECT3
num-derive • 0.3.3Numeric syntax extensionsINDIRECT4
num-integer • 0.1.46Integer traits and functionsINDIRECT3
num-rational • 0.4.1Rational numbers implementation for RustINDIRECT4
num-traits • 0.2.19Numeric traits for generic mathematicsINDIRECT2
once_cell • 1.21.3Single assignment cells and lazy values.INDIRECT0
paste • 1.0.15Macros for all your token pasting needsINDIRECT0
petgraph • 0.7.1Graph data structure library. Provides graph types and graph algorithms.DIRECT10
ppv-lite86 • 0.2.21Cross-platform cryptography-oriented low-level SIMD library.INDIRECT6
proc-macro-hack • 0.5.20+deprecatedProcedural macros in expression positionINDIRECT0
proc-macro2 • 1.0.95A substitute implementation of the compiler's `proc_macro` API to decouple token-based libraries from the procedural macro use case.INDIRECT1
quote • 1.0.40Quasi-quoting macro quote!(...)INDIRECT2
rand_chacha • 0.3.1ChaCha random number generator INDIRECT12
rand_core • 0.6.4Core random number generator traits and tools for implementation. INDIRECT4
rand • 0.8.5Random number generators and other randomness functionality. INDIRECT13
rawpointer • 0.2.1Extra methods for raw pointers and `NonNull<T>`. For example `.post_inc()` and `.pre_dec()` (c.f. `ptr++` and `--ptr`), `offset` and `add` for `NonNull<T>`, and the function `ptrdistance`. INDIRECT0
rustc-hash • 1.1.0speed, non-cryptographic hash used in rustcINDIRECT0
serde_derive • 1.0.210Macros 1.1 implementation of #[derive(Serialize, Deserialize)]INDIRECT4
serde_json • 1.0.140A JSON serialization file formatDIRECT9
serde • 1.0.210A generic serialization/deserialization frameworkINDIRECT5
siphasher • 0.3.11SipHash-2-4, SipHash-1-3 and 128-bit variants in pure RustINDIRECT0
smallvec • 1.15.1'Small vector' optimization: store up to a small number of items on the stackINDIRECT0
svgbobdoc • 0.3.0Renders ASCII diagrams in doc comments as SVG images. DIRECT66
syn • 1.0.109Parser for Rust source codeINDIRECT3
syn • 2.0.56Parser for Rust source codeINDIRECT3
thiserror-impl • 1.0.65Implementation detail of the `thiserror` crateINDIRECT4
thiserror • 1.0.65derive(Error)INDIRECT5
typenum • 1.18.0Typenum is a Rust library for type-level numbers evaluated at compile time. It currently supports bits, unsigned integers, and signed integers. It also provides a type-level array of type-level numbers, but its implementation is incomplete.INDIRECT0
unicode-width • 0.1.14Determine displayed width of `char` and `str` types according to Unicode Standard Annex #11 rules. INDIRECT0
MIT12
PackageRelationDependenciesPublished
doc-comment • 0.3.3Macro to generate doc commentsINDIRECT0
jss • 0.5.1Create dynamic css easily using json notationINDIRECT24
libm • 0.2.15libm in pure RustINDIRECT0
mt-dom • 0.15.0A library for generating patches as a result diffing virtual DOM treeINDIRECT1
phf_generator • 0.10.0PHF generation logicINDIRECT16
phf_macros • 0.10.0Macros to generate types in the phf crateINDIRECT19
phf_shared • 0.10.0Support code shared by PHF librariesINDIRECT1
phf • 0.10.1Runtime support for perfect hash function data structuresINDIRECT20
pom • 3.4.0PEG parser combinators using operator overloading without macros.INDIRECT2
sauron-core • 0.45.2An html library for building client side webappsINDIRECT30
sauron • 0.45.2A versatile web framework and library for building client-side and/or server-side web applicationsINDIRECT31
slab • 0.4.10Pre-allocated storage for a uniform data typeINDIRECT0
Apache-2.05
PackageRelationDependenciesPublished
approx • 0.5.1Approximate floating point equality comparisons and assertions.INDIRECT3
nalgebra-macros • 0.1.0Procedural macros for nalgebraINDIRECT4
parry2d • 0.8.02 dimensional collision detection library in Rust.INDIRECT29
simba • 0.7.3SIMD algebra for RustINDIRECT9
svgbob • 0.6.6Transform your ascii diagrams into happy little SVGINDIRECT64
Apache-2.0 OR MIT OR Zlib3
PackageRelationDependenciesPublished
bytemuck • 1.23.1A crate for mucking around with piles of bytes.INDIRECT0
safe_arch • 0.7.4Crate that exposes `core::arch` safely via `#[cfg()]`.INDIRECT1
wide • 0.7.33A crate to help you go wide.INDIRECT2
Apache-2.0 OR BSD-2-Clause OR MIT2
PackageRelationDependenciesPublished
zerocopy-derive • 0.8.26Custom derive for traits from the zerocopy crateINDIRECT4
zerocopy • 0.8.26Zerocopy makes zero-cost memory manipulation effortless. We write "unsafe" so you don't have to.INDIRECT5
MIT OR Unlicense1
PackageRelationDependenciesPublished
memchr • 2.7.5Provides extremely fast (uses SIMD on x86_64, aarch64 and wasm32) routines for 1, 2 or 3 byte search and single substring search. INDIRECT0
Apache-2.0 OR BSL-1.01
PackageRelationDependenciesPublished
ryu • 1.0.20Fast floating point to string conversionINDIRECT0
BSD-3-Clause1
PackageRelationDependenciesPublished
nalgebra • 0.30.1General-purpose linear algebra library with transformations and statically-sized or dynamically-sized matrices.INDIRECT20
Unicode-3.0 AND (Apache-2.0 OR MIT)1
PackageRelationDependenciesPublished
unicode-ident • 1.0.18Determine 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.1+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/ckpttn-rs)](https://licenses.dev/cargo/ckpttn-rs)
<a href="https://licenses.dev/cargo/ckpttn-rs">
  <img src="https://licenses.dev/b/cargo/ckpttn-rs" alt="licenses" />
</a>

Or the licenses badge code for the 0.1.1 version:

[![licenses](https://licenses.dev/b/cargo/ckpttn-rs/0.1.1)](https://licenses.dev/cargo/ckpttn-rs/0.1.1)
<a href="https://licenses.dev/cargo/ckpttn-rs/0.1.1">
  <img src="https://licenses.dev/b/cargo/ckpttn-rs/0.1.1" alt="licenses" />
</a>
GitHub