licenses.dev

safer-ffi v0.1.8

Write safer FFI code in Rust without polluting it with unsafe code

Published on

Licenses

Learn more about license information.

Package Licenses

MIT

Dependency Licenses

Apache-2.0 OR MIT32
PackageRelationDependenciesPublished
addr2line • 0.20.0A cross-platform symbolication library written in Rust, using `gimli`INDIRECT1
async-compat • 0.2.4Compatibility adapter between tokio and futuresDIRECT17
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
futures-channel • 0.3.31Channels for asynchronous communication using futures-rs. INDIRECT2
futures-core • 0.3.31The core traits and types in for the `futures` library. INDIRECT0
futures-executor • 0.3.31Executors for asynchronous tasks based on the futures-rs library. INDIRECT15
futures-io • 0.3.31The `AsyncRead`, `AsyncWrite`, `AsyncSeek`, and `AsyncBufRead` traits for the futures-rs library. INDIRECT0
futures-macro • 0.3.31The futures-rs procedural macro implementations. INDIRECT4
futures-sink • 0.3.31The asynchronous `Sink` trait for the futures-rs library. INDIRECT0
futures-task • 0.3.31Tools for working with tasks. INDIRECT0
futures-util • 0.3.31Common utilities and extension traits for the futures-rs library. INDIRECT14
futures • 0.3.31An implementation of futures and streams featuring zero allocations, composability, and iterator-like interfaces. DIRECT16
gimli • 0.27.3A library for reading and writing the DWARF debugging format.INDIRECT0
inventory • 0.3.20Typed distributed plugin registrationDIRECT1
libc • 0.2.174Raw FFI bindings to platform libraries like libc.DIRECT0
log • 0.4.27A lightweight logging facade for Rust DIRECT0
object • 0.31.1A unified interface for reading and writing object file formats.INDIRECT1
once_cell • 1.21.3Single assignment cells and lazy values.DIRECT0
paste • 1.0.15Macros for all your token pasting needsDIRECT0
pin-project-lite • 0.2.16A lightweight version of pin-project written with declarative macros. INDIRECT0
pin-utils • 0.1.0Utilities for pinning INDIRECT0
prettyplease • 0.1.25A minimal `syn` syntax tree pretty-printerINDIRECT4
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
rustversion • 1.0.21Conditional compilation according to rustc compiler versionINDIRECT0
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. DIRECT0
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
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 memoryDIRECT7
unwind_safe • 0.1.0Readable unwind-safe code thanks to a try-finally-looking builder patternDIRECT0
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!`). DIRECT5
MIT5
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 positionDIRECT2
safer_ffi-proc_macros • 0.1.8Procedural macro internals of `::safer_ffi`DIRECT8
slab • 0.4.10Pre-allocated storage for a uniform data typeINDIRECT0
tokio • 1.45.1An event-driven, non-blocking I/O platform for writing asynchronous I/O backed applications. DIRECT13
CC0-1.01
PackageRelationDependenciesPublished
cratesio-placeholder-package • 0.0.3A placeholder package intended to be overridden by `path =` or `git =` dependenciesDIRECT0
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
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
Last updated on

Copy the licenses badge code for the latest version:

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

Or the licenses badge code for the 0.1.8 version:

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