diff --git a/crates.js b/crates.js index 074c5c0d8..1d0f2aa71 100644 --- a/crates.js +++ b/crates.js @@ -1 +1 @@ -window.ALL_CRATES = ["aho_corasick","anstream","anstyle","anstyle_parse","anstyle_query","anyhow","ariadne","beef","bitflags","cfg_if","clap","clap_builder","clap_derive","clap_lex","colorchoice","concolor","concolor_query","edb","edlang_ast","edlang_check","edlang_codegen_llvm","edlang_driver","edlang_ir","edlang_lowering","edlang_parser","edlang_session","edlang_span","edlangc","educe","either","enum_ordinalize","enum_ordinalize_derive","equivalent","fnv","form_urlencoded","git2","hashbrown","heck","idna","indexmap","inkwell","inkwell_internals","is_terminal","itertools","lalrpop_util","lazy_static","libc","libgit2_sys","libssh2_sys","libz_sys","llvm_sys","log","logos","logos_codegen","logos_derive","matchers","memchr","nu_ansi_term","once_cell","openssl_probe","openssl_sys","overload","percent_encoding","pin_project_lite","proc_macro2","quote","regex","regex_automata","regex_syntax","serde","serde_derive","serde_spanned","sharded_slab","smallvec","strsim","syn","thiserror","thiserror_impl","thread_local","tinyvec","tinyvec_macros","toml","toml_datetime","toml_edit","tracing","tracing_attributes","tracing_core","tracing_log","tracing_subscriber","unicode_bidi","unicode_ident","unicode_normalization","unicode_width","url","utf8parse","winnow","yansi"]; \ No newline at end of file +window.ALL_CRATES = ["aho_corasick","anstream","anstyle","anstyle_parse","anstyle_query","anyhow","ariadne","beef","bitflags","cfg_if","clap","clap_builder","clap_derive","clap_lex","colorchoice","concolor","concolor_query","edb","edlang_ast","edlang_check","edlang_codegen_llvm","edlang_driver","edlang_ir","edlang_lowering","edlang_parser","edlang_session","edlang_span","edlangc","educe","either","enum_ordinalize","enum_ordinalize_derive","equivalent","fnv","form_urlencoded","git2","hashbrown","heck","idna","indexmap","inkwell","inkwell_internals","is_terminal","itertools","lalrpop_util","lazy_static","libc","libgit2_sys","libssh2_sys","libz_sys","llvm_sys","log","logos","logos_codegen","logos_derive","matchers","memchr","nu_ansi_term","once_cell","openssl_probe","openssl_sys","overload","owo_colors","percent_encoding","pin_project_lite","proc_macro2","quote","regex","regex_automata","regex_syntax","same_file","serde","serde_derive","serde_spanned","sharded_slab","smallvec","strsim","syn","thiserror","thiserror_impl","thread_local","tinyvec","tinyvec_macros","toml","toml_datetime","toml_edit","tracing","tracing_attributes","tracing_core","tracing_log","tracing_subscriber","unicode_bidi","unicode_ident","unicode_normalization","unicode_width","url","utf8parse","walkdir","winnow","yansi"]; \ No newline at end of file diff --git a/edb/all.html b/edb/all.html index b1644878b..cae61ef85 100644 --- a/edb/all.html +++ b/edb/all.html @@ -1,2 +1,2 @@ -
pub struct Config {
pub package: Package,
pub profile: HashMap<String, Profile>,
@@ -8,11 +8,28 @@
T: 'static + ?Sized,
OwoColorize::fg
or
+a color-specific method, such as OwoColorize::green
, Read moreOwoColorize::bg
or
+a color-specific method, such as OwoColorize::on_yellow
, Read moreOwoColorize::fg
or
+a color-specific method, such as OwoColorize::green
, Read moreOwoColorize::bg
or
+a color-specific method, such as OwoColorize::on_yellow
, Read moreOwoColorize::fg
or
+a color-specific method, such as OwoColorize::green
, Read moreOwoColorize::bg
or
+a color-specific method, such as OwoColorize::on_yellow
, Read morepub(crate) enum Commands {
+Commands in edb - Rust
+ pub(crate) enum Commands {
New {
path: PathBuf,
name: Option<String>,
@@ -8,28 +8,47 @@
},
Build {
release: bool,
+ profile: Option<String>,
},
}
Variants§
Trait Implementations§
source§impl FromArgMatches for Commands
source§fn from_arg_matches(__clap_arg_matches: &ArgMatches) -> Result<Self, Error>
Trait Implementations§
source§impl FromArgMatches for Commands
source§fn from_arg_matches(__clap_arg_matches: &ArgMatches) -> Result<Self, Error>
source§fn from_arg_matches_mut(
__clap_arg_matches: &mut ArgMatches
-) -> Result<Self, Error>
source§fn update_from_arg_matches(
+) -> Result<Self, Error>
source§fn update_from_arg_matches(
&mut self,
__clap_arg_matches: &ArgMatches
-) -> Result<(), Error>
Assign values from ArgMatches
to self
.source§fn update_from_arg_matches_mut<'b>(
+) -> Result<(), Error>
Assign values from ArgMatches
to self
.source§fn update_from_arg_matches_mut<'b>(
&mut self,
__clap_arg_matches: &mut ArgMatches
-) -> Result<(), Error>
Assign values from ArgMatches
to self
.source§impl Subcommand for Commands
source§fn augment_subcommands<'b>(__clap_app: Command) -> Command
source§fn augment_subcommands_for_update<'b>(__clap_app: Command) -> Command
source§fn has_subcommand(__clap_name: &str) -> bool
Test whether Self
can parse a specific subcommandAuto Trait Implementations§
§impl RefUnwindSafe for Commands
§impl Send for Commands
§impl Sync for Commands
§impl Unpin for Commands
§impl UnwindSafe for Commands
Blanket Implementations§
source§impl Subcommand for Commands
source§fn augment_subcommands<'b>(__clap_app: Command) -> Command
source§fn augment_subcommands_for_update<'b>(__clap_app: Command) -> Command
source§fn has_subcommand(__clap_name: &str) -> bool
Test whether Self
can parse a specific subcommandAuto Trait Implementations§
§impl RefUnwindSafe for Commands
§impl Send for Commands
§impl Sync for Commands
§impl Unpin for Commands
§impl UnwindSafe for Commands
Blanket Implementations§
source§impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
source§impl<D> OwoColorize for D
source§fn fg<C>(&self) -> FgColorDisplay<'_, C, Self>where
+ C: Color,
Set the foreground color generically Read moresource§fn bg<C>(&self) -> BgColorDisplay<'_, C, Self>where
+ C: Color,
Set the background color generically. Read moresource§fn black(&self) -> FgColorDisplay<'_, Black, Self>
Change the foreground color to blacksource§fn on_black(&self) -> BgColorDisplay<'_, Black, Self>
Change the background color to blacksource§fn red(&self) -> FgColorDisplay<'_, Red, Self>
Change the foreground color to redsource§fn on_red(&self) -> BgColorDisplay<'_, Red, Self>
Change the background color to redsource§fn green(&self) -> FgColorDisplay<'_, Green, Self>
Change the foreground color to greensource§fn on_green(&self) -> BgColorDisplay<'_, Green, Self>
Change the background color to greensource§fn yellow(&self) -> FgColorDisplay<'_, Yellow, Self>
Change the foreground color to yellowsource§fn on_yellow(&self) -> BgColorDisplay<'_, Yellow, Self>
Change the background color to yellowsource§fn blue(&self) -> FgColorDisplay<'_, Blue, Self>
Change the foreground color to bluesource§fn on_blue(&self) -> BgColorDisplay<'_, Blue, Self>
Change the background color to bluesource§fn magenta(&self) -> FgColorDisplay<'_, Magenta, Self>
Change the foreground color to magentasource§fn on_magenta(&self) -> BgColorDisplay<'_, Magenta, Self>
Change the background color to magentasource§fn purple(&self) -> FgColorDisplay<'_, Magenta, Self>
Change the foreground color to purplesource§fn on_purple(&self) -> BgColorDisplay<'_, Magenta, Self>
Change the background color to purplesource§fn cyan(&self) -> FgColorDisplay<'_, Cyan, Self>
Change the foreground color to cyansource§fn on_cyan(&self) -> BgColorDisplay<'_, Cyan, Self>
Change the background color to cyansource§fn white(&self) -> FgColorDisplay<'_, White, Self>
Change the foreground color to whitesource§fn on_white(&self) -> BgColorDisplay<'_, White, Self>
Change the background color to whitesource§fn default_color(&self) -> FgColorDisplay<'_, Default, Self>
Change the foreground color to the terminal defaultsource§fn on_default_color(&self) -> BgColorDisplay<'_, Default, Self>
Change the background color to the terminal defaultsource§fn bright_black(&self) -> FgColorDisplay<'_, BrightBlack, Self>
Change the foreground color to bright blacksource§fn on_bright_black(&self) -> BgColorDisplay<'_, BrightBlack, Self>
Change the background color to bright blacksource§fn bright_red(&self) -> FgColorDisplay<'_, BrightRed, Self>
Change the foreground color to bright redsource§fn on_bright_red(&self) -> BgColorDisplay<'_, BrightRed, Self>
Change the background color to bright redsource§fn bright_green(&self) -> FgColorDisplay<'_, BrightGreen, Self>
Change the foreground color to bright greensource§fn on_bright_green(&self) -> BgColorDisplay<'_, BrightGreen, Self>
Change the background color to bright greensource§fn bright_yellow(&self) -> FgColorDisplay<'_, BrightYellow, Self>
Change the foreground color to bright yellowsource§fn on_bright_yellow(&self) -> BgColorDisplay<'_, BrightYellow, Self>
Change the background color to bright yellowsource§fn bright_blue(&self) -> FgColorDisplay<'_, BrightBlue, Self>
Change the foreground color to bright bluesource§fn on_bright_blue(&self) -> BgColorDisplay<'_, BrightBlue, Self>
Change the background color to bright bluesource§fn bright_magenta(&self) -> FgColorDisplay<'_, BrightMagenta, Self>
Change the foreground color to bright magentasource§fn on_bright_magenta(&self) -> BgColorDisplay<'_, BrightMagenta, Self>
Change the background color to bright magentasource§fn bright_purple(&self) -> FgColorDisplay<'_, BrightMagenta, Self>
Change the foreground color to bright purplesource§fn on_bright_purple(&self) -> BgColorDisplay<'_, BrightMagenta, Self>
Change the background color to bright purplesource§fn bright_cyan(&self) -> FgColorDisplay<'_, BrightCyan, Self>
Change the foreground color to bright cyansource§fn on_bright_cyan(&self) -> BgColorDisplay<'_, BrightCyan, Self>
Change the background color to bright cyansource§fn bright_white(&self) -> FgColorDisplay<'_, BrightWhite, Self>
Change the foreground color to bright whitesource§fn on_bright_white(&self) -> BgColorDisplay<'_, BrightWhite, Self>
Change the background color to bright whitesource§fn bold(&self) -> BoldDisplay<'_, Self>
Make the text boldsource§fn dimmed(&self) -> DimDisplay<'_, Self>
Make the text dimsource§fn italic(&self) -> ItalicDisplay<'_, Self>
Make the text italicizedsource§fn underline(&self) -> UnderlineDisplay<'_, Self>
Make the text italicizedsource§fn blink(&self) -> BlinkDisplay<'_, Self>
Make the text blinksource§fn blink_fast(&self) -> BlinkFastDisplay<'_, Self>
Make the text blink (but fast!)source§fn reversed(&self) -> ReversedDisplay<'_, Self>
Swap the foreground and background colors
Hide the textsource§fn strikethrough(&self) -> StrikeThroughDisplay<'_, Self>
Cross out the textsource§fn color<Color>(&self, color: Color) -> FgDynColorDisplay<'_, Color, Self>where
+ Color: DynColor,
Set the foreground color at runtime. Only use if you do not know which color will be used at
+compile-time. If the color is constant, use either OwoColorize::fg
or
+a color-specific method, such as OwoColorize::green
, Read moresource§fn on_color<Color>(&self, color: Color) -> BgDynColorDisplay<'_, Color, Self>where
+ Color: DynColor,
Set the background color at runtime. Only use if you do not know what color to use at
+compile-time. If the color is constant, use either OwoColorize::bg
or
+a color-specific method, such as OwoColorize::on_yellow
, Read moresource§fn fg_rgb<const R: u8, const G: u8, const B: u8>(
+ &self
+) -> FgColorDisplay<'_, CustomColor<R, G, B>, Self>
Set the foreground color to a specific RGB value.source§fn bg_rgb<const R: u8, const G: u8, const B: u8>(
+ &self
+) -> BgColorDisplay<'_, CustomColor<R, G, B>, Self>
Set the background color to a specific RGB value.source§fn truecolor(&self, r: u8, g: u8, b: u8) -> FgDynColorDisplay<'_, Rgb, Self>
Sets the foreground color to an RGB value.source§fn on_truecolor(&self, r: u8, g: u8, b: u8) -> BgDynColorDisplay<'_, Rgb, Self>
Sets the background color to an RGB value.