Cargo Features
[dependencies]
generational-arena = { version = "0.2.9", default-features = false, features = ["std", "serde"] }
- default = std
-
The
std
feature is set by default whenevergenerational-arena
is added without
somewhere in the dependency tree.default-features = false - std default
Features from optional dependencies
The following notice applies to all the files in this source tree:
This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.
(If you copy files from this project into another program which is not
licenced MPL-2.0, you should add that notice to each copied file.)