toros 0.1.0

Reproducible builds, dev envs and deployments
Documentation
  • Coverage
  • 0%
    0 out of 7 items documented0 out of 3 items with examples
  • Size
  • Source code size: 82.24 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 2.14 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 20s Average build duration of successful builds.
  • all releases: 20s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • kamadorueda/b3
    53 4 4
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • kamadorueda
  • Syntax support:
  • Interpreter support:
    • Int
    • Binding (aliasing)
    • Let-in (flat bindings without interpolation like a = 123;)
    • Function (without destructuring and ellipsis)
    • Function Application
    • Deferred Values (Laziness)
  • Built-ins:
    • Addition (+)
  • Store interface:
    • Rust trait
  • Store implementations:
    • On Disk
    • S3-like
    • IPFS
  • Good error messages (location, message, call stack)
    • In CLI options/commands
    • Lexing/parsing errors
    • Evaluation errors