plato-tile-import 0.1.0

Tile import/export from Markdown, JSON, CSV, and plaintext sources
Documentation
  • Coverage
  • 58.33%
    7 out of 12 items documented0 out of 7 items with examples
  • Size
  • Source code size: 20.95 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.76 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 53s Average build duration of successful builds.
  • all releases: 53s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • SuperInstance/plato-tile-import
    1 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • SuperInstance

plato-tile-import

Tile import/export from Markdown, JSON, CSV, and plaintext sources

Part of the PLATO framework - 72 crates for deterministic AI knowledge management.

Tile Pipeline

This crate fits into the PLATO tile lifecycle:

validate -> score -> store -> search -> rank -> prompt -> inference

Usage

Add to Cargo.toml:

[dependencies]
plato-tile-import = "0.1"

Zero external dependencies. Works with cargo 1.75+.

GitHub