licenses.dev

xim-parser v0.2.1

XIM protocl parser

Published on

Licenses

Learn more about license information.

Package Licenses

MIT

Dependency Licenses

Apache-2.0 OR MIT16
PackageRelationDependenciesPublished
autocfg • 1.4.0Automatic cfg for Rust compiler featuresINDIRECT0
bitflags • 1.3.2A macro to generate structures which behave like bitflags. DIRECT0
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
diff • 0.1.13An LCS based slice and string diffing implementation.INDIRECT0
hashbrown • 0.12.3A Rust port of Google's SwissTable hash mapINDIRECT0
indexmap • 1.9.3A hash table with consistent order and fast iteration.INDIRECT2
linked-hash-map • 0.5.6A HashMap wrapper that holds key-value pairs in insertion orderINDIRECT0
pretty_assertions • 1.4.1Overwrite `assert_eq!` and `assert_ne!` with drop-in replacements, adding colorful diffs.DIRECT2
proc-macro2 • 1.0.89A 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.210Macros 1.1 implementation of #[derive(Serialize, Deserialize)]INDIRECT4
serde_yaml • 0.8.26YAML data format for SerdeINDIRECT12
serde • 1.0.210A generic serialization/deserialization frameworkINDIRECT5
syn • 2.0.56Parser for Rust source codeINDIRECT3
yaml-rust • 0.4.5The missing YAML 1.2 parser for rustINDIRECT1
yansi • 1.0.1A dead simple ANSI terminal color painting library.INDIRECT0
MIT3
PackageRelationDependenciesPublished
convert_case • 0.4.0Convert strings into any caseINDIRECT0
xim-ctext • 0.3.0compound text en/decoderDIRECT2
xim-gen • 0.1.0XIM protocol parser generatorDIRECT14
BSD-3-Clause AND (Apache-2.0 OR MIT)1
PackageRelationDependenciesPublished
encoding_rs • 0.8.34A Gecko-oriented implementation of the Encoding StandardINDIRECT1
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/xim-parser)](https://licenses.dev/cargo/xim-parser)
<a href="https://licenses.dev/cargo/xim-parser">
  <img src="https://licenses.dev/b/cargo/xim-parser" alt="licenses" />
</a>

Or the licenses badge code for the 0.2.1 version:

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