licenses.dev

safer-ffi-gen v0.9.2

FFI wrapper generator based on safer-ffi

Published on

Licenses

Learn more about license information.

Package Licenses

MIT

Dependency Licenses

Apache-2.0 OR MIT25
PackageRelationDependenciesPublished
addr2line • 0.20.0A cross-platform symbolication library written in Rust, using `gimli`INDIRECT1
backtrace • 0.3.68A library to acquire a stack trace (backtrace) at runtime in a Rust program. INDIRECT11
cc • 1.2.27A build-time dependency for Cargo build scripts to assist in invoking the native C compiler to compile native C code into a static archive to be linked into Rust code. INDIRECT1
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
critical-section • 1.2.0Cross-platform critical sectionINDIRECT0
gimli • 0.27.3A library for reading and writing the DWARF debugging format.INDIRECT0
heck • 0.4.1heck is a case conversion library.INDIRECT0
libc • 0.2.174Raw FFI bindings to platform libraries like libc.INDIRECT0
object • 0.31.1A unified interface for reading and writing object file formats.INDIRECT1
once_cell • 1.21.3Single assignment cells and lazy values.DIRECT1
paste • 1.0.15Macros for all your token pasting needsINDIRECT0
pin-project-lite • 0.2.16A lightweight version of pin-project written with declarative macros. INDIRECT0
prettyplease • 0.1.25A minimal `syn` syntax tree pretty-printerINDIRECT4
proc-macro-error-attr • 1.0.4Attribute macro for proc-macro-error crateINDIRECT4
proc-macro-error • 1.0.4Almost drop-in replacement to panics in proc-macrosINDIRECT6
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
rustc-demangle • 0.1.25Rust compiler symbol demangling. INDIRECT0
scopeguard • 1.2.0A RAII scope guard that will run a given closure when it goes out of scope, even if the code between panics (assuming unwinding panic). Defines the macros `defer!`, `defer_on_unwind!`, `defer_on_success!` as shorthands for guards with one of the implemented strategies. INDIRECT0
shlex • 1.3.0Split a string into shell words, like Python's shlex.INDIRECT0
syn • 1.0.109Parser for Rust source codeINDIRECT3
syn • 2.0.104Parser for Rust source codeINDIRECT2
thiserror-impl • 1.0.69Implementation detail of the `thiserror` crateINDIRECT4
thiserror • 1.0.69derive(Error)INDIRECT5
version_check • 0.9.5Tiny crate to check the version of the installed/running rustc.INDIRECT0
Apache-2.0 OR MIT OR Zlib8
PackageRelationDependenciesPublished
ext-trait-proc_macros • 1.0.1Internal: proc-macro backend of ::ext_trait.INDIRECT4
ext-trait • 1.0.1Annotation to easily define ad-hoc / one-shot extension traitsINDIRECT5
extension-traits • 1.0.1Annotation to easily define ad-hoc / one-shot extension traitsINDIRECT6
miniz_oxide • 0.7.4DEFLATE compression and decompression library rewritten in Rust based on minizINDIRECT1
uninit • 0.5.1A collection of tools for a safer usage of uninitialized memoryINDIRECT7
unwind_safe • 0.1.0Readable unwind-safe code thanks to a try-finally-looking builder patternINDIRECT0
with_builtin_macros-proc_macros • 0.0.3Helper for macro_rules authors to chain their macros with builtin ones (such as `env!`, `include!`, or `concat_idents!`). INDIRECT4
with_builtin_macros • 0.0.3Helper for macro_rules authors to chain their macros with builtin ones (such as `env!`, `include!`, or `concat_idents!`). INDIRECT5
MIT6
PackageRelationDependenciesPublished
macro_rules_attribute-proc_macro • 0.1.3Use declarative macros as proc_macro attributes or derivesINDIRECT0
macro_rules_attribute • 0.1.3Use declarative macros in attribute or derive positionINDIRECT2
safer_ffi-proc_macros • 0.1.8Procedural macro internals of `::safer_ffi`INDIRECT8
safer-ffi-gen-macro • 0.9.2Proc macro implementation for safer-ffi-genDIRECT11
safer-ffi • 0.1.8Write safer FFI code in Rust without polluting it with unsafe codeDIRECT18
tokio • 1.45.1An event-driven, non-blocking I/O platform for writing asynchronous I/O backed applications. DIRECT13
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
0BSD OR Apache-2.0 OR MIT1
PackageRelationDependenciesPublished
adler • 1.0.2A simple clean-room implementation of the Adler-32 checksumINDIRECT0
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
Last updated on

Copy the licenses badge code for the latest version:

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

Or the licenses badge code for the 0.9.2 version:

[![licenses](https://licenses.dev/b/cargo/safer-ffi-gen/0.9.2)](https://licenses.dev/cargo/safer-ffi-gen/0.9.2)
<a href="https://licenses.dev/cargo/safer-ffi-gen/0.9.2">
  <img src="https://licenses.dev/b/cargo/safer-ffi-gen/0.9.2" alt="licenses" />
</a>
GitHub