Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Firefox/third_party/rust/clap_builder/src/util/   (Sun/Oracle ©)  Datei vom 10.2.2025 mit Größe 1 kB image not shown  

Quelle  mod.rs

  Sprache: Rust
 

#![allow(clippy::single_component_path_imports)]

mod any_value;
pub(cratemod flat_map;
pub(cratemod flat_set;
mod graph;
mod id;
mod str_to_bool;

pub use self::id::Id;

pub(crateuse self::any_value::AnyValue;
pub(crateuse self::any_value::AnyValueId;
pub(crateuse self::flat_map::Entry;
pub(crateuse self::flat_map::FlatMap;
pub(crateuse self::flat_set::FlatSet;
pub(crateuse self::graph::ChildGraph;
pub(crateuse self::str_to_bool::str_to_bool;
pub(crateuse self::str_to_bool::FALSE_LITERALS;
pub(crateuse self::str_to_bool::TRUE_LITERALS;

pub(cratemod color;

pub(crateconst SUCCESS_CODE: i32 = 0;
// While sysexists.h defines EX_USAGE as 64, this doesn't seem to be used much in practice but
// instead 2 seems to be frequently used.
// Examples
// - GNU `ls` returns 2
// - Python's `argparse` returns 2
pub(crateconst USAGE_CODE: i32 = 2;

#[cfg(not(feature = "unicode"))]
pub(cratefn eq_ignore_case(left: &str, right: &str) -> bool {
    left.eq_ignore_ascii_case(right)
}

#[cfg(feature = "unicode")]
pub(crateuse unicase::eq as eq_ignore_case;

Messung V0.5 in Prozent
C=82 H=93 G=87

¤ Dauer der Verarbeitung: 0.15 Sekunden  (vorverarbeitet am  2026-06-18) ¤

*© Formatika GbR, Deutschland






Wurzel

Suchen

PVS Prover

Isabelle Prover

NIST Cobol Testsuite

Cephes Mathematical Library

Vienna Development Method

Haftungshinweis

Die Informationen auf dieser Webseite wurden nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit, noch Qualität der bereit gestellten Informationen zugesichert.

Bemerkung:

Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.