| Crates.io | xelf |
| lib.rs | xelf |
| version | 0.5.2 |
| created_at | 2025-02-02 06:57:02.449255+00 |
| updated_at | 2025-06-30 03:28:06.558454+00 |
| description | A versatile Rust toolkit for self-use. |
| homepage | |
| repository | https://github.com/spritetong/xelf.git |
| max_upload_size | |
| id | 1539324 |
| size | 240,920 |
A versatile Rust toolkit providing extensive utilities for async programming, database operations, FFI, and more.
This crate provides several feature-gated modules:
datetime - Chronological utilities using chronocollections - Enhanced collection types using smallvec and moreio - I/O utilitiesderive - Helpful derive macrosAdd this to your Cargo.toml:
[dependencies]
xelf = "0.4.6" # Default features
With specific features:
[dependencies]
xelf = { version = "0.4.6", features = ["full"] } # All features
# or
xelf = { version = "0.4.6", features = ["async", "db"] } # Selected features
minimal (default): Basic utilitiescommon: Most commonly used featuresfull: All features including database and FFIasync, db, ffi, etc.See Cargo.toml for complete feature list.
This project is licensed under the MIT License - see the LICENSE file for details.
Contributions are welcome! Please feel free to submit a Pull Request.
Sprite Tong (spritetong@gmail.com)