licenses.dev

svd2rust v0.28.0

Generate Rust register maps (`struct`s) from SVD files

Published on

Licenses

Learn more about license information.

Package Licenses

Apache-2.0 OR MIT

Dependency Licenses

Apache-2.0 OR MIT37
PackageRelationDependenciesPublished
anyhow • 1.0.98Flexible concrete Error type built on std::error::ErrorDIRECT0
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
bitflags • 1.3.2A macro to generate structures which behave like bitflags. INDIRECT0
clap_lex • 0.3.3Minimal, flexible command line parserINDIRECT1
clap • 4.1.13A simple to use, efficient, and full-featured Command Line Argument ParserDIRECT3
derive_builder_core • 0.12.0Internal helper library for the derive_builder crate.INDIRECT10
derive_builder_macro • 0.12.0Rust macro to automatically implement the builder pattern for arbitrary structs.INDIRECT11
derive_builder • 0.12.0Rust macro to automatically implement the builder pattern for arbitrary structs.INDIRECT12
env_logger • 0.10.2A logging implementation for `log` which is configured via an environment variable. DIRECT1
equivalent • 1.0.2Traits for key comparison in maps.INDIRECT0
fnv • 1.0.7Fowler–Noll–Vo hash functionINDIRECT0
hashbrown • 0.15.3A Rust port of Google's SwissTable hash mapINDIRECT0
ident_case • 1.0.1Utility for applying case rules to Rust identifiers.INDIRECT0
indexmap • 2.9.0A hash table with consistent order and fast iteration.INDIRECT2
itoa • 1.0.15Fast integer primitive to string conversionINDIRECT0
log • 0.4.27A lightweight logging facade for Rust DIRECT0
once_cell • 1.21.3Single assignment cells and lazy values.INDIRECT0
os_str_bytes • 6.6.1Lossless functionality for platform-native strings INDIRECT0
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.DIRECT1
quote • 1.0.40Quasi-quoting macro quote!(...)DIRECT2
regex-syntax • 0.6.29A regular expression parser.INDIRECT0
regex • 1.7.3An implementation of regular expressions for Rust. This implementation uses finite automata and guarantees linear time matching on all inputs. DIRECT3
roxmltree • 0.18.1Represent an XML as a read-only tree.INDIRECT1
serde_derive • 1.0.210Macros 1.1 implementation of #[derive(Serialize, Deserialize)]INDIRECT4
serde_json • 1.0.140A JSON serialization file formatDIRECT9
serde_spanned • 0.6.8Serde-compatible spanned ValueINDIRECT6
serde_yaml • 0.9.34+deprecatedYAML data format for SerdeDIRECT12
serde • 1.0.210A generic serialization/deserialization frameworkDIRECT5
svd-parser • 0.14.4A CMSIS-SVD file parserDIRECT17
svd-rs • 0.14.6A CMSIS-SVD base structuresDIRECT13
syn • 1.0.109Parser for Rust source codeDIRECT3
syn • 2.0.56Parser for Rust source codeINDIRECT3
thiserror-impl • 1.0.65Implementation detail of the `thiserror` crateINDIRECT4
thiserror • 1.0.65derive(Error)DIRECT5
toml_datetime • 0.6.9A TOML-compatible datetime typeINDIRECT6
toml • 0.7.8A native Rust encoder and decoder of TOML-formatted files and streams. Provides implementations of the standard Serialize/Deserialize traits for TOML data to facilitate deserializing and serializing Rust structures. INDIRECT8
xmlparser • 0.13.6Pull-based, zero-allocation XML parser.INDIRECT0
MIT7
PackageRelationDependenciesPublished
blake2b_simd • 1.0.3a pure Rust BLAKE2b implementation with dynamic SIMDINDIRECT3
darling_core • 0.14.4Helper crate for proc-macro library for reading attributes into structs when implementing custom derives. Use https://crates.io/crates/darling in your code. INDIRECT7
darling_macro • 0.14.4Internal support for a proc-macro library for reading attributes into structs when implementing custom derives. Use https://crates.io/crates/darling in your code. INDIRECT8
darling • 0.14.4A proc-macro library for reading attributes into structs when implementing custom derives. INDIRECT9
inflections • 1.1.1High performance inflection transformation library for changing properties of words like the case.DIRECT0
strsim • 0.10.0Implementations of string similarity metrics. Includes Hamming, Levenshtein, OSA, Damerau-Levenshtein, Jaro, Jaro-Winkler, and Sørensen-Dice. INDIRECT0
unsafe-libyaml • 0.2.11libyaml transpiled to rust by c2rustINDIRECT0
BSD-2-Clause2
PackageRelationDependenciesPublished
arrayref • 0.3.9Macros to take array references of slicesINDIRECT0
irx-config • 3.3.0The library provides convenient way to represent/parse configuration from different sourcesDIRECT38
MIT OR Unlicense2
PackageRelationDependenciesPublished
aho-corasick • 0.7.20Fast multiple substring searching.INDIRECT1
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
Apache-2.0 OR BSL-1.01
PackageRelationDependenciesPublished
ryu • 1.0.20Fast floating point to string conversionINDIRECT0
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 CC0-1.0 OR MIT-01
PackageRelationDependenciesPublished
constant_time_eq • 0.3.1Compares two equal-sized byte strings in constant time.INDIRECT0
Last updated on

Copy the licenses badge code for the latest version:

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

Or the licenses badge code for the 0.28.0 version:

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