Skip to content

A standard `Value` enum for the TinyChain cloud service runtime

License

Notifications You must be signed in to change notification settings

TinyChain-Inc/tc-value

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tc-value

Core value representations shared across TinyChain crates. This crate will house the canonical Value enum (numbers, strings, tuples, etc.) used by the IR, state subsystem, and adapters.

Current status

  • Stub Value enum with initial variants (e.g., Number).
  • Implement numeric support using number-general.
  • Add serde/destream implementations so Value can flow across adapters.
  • Wire unit tests and cross-crate integration tests once the initial API stabilizes.

About

A standard `Value` enum for the TinyChain cloud service runtime

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages