#applications #neotron #api #up #sdk #os

neotron-api

The API between Neotron OS and Neotron applications

2 unstable releases

0.2.0 Apr 12, 2024
0.1.0 Jun 9, 2023

#543 in Filesystem

Download history 6/week @ 2024-02-17 14/week @ 2024-02-24 1/week @ 2024-03-02 7/week @ 2024-03-09 1/week @ 2024-03-16 16/week @ 2024-03-30 135/week @ 2024-04-06 65/week @ 2024-04-13

216 downloads per month

MIT/Apache

28KB
255 lines

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.

Dependencies

~140KB