neotron-api 0.2.0

The API between Neotron OS and Neotron applications
Documentation
  • Coverage
  • 100%
    130 out of 130 items documented0 out of 69 items with examples
  • Size
  • Source code size: 41.02 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.21 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 10s Average build duration of successful builds.
  • all releases: 10s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Neotron-Compute/Neotron-API
    3 0 2
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • thejpster

Neotron API

This crate defines the API between the Neotron OS and any Neotron Applications running on it.

If you are writing a Neotron Application, you might prefer to use the Neotron SDK, which wraps up this API into something slightly more useable.

Note that this API must be FFI-safe, because the Neotron OS and the Application may be compiled with different versions of Rust.

Changelog

Unreleased Changes

  • None

v0.2.0

  • Introduce new type for application entry points (supports passing arguments)

v0.1.0

  • First Version

Licence

Copyright (c) The Neotron Developers, 2023

Licensed under either MIT or Apache-2.0 at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you shall be licensed as above, without any additional terms or conditions.