Skip to content
This repository was archived by the owner on Feb 6, 2021. It is now read-only.
/ alloc-shim Public archive

[DEPRECATED] A shim crate for to import items of alloc crate ergonomically.

License

Notifications You must be signed in to change notification settings

taiki-e/alloc-shim

Repository files navigation

alloc-shim

crates-badge docs-badge license-badge rustc-badge maintenance-status-badge

This crate is deprecated. You can now write:

#[cfg(all(feature = "alloc", not(feature = "std")))]
extern crate alloc;
#[cfg(feature = "std")]
extern crate std as alloc;

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

About

[DEPRECATED] A shim crate for to import items of alloc crate ergonomically.

Topics

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Sponsor this project

 

Languages