Eine aufbereitete Darstellung der Quelle

 
     
 
 
Anforderungen  |   Konzepte  |   Entwurf  |   Entwicklung  |   Qualitätssicherung  |   Lebenszyklus  |   Steuerung
 
 
 
 

Benutzer

Quelle  Cargo.toml.orig   Sprache: unbekannt

 
Spracherkennung für: .orig vermutete Sprache: Unknown {[0] [0] [0]} [Methode: Schwerpunktbildung, einfache Gewichte, sechs Dimensionen]

[package]
name = "fallible_collections"
version = "0.5.1"
authors = ["vcombey <vcombey@student.42.fr>"]
edition = "2021"
license = "MIT OR Apache-2.0"
repository = "https://github.com/vcombey/fallible_collections.git"
description = "a crate which adds fallible allocation api to std collections"
readme = "README.md"
keywords = ["fallible", "allocation", "collections", "oom", "try-reserve"]
categories = ["rust-patterns", "memory-management"]
rust-version = "1.64"

[dependencies]
hashbrown = { version = "0.14", optional = true }

[features]
default = ["hashmap"]

# Allow use of std
std = []

# Functionality based on std::io types
std_io = ["std"]

# Add fallible `HashMap`
hashmap = ["dep:hashbrown"]

# Enable on nightly builds to allow use of unstable features
unstable = []

# Obsolete. Always enabled.
rust_1_57 = []

[Dauer der Verarbeitung: 0.18 Sekunden, vorverarbeitet 2026-08-27]

                                                                                                                                                                                                                                                                                                                                                                                                     


Neuigkeiten

     Aktuelles
     Motto des Tages

Open Source Software

     Quellcodebibliothek
     Eigene Quellcodes
     Fremde Quellcodes
     Suchen

Jenseits des Üblichen ....

Besucherstatistik

Besucherstatistik

Statistik
#Sources=434850
#Domains=661743