licenses.dev

mod_interface v0.4.0

Protocol of modularity unifying interface of a module and introducing layers.

Published on

Licenses

Learn more about license information.

Package Licenses

MIT

Dependency Licenses

Apache-2.0 OR MIT35
PackageRelationDependenciesPublished
anyhow • 1.0.90Flexible 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
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
glob • 0.3.1Support for matching file paths against Unix shell style patterns. INDIRECT0
itoa • 1.0.11Fast integer primitive to string conversionINDIRECT0
literally • 0.1.3Macro literals for members of std::collectionsINDIRECT0
num-traits • 0.2.19Numeric traits for generic mathematicsINDIRECT1
once_cell • 1.20.2Single assignment cells and lazy values.INDIRECT0
paste • 1.0.15Macros for all your token pasting needsINDIRECT0
pretty_assertions • 1.2.1Overwrite `assert_eq!` and `assert_ne!` with drop-in replacements, adding colorful diffs.INDIRECT11
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
rustversion • 1.0.18Conditional compilation according to rustc compiler versionINDIRECT0
serde_derive • 1.0.210Macros 1.1 implementation of #[derive(Serialize, Deserialize)]INDIRECT4
serde_json • 1.0.132A JSON serialization file formatINDIRECT9
serde • 1.0.210A generic serialization/deserialization frameworkINDIRECT5
syn • 1.0.109Parser for Rust source codeINDIRECT3
syn • 2.0.56Parser for Rust source codeINDIRECT3
trybuild • 1.0.89Test harness for ui tests of compiler diagnosticsINDIRECT26
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-sys • 0.59.0Rust for WindowsINDIRECT9
windows-targets • 0.52.6Import libs for WindowsINDIRECT8
MIT24
PackageRelationDependenciesPublished
ansi_term • 0.12.1Library for ANSI terminal colours and styles (bold, underline)INDIRECT3
convert_case • 0.4.0Convert strings into any caseINDIRECT0
data_type • 0.1.9Collection of primal data types. INDIRECT3
derive_more • 0.99.18Adds #[derive(x)] macros for more traitsINDIRECT5
derive_tools_meta • 0.2.0Derive to clone dyn structures. INDIRECT6
derive_tools • 0.2.0Collection of derives which extend STD. INDIRECT10
diagnostics_tools • 0.2.0Diagnostics tools. INDIRECT12
for_each • 0.3.0Apply macro for each element of a list. INDIRECT0
implements • 0.3.0Macro to answer the question: does it implement a trait? INDIRECT0
impls_index_meta • 0.2.0Several of macros to put each function under a named macro to index every function in a class. INDIRECT6
impls_index • 0.2.0Several of macros to put each function under a named macro to index every function in a class. INDIRECT7
inspect_type • 0.4.0Diagnostic-purpose tools to inspect type of a variable and its size. INDIRECT0
interval_adapter • 0.2.3Interval adapter for both open/closed implementations of intervals ( ranges ). INDIRECT0
is_slice • 0.3.0Macro to answer the question: is it a slice? INDIRECT0
macro_tools • 0.2.0Tools for writing procedural macroses. INDIRECT5
mem_tools • 0.1.1Collection of tools to manipulate memory. INDIRECT0
meta_tools • 0.4.0Collection of general purpose meta tools. INDIRECT18
mod_interface_meta • 0.3.0Protocol of modularity unifying interface of a module and introducing layers. DIRECT11
mod_interface • 0.3.0Protocol of modularity unifying interface of a module and introducing layers. INDIRECT12
output_vt100 • 0.1.3Utility to activate escape codes in Windows' CMD and PowerShellINDIRECT3
test_tools • 0.3.0Tools for writing and running tests. DIRECT64
type_constructor • 0.1.19Fundamental data types and type constructors, like Single, Pair, Many. INDIRECT0
typing_tools • 0.2.0Collection of general purpose tools for type checking. INDIRECT3
winterval • 0.1.5Interval adapter for both open/closed implementations of intervals ( ranges ). INDIRECT0
MIT OR Unlicense3
PackageRelationDependenciesPublished
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.01
PackageRelationDependenciesPublished
dissimilar • 1.0.9Diff library with semantic cleanup, based on Google's diff-match-patchINDIRECT0
Apache-2.0 OR BSL-1.01
PackageRelationDependenciesPublished
ryu • 1.0.18Fast floating point to string conversionINDIRECT0
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
Last updated on

Copy the licenses badge code for the latest version:

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

Or the licenses badge code for the 0.4.0 version:

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