type-export 0.0.0-alpha.3

Shared export infrastructure for type declaration generators (Flow, TypeScript, etc.)
Documentation
  • Coverage
  • 62.07%
    18 out of 29 items documented0 out of 18 items with examples
  • Size
  • Source code size: 10.23 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 2.32 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 17s Average build duration of successful builds.
  • all releases: 17s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • vikr01

Shared export infrastructure for type declaration generators.

Provides the core traits and utilities that both flowjs-rs and ts-rs (and any future type-declaration-from-Rust project) need:

  • TypeVisitor trait for dependency graph walking
  • Dependency struct for import generation
  • ExportConfig for configuring output paths and extensions
  • ExportError for error handling
  • File export with thread-safe locking and idempotent writes
  • Relative import path calculation