MCPcopy Index your code
hub / github.com/bertptrs/beul

github.com/bertptrs/beul @v1.0.0

Chat with this repo
repository ↗ · DeepWiki ↗ · release v1.0.0 ↗ · + Follow
12 symbols 27 edges 2 files 3 documented · 25%
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

Beul

Beul is a minimalistic futures executor. No dependencies, no unsafe rust. It simply executes futures.

"Beul" is Dutch for executioner. It's a pun.

Usage

Simply call execute with your future:

beul::execute(async {});

Backwards compatibility

This crate requires at least Rust 1.68, due to its reliance on std::pin::pin!. Increases in this version will be considered breaking changes and will be avoided if possible. The minimum supported Rust version will only be bumped in major or minor versions. This crate follows semantic versioning.

Limitations

Beul is a single-threaded executor and will not provide anything but execution. Futures that depend on runtime features, as present for example in Tokio, will not work.

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.

Core symbols most depended-on inside this repo

execute
called by 4
src/lib.rs
wake_by_ref
called by 2
src/lib.rs
park
called by 1
src/lib.rs
wake
called by 1
src/lib.rs
poll
called by 1
src/lib.rs
poll
called by 1
tests/futures.rs

Shape

Function 5
Method 4
Class 3

Languages

Rust100%

Modules by API surface

tests/futures.rs6 symbols
src/lib.rs6 symbols

For agents

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

⬇ download graph artifact