| Crates.io | blazegraph-io |
| lib.rs | blazegraph-io |
| version | 0.0.1 |
| created_at | 2025-09-17 15:39:00.193318+00 |
| updated_at | 2025-09-17 15:39:00.193318+00 |
| description | Document intelligence platform - coming soon |
| homepage | https://blazegraph.io |
| repository | https://github.com/amplifytechnology/blazegraph-io |
| max_upload_size | |
| id | 1843494 |
| size | 5,034 |
Document Intelligence Platform
π₯ Transform any document into intelligent, interactive knowledge graphs. Upload PDFs, Word docs, or web content and unlock structured insights.
This crate is currently in development.
[dependencies]
blazegraph-io = "0.0.1"
use blazegraph_io::{get_info, print_info};
fn main() {
print_info();
let info = get_info();
println!("Package: {}", info.name);
}
MIT Β© 2025 Amplify Technology