mirror of
https://github.com/denoland/deno.git
synced 2025-03-06 02:52:05 -05:00
![]() This is a new op system that will eventually replace `#[op]`. Features - More maintainable, generally less-coupled code - More modern Rust proc-macro libraries - Enforces correct `fast` labelling for fast ops, allowing for visual scanning of fast ops - Explicit marking of `#[string]`, `#[serde]` and `#[smi]` parameters. This first version of op2 supports integer and Option<integer> parameters only, and allows us to start working on converting ops and adding features. |
||
---|---|---|
.. | ||
add.out | ||
add.rs | ||
add_options.out | ||
add_options.rs | ||
doc_comment.out | ||
doc_comment.rs | ||
smi.out | ||
smi.rs |