JSON Parser for dynamically structured documents
Progressive data shaping for Rust — type coercion, format detection, and fault-tolerant deserialization built on serde
Multi-strategy parser for messy real-world data. Handles broken JSON, markdown wrappers, and type mismatches.
Repair malformed JSON and render a stable, human-readable structural outline.
At times JSON is enclosed in surrounding text and often created by tools like LLMs or humans with no strict adherence to formatting. JSON is often not complete or incorrect or commas are missing or braces are there. The rule bound JSON parsers are not helpful in extracting `whatever is possible` from the given input. This lib extract whatever is possible in failsafe manner. It fails only when there are multiple independent JSON structures in the input.
A multi-agent orchestration framework for Rust — streaming LLM calls, tool use, task pipelines, retry, and observability.
A high-performance, declarative stream processor for delimited text data.
A powerful data validation and cleaning tool for JSON and CSV files
Async Rust library for fetching weather and location data using WeatherAPI
JSON codec and serialization layer for rustbridge
A framework for developing Rust shared libraries callable from other languages
Plugin bundle format for rustbridge