Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 1.16 KB

File metadata and controls

28 lines (20 loc) · 1.16 KB

In The Wild with 157 Active Installs

FREE RAG Converter Online -- RAGconverter.com

rusty_alloc_default

Remade With Rust By Mata Network License: MIT MSRV: 1.73

Tiny seam that installs rusty_alloc as the process #[global_allocator]. Used as the default rusty-alloc feature of rusty_symbols, rusty_tokens, and rusty_a11y so those crates can each default-on without fighting when combined (one link, one allocator).

rusty_alloc_default = "0.1"
# hardened:
# rusty_alloc_default = { version = "0.1", features = ["secure"] }

Apps that already install an allocator (e.g. via mata-alloc) should not depend on this crate -- set default-features = false on the Remade UI crates.

License

MIT -- LICENSE-MIT.