Skip to content

A proof-of-concept polymorphic allocator for Rust.

License

Notifications You must be signed in to change notification settings

kvverti/poly-allocator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Defines a polymorphic allocator type. This crate provides the type Polymorphic<'alloc>, which can wrap an allocator of any Sized type. This type is akin to dyn Allocator + 'alloc, but without requiring external storage.

About

A proof-of-concept polymorphic allocator for Rust.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages