fx-handle

Crates.iofx-handle
lib.rsfx-handle
version1.0.0
created_at2025-01-15 16:55:43.864807+00
updated_at2025-02-01 22:30:15.982456+00
descriptionA unique opaque Rust handle which can be used as resource identifier.
homepage
repositoryhttps://github.com/yoep/fx-handle
max_upload_size
id1517707
size18,289
(yoep)

documentation

README

FX-Handle

Build Version Crates License: Apache-2.0 codecov

A unique opaque Rust Handle which can be used as resource identifier. This resource identifier is used within the FX landscape to identify resources.

Example

use fx_handle::Handle;

fn example() {
    let handle = Handle::new();
    println!("Generated Handle: {}", handle);
}
Commit count: 14

cargo fmt