Stof Docs
Star on GitHubStof WebsiteDiscordContact Us
  • ๐Ÿš€Welcome
  • โ„น๏ธResources & Information
  • Book
    • Data Interface
    • Introduction & Design
    • Host Environments
      • Rust
      • TypeScript
        • Extend Stof
        • Import Statement
    • Data Interchange
      • JSON to Stof
      • Importing and Parsing Data
      • Exporting Data
      • REST and Restructure
    • Configuration Files
    • Schemas
      • Renaming Fields
      • Removing Fields
      • Validation & Transformation
        • Example Access
      • Nested Schemas
    • Orchestration
  • Common Concepts
    • Objects
    • Primitive Types
    • Functions
    • Fields
    • Object Types
    • Imports
    • Error Handling
    • Units
    • Casting/Conversions
  • Reference
    • CLI
      • ๐ŸƒRun
      • ๐ŸงชTest
      • ๐Ÿ“šCLI Libraries
        • Filesystem Library
        • Time Library
        • HTTP Library
    • Stof Language
    • Libraries
      • Standard Library
      • Array/Vector Library
      • Number Library
      • String Library
      • Object Library
      • Function Library
      • Set Library
      • Map Library
      • Data Library
      • Tuple Library
      • Blob Library
      • Boolean Library
    • ๐ŸชงFormats
Powered by GitBook
On this page

Was this helpful?

  1. Book

Host Environments

Embedding Stof in a host language.

PreviousIntroduction & DesignNextRust

Last updated 3 months ago

Was this helpful?

The CLI is used in these docs to keep the focus on Stof rather than on a particular programming language. However, in practice, Stof is most useful when embedded.

This section of the book is dedicated to outlining Stof's use within different host environments.

if you need an additional environment added to Stof. It's our mission to make Stof useful everywhere.

Contact us