| Crates.io | beamer-utils |
| lib.rs | beamer-utils |
| version | 0.1.6 |
| created_at | 2026-01-06 17:14:19.373714+00 |
| updated_at | 2026-01-08 16:02:49.373763+00 |
| description | Internal utilities for the Beamer VST3 framework |
| homepage | |
| repository | https://github.com/helpermedia/beamer |
| max_upload_size | |
| id | 2026326 |
| size | 5,836 |
Internal utilities for the Beamer VST3 framework.
This crate provides low-level, zero-dependency utilities shared between
beamer-core and beamer-macros. All functions are compile-time safe
(const fn where possible) and usable in both proc-macro and runtime contexts.
This crate is an internal implementation detail. Plugin authors should use
the beamer facade crate instead:
use beamer::prelude::*;
const contextsMIT