stfx

Crates.iostfx
lib.rsstfx
version0.1.0
created_at2025-12-03 19:55:34.621701+00
updated_at2025-12-03 19:55:34.621701+00
descriptionSovereign Trust Framework: top-level crate wrapping stfx-crypto for initial release
homepage
repositoryhttps://github.com/sovereigntrustframework/stfx
max_upload_size
id1965194
size2,446
Alexandre Cardoso (cardosoalexandrecom)

documentation

README

stfx

Top-level crate for the Sovereign Trust Framework (STFx).

Initial version depends only on stfx-crypto and re-exports it under stfx::crypto.

Usage

use stfx::crypto; // re-export of stfx-crypto

fn main() {
    // Placeholder usage; see stfx-crypto docs for APIs.
}
Commit count: 0

cargo fmt