MCPcopy Index your code
hub / github.com/drone-os/drone-core

github.com/drone-os/drone-core @v0.14.3

Chat with this repo
repository ↗ · DeepWiki ↗ · release v0.14.3 ↗ · + Follow
735 symbols 1,671 edges 83 files 97 documented · 13%
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

crates.io maintenance

drone-core

The core crate for Drone, an Embedded Operating System.

Documentation

Usage

Add the crate to your Cargo.toml dependencies:

[dependencies]
drone-core = { version = "0.14.3" }

Add or extend std feature as follows:

[features]
std = ["drone-core/std"]

License

Licensed under either of

  • Apache License, Version 2.0 (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
  • MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)

at your option.

Contribution

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

Extension points exported contracts — how you extend this code

Core symbols most depended-on inside this repo

Shape

Method 349
Function 163
Class 108
Interface 107
Enum 8

Languages

Rust100%

Modules by API surface

src/reg/marker.rs48 symbols
src/sync/mutex.rs34 symbols
src/reg/field.rs33 symbols
src/sync/linked_list.rs28 symbols
src/reg/mod.rs28 symbols
src/ffi/c_string.rs28 symbols
src/thr/soft/mod.rs23 symbols
src/ffi/c_str.rs23 symbols
src/fib/chain.rs17 symbols
src/ffi/mod.rs17 symbols
src/sync/spsc/pulse/mod.rs16 symbols
src/heap/allocator.rs16 symbols

For agents

$ claude mcp add drone-core \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page