f1r3fly-shared 0.1.0

Shared utilities and common functionality for F1r3fly blockchain components
Documentation
# f1r3fly-shared

Shared utilities and common functionality for F1r3fly blockchain components.

## Features

**Utilities:**
- String operations and text processing
- Pretty printing utilities
- Common helper functions

## Usage

Add to your `Cargo.toml`:

```toml
[dependencies]
f1r3fly-shared = "0.1.0"
```

## Building

```bash
cargo build --release
```

## Testing

```bash
cargo test
```

## License

Licensed under the Apache License, Version 2.0.