| Crates.io | blazegraph-io-core |
| lib.rs | blazegraph-io-core |
| version | 0.0.1 |
| created_at | 2026-01-04 21:38:48.828848+00 |
| updated_at | 2026-01-04 21:38:48.828848+00 |
| description | Core library for semantic document graph processing - coming soon |
| homepage | https://blazegraph.io |
| repository | https://github.com/amplifytechnology/blazegraph-io |
| max_upload_size | |
| id | 2022524 |
| size | 5,734 |
Core library for semantic document graph processing
🦀 High-performance Rust library for transforming PDFs into semantic graph structures optimized for RAG and hierarchical search.
This crate is currently in development.
[dependencies]
blazegraph-io-core = "0.0.1"
use blazegraph_io_core::{get_info, print_info};
fn main() {
print_info();
let info = get_info();
println!("Package: {}", info.name);
}
This is the core library. For the CLI tool, see blazegraph-io.
blazegraph-io # CLI binary (cargo install blazegraph-io)
└── blazegraph-io-core # This library (cargo add blazegraph-io-core)
Licensed under either of Apache License, Version 2.0 or MIT license at your option.
© 2025 Amplify Technology