-
https://www.ditto.live/
- France - Spain
- linkedin.com/in/danielhenrymantilla
-
proc-macro-template Public template
Double-crate proc-macro template
Shell Apache License 2.0 UpdatedOct 31, 2024 -
negative.rs Public
Negative trait impls in stable Rust
-
with_locals.rs Public
Procedural macro to mock returning (values referencing) locals from a function (using CPS)
-
-
visibility.rs Public
Attribute to override the visibility of items (useful in conjunction with cfg_attr)
-
fix_hidden_lifetime_bug.rs Public
Proc-macro to write an automatic fix for the "hidden lifetime in impl Trait" issue
-
stackbox.rs Public
`&own` pointers in Stable Rust / `RefOwn` / `&mut` with move semantics (and thus drop)
-
ext-trait.rs Public
Annotation to easily define ad-hoc / one-shot extension traits
-
-
stabby Public
Forked from ZettaScaleLabs/stabbyA Stable ABI for Rust with compact sum-types
Rust Other UpdatedJun 7, 2024 -
with_builtin_macros.rs Public
Helper for macro_rules authors to chain their macros with builtin ones (such as `env!`, `include!`, or `concat_idents!`).
-
-
ghosts.rs Public
Type-check non-existing `Phantom` code for Fun And Profit™.
-
higher-kinded-types.rs Public
"Generic generics" / higher-kinded APIs in stable Rust.
-
-
lending-iterator.rs Public
Lending iterators on stable Rust
-
maybe-dangling.rs Public
`ManuallyDrop<T>` and `MaybeDangling<T>` semantics in stable Rust as per https://github.com/rust-lang/rfcs/pull/3336
-
rust-uninit Public
Read trait fixed to soundly work with uninitalized memory
-
typed-json Public
Forked from conradludgate/typed-jsonconradluget a better json
-
polonius-the-crab.rs Public
Tools to feature more lenient Polonius-based borrow-checker patterns on stable Rust
-
asyncified Public
Forked from jsdw/asyncifiedA small rust library for operating on long lived sync values in an async context
Rust UpdatedSep 11, 2023 -
extern-c.rs Public
Convert a zero-sized closure into an `extern "C" fn(…)` pointer
-
-
nomicon Public
Forked from rust-lang/nomiconThe Dark Arts of Advanced and Unsafe Rust Programming
CSS Apache License 2.0 UpdatedAug 7, 2023 -
-
rust-defile Public
Helper proc-macro to "ungroup" a captured metavariable
-
-
-
rust Public
Forked from rust-lang/rustEmpowering everyone to build reliable and efficient software.
Rust Other UpdatedJun 20, 2023 -
byte-strings-rs Public
Rust byte strings manipulation, for a better and safer C FFI