From 476bf1370547c5ee4aeb7a5a7ba329307c02eae3 Mon Sep 17 00:00:00 2001 From: edg-l Date: Mon, 11 Mar 2024 11:06:36 +0000 Subject: [PATCH] deploy: d56fe11b0caeeb9099a36e0e415e410cb4f0c65d --- crates.js | 2 +- edb/all.html | 2 +- edb/config/index.html | 2 +- edb/config/struct.Config.html | 25 +- edb/config/struct.Package.html | 25 +- edb/config/struct.Profile.html | 25 +- edb/enum.Commands.html | 37 +- edb/fn.main.html | 4 +- edb/index.html | 4 +- edb/struct.Cli.html | 35 +- edlang_ast/all.html | 2 +- edlang_ast/enum.ArithOp.html | 2 +- edlang_ast/enum.BinaryOp.html | 2 +- edlang_ast/enum.BitwiseOp.html | 2 +- edlang_ast/enum.CmpOp.html | 2 +- edlang_ast/enum.Expression.html | 2 +- edlang_ast/enum.LogicOp.html | 2 +- edlang_ast/enum.ModuleStatement.html | 2 +- edlang_ast/enum.PathSegment.html | 2 +- edlang_ast/enum.Statement.html | 2 +- edlang_ast/enum.TypeQualifier.html | 2 +- edlang_ast/enum.UnaryOp.html | 2 +- edlang_ast/enum.ValueExpr.html | 2 +- edlang_ast/index.html | 2 +- edlang_ast/struct.AssignStmt.html | 2 +- edlang_ast/struct.Block.html | 2 +- edlang_ast/struct.Constant.html | 2 +- edlang_ast/struct.FnCallExpr.html | 2 +- edlang_ast/struct.FnParam.html | 2 +- edlang_ast/struct.ForStmt.html | 2 +- edlang_ast/struct.Function.html | 2 +- edlang_ast/struct.Ident.html | 2 +- edlang_ast/struct.IfStmt.html | 2 +- edlang_ast/struct.Import.html | 2 +- edlang_ast/struct.LetStmt.html | 2 +- edlang_ast/struct.Module.html | 2 +- edlang_ast/struct.PathExpr.html | 2 +- edlang_ast/struct.ReturnStmt.html | 2 +- edlang_ast/struct.Span.html | 2 +- edlang_ast/struct.Struct.html | 2 +- edlang_ast/struct.StructField.html | 2 +- edlang_ast/struct.StructInitExpr.html | 2 +- edlang_ast/struct.StructInitField.html | 2 +- edlang_ast/struct.Type.html | 2 +- edlang_ast/struct.WhileStmt.html | 2 +- edlang_check/all.html | 2 +- edlang_check/fn.lowering_error_to_report.html | 4 +- edlang_check/index.html | 4 +- edlang_codegen_llvm/all.html | 4 +- edlang_codegen_llvm/codegen/fn.compile.html | 4 +- edlang_codegen_llvm/codegen/index.html | 4 +- edlang_codegen_llvm/fn.compile.html | 4 +- edlang_codegen_llvm/index.html | 4 +- .../linker/fn.link_binary.html | 2 - .../linker/fn.link_shared_lib.html | 2 - edlang_codegen_llvm/linker/index.html | 2 - edlang_codegen_llvm/sidebar-items.js | 2 +- edlang_driver/all.html | 4 +- edlang_driver/fn.compile.html | 2 + edlang_driver/fn.compile_single_file.html | 2 - edlang_driver/fn.main.html | 4 +- edlang_driver/index.html | 6 +- edlang_driver/linker/fn.link_binary.html | 2 + edlang_driver/linker/fn.link_shared_lib.html | 5 + edlang_driver/linker/index.html | 2 + .../linker/sidebar-items.js | 0 edlang_driver/sidebar-items.js | 2 +- edlang_driver/struct.CompilerArgs.html | 33 +- edlang_ir/all.html | 2 +- edlang_ir/enum.BinOp.html | 6 +- edlang_ir/enum.ConstKind.html | 6 +- edlang_ir/enum.ConstValue.html | 6 +- edlang_ir/enum.FloatTy.html | 12 +- edlang_ir/enum.IntTy.html | 12 +- edlang_ir/enum.LocalKind.html | 6 +- edlang_ir/enum.LogicalOp.html | 6 +- edlang_ir/enum.Operand.html | 6 +- edlang_ir/enum.PlaceElem.html | 6 +- edlang_ir/enum.RValue.html | 6 +- edlang_ir/enum.StatementKind.html | 6 +- edlang_ir/enum.Terminator.html | 6 +- edlang_ir/enum.TypeKind.html | 12 +- edlang_ir/enum.UintTy.html | 12 +- edlang_ir/enum.UnOp.html | 6 +- edlang_ir/enum.ValueTree.html | 6 +- edlang_ir/index.html | 4 +- edlang_ir/scalar_int/fn.sign_extend.html | 2 +- edlang_ir/scalar_int/fn.truncate.html | 2 +- edlang_ir/scalar_int/index.html | 2 +- edlang_ir/scalar_int/struct.ScalarInt.html | 2 +- edlang_ir/struct.AdtBody.html | 6 +- edlang_ir/struct.AdtVariant.html | 6 +- edlang_ir/struct.BasicBlock.html | 6 +- edlang_ir/struct.Body.html | 6 +- edlang_ir/struct.ConstData.html | 6 +- edlang_ir/struct.DebugInfo.html | 6 +- edlang_ir/struct.DefId.html | 14 +- edlang_ir/struct.Local.html | 8 +- edlang_ir/struct.ModuleBody.html | 7 +- edlang_ir/struct.Place.html | 6 +- edlang_ir/struct.ProgramBody.html | 2 +- edlang_ir/struct.Statement.html | 6 +- edlang_ir/struct.SwitchTarget.html | 6 +- edlang_ir/struct.SymbolTable.html | 2 +- edlang_ir/struct.TypeInfo.html | 12 +- edlang_lowering/all.html | 2 +- .../errors/enum.LoweringError.html | 15 +- edlang_lowering/errors/index.html | 4 +- edlang_lowering/fn.lower_modules.html | 6 +- edlang_lowering/fn.lower_type.html | 4 +- edlang_lowering/index.html | 4 +- edlang_parser/all.html | 2 +- edlang_parser/error/index.html | 2 +- edlang_parser/error/type.Error.html | 2 +- edlang_parser/fn.error_to_report.html | 2 +- edlang_parser/fn.parse_ast.html | 2 +- edlang_parser/fn.print_report.html | 2 +- edlang_parser/grammar/grammar/index.html | 2 +- .../struct.BinaryFirstLvlOpParser.html | 6 +- .../struct.BinarySecondLvlOpParser.html | 6 +- .../struct.BinaryThirdLvlOpParser.html | 6 +- .../grammar/grammar/struct.ModuleParser.html | 6 +- .../grammar/grammar/struct.ModulesParser.html | 6 +- .../grammar/struct.PathSegmentsParser.html | 6 +- .../grammar/grammar/struct.UnaryOpParser.html | 6 +- .../grammar/grammar/trait.__ToTriple.html | 10 +- edlang_parser/grammar/index.html | 2 +- edlang_parser/index.html | 2 +- edlang_parser/lexer/enum.LexicalError.html | 4 +- edlang_parser/lexer/index.html | 2 +- edlang_parser/lexer/struct.Lexer.html | 2 +- edlang_parser/lexer/type.Spanned.html | 2 +- edlang_parser/tokens/enum.LexingError.html | 4 +- edlang_parser/tokens/enum.Token.html | 2 +- edlang_parser/tokens/index.html | 2 +- edlang_session/all.html | 2 +- edlang_session/enum.DebugInfo.html | 10 +- edlang_session/enum.OptLevel.html | 10 +- edlang_session/index.html | 4 +- edlang_session/struct.Session.html | 12 +- edlang_span/all.html | 2 +- edlang_span/index.html | 2 +- edlang_span/struct.Span.html | 2 +- edlangc/all.html | 2 +- edlangc/fn.main.html | 2 +- edlangc/index.html | 2 +- owo_colors/all.html | 2 + owo_colors/colored/index.html | 10 + owo_colors/colored/sidebar-items.js | 1 + .../colors/ansi_colors/enum.AnsiColors.html | 11 + .../colors/css/dynamic/enum.CssColors.html | 11 + owo_colors/colors/css/index.html | 5 + owo_colors/colors/css/sidebar-items.js | 1 + owo_colors/colors/css/type.AliceBlue.html | 2 + owo_colors/colors/css/type.AntiqueWhite.html | 2 + owo_colors/colors/css/type.Aqua.html | 2 + owo_colors/colors/css/type.Aquamarine.html | 2 + owo_colors/colors/css/type.Azure.html | 2 + owo_colors/colors/css/type.Beige.html | 2 + owo_colors/colors/css/type.Bisque.html | 2 + owo_colors/colors/css/type.Black.html | 2 + .../colors/css/type.BlanchedAlmond.html | 2 + owo_colors/colors/css/type.Blue.html | 2 + owo_colors/colors/css/type.BlueViolet.html | 2 + owo_colors/colors/css/type.Brown.html | 2 + owo_colors/colors/css/type.BurlyWood.html | 2 + owo_colors/colors/css/type.CadetBlue.html | 2 + owo_colors/colors/css/type.Chartreuse.html | 2 + owo_colors/colors/css/type.Chocolate.html | 2 + owo_colors/colors/css/type.Coral.html | 2 + .../colors/css/type.CornflowerBlue.html | 2 + owo_colors/colors/css/type.Cornsilk.html | 2 + owo_colors/colors/css/type.Crimson.html | 2 + owo_colors/colors/css/type.DarkBlue.html | 2 + owo_colors/colors/css/type.DarkCyan.html | 2 + owo_colors/colors/css/type.DarkGoldenRod.html | 2 + owo_colors/colors/css/type.DarkGray.html | 2 + owo_colors/colors/css/type.DarkGreen.html | 2 + owo_colors/colors/css/type.DarkGrey.html | 2 + owo_colors/colors/css/type.DarkKhaki.html | 2 + owo_colors/colors/css/type.DarkMagenta.html | 2 + .../colors/css/type.DarkOliveGreen.html | 2 + owo_colors/colors/css/type.DarkOrange.html | 2 + owo_colors/colors/css/type.DarkOrchid.html | 2 + owo_colors/colors/css/type.DarkRed.html | 2 + owo_colors/colors/css/type.DarkSalmon.html | 2 + owo_colors/colors/css/type.DarkSeaGreen.html | 2 + owo_colors/colors/css/type.DarkSlateBlue.html | 2 + owo_colors/colors/css/type.DarkSlateGray.html | 2 + owo_colors/colors/css/type.DarkSlateGrey.html | 2 + owo_colors/colors/css/type.DarkTurquoise.html | 2 + owo_colors/colors/css/type.DarkViolet.html | 2 + owo_colors/colors/css/type.DeepPink.html | 2 + owo_colors/colors/css/type.DeepSkyBlue.html | 2 + owo_colors/colors/css/type.DimGray.html | 2 + owo_colors/colors/css/type.DimGrey.html | 2 + owo_colors/colors/css/type.DodgerBlue.html | 2 + owo_colors/colors/css/type.FireBrick.html | 2 + owo_colors/colors/css/type.FloralWhite.html | 2 + owo_colors/colors/css/type.ForestGreen.html | 2 + owo_colors/colors/css/type.Fuchsia.html | 2 + owo_colors/colors/css/type.Gainsboro.html | 2 + owo_colors/colors/css/type.GhostWhite.html | 2 + owo_colors/colors/css/type.Gold.html | 2 + owo_colors/colors/css/type.GoldenRod.html | 2 + owo_colors/colors/css/type.Gray.html | 2 + owo_colors/colors/css/type.Green.html | 2 + owo_colors/colors/css/type.GreenYellow.html | 2 + owo_colors/colors/css/type.Grey.html | 2 + owo_colors/colors/css/type.HoneyDew.html | 2 + owo_colors/colors/css/type.HotPink.html | 2 + owo_colors/colors/css/type.IndianRed.html | 2 + owo_colors/colors/css/type.Indigo.html | 2 + owo_colors/colors/css/type.Ivory.html | 2 + owo_colors/colors/css/type.Khaki.html | 2 + owo_colors/colors/css/type.Lavender.html | 2 + owo_colors/colors/css/type.LavenderBlush.html | 2 + owo_colors/colors/css/type.LawnGreen.html | 2 + owo_colors/colors/css/type.LemonChiffon.html | 2 + owo_colors/colors/css/type.LightBlue.html | 2 + owo_colors/colors/css/type.LightCoral.html | 2 + owo_colors/colors/css/type.LightCyan.html | 2 + .../colors/css/type.LightGoldenRodYellow.html | 2 + owo_colors/colors/css/type.LightGray.html | 2 + owo_colors/colors/css/type.LightGreen.html | 2 + owo_colors/colors/css/type.LightGrey.html | 2 + owo_colors/colors/css/type.LightPink.html | 2 + owo_colors/colors/css/type.LightSalmon.html | 2 + owo_colors/colors/css/type.LightSeaGreen.html | 2 + owo_colors/colors/css/type.LightSkyBlue.html | 2 + .../colors/css/type.LightSlateGray.html | 2 + .../colors/css/type.LightSlateGrey.html | 2 + .../colors/css/type.LightSteelBlue.html | 2 + owo_colors/colors/css/type.LightYellow.html | 2 + owo_colors/colors/css/type.Lime.html | 2 + owo_colors/colors/css/type.LimeGreen.html | 2 + owo_colors/colors/css/type.Linen.html | 2 + owo_colors/colors/css/type.Magenta.html | 2 + owo_colors/colors/css/type.Maroon.html | 2 + .../colors/css/type.MediumAquaMarine.html | 2 + owo_colors/colors/css/type.MediumBlue.html | 2 + owo_colors/colors/css/type.MediumOrchid.html | 2 + owo_colors/colors/css/type.MediumPurple.html | 2 + .../colors/css/type.MediumSeaGreen.html | 2 + .../colors/css/type.MediumSlateBlue.html | 2 + .../colors/css/type.MediumSpringGreen.html | 2 + .../colors/css/type.MediumTurquoise.html | 2 + .../colors/css/type.MediumVioletRed.html | 2 + owo_colors/colors/css/type.MidnightBlue.html | 2 + owo_colors/colors/css/type.MintCream.html | 2 + owo_colors/colors/css/type.MistyRose.html | 2 + owo_colors/colors/css/type.Moccasin.html | 2 + owo_colors/colors/css/type.NavajoWhite.html | 2 + owo_colors/colors/css/type.Navy.html | 2 + owo_colors/colors/css/type.OldLace.html | 2 + owo_colors/colors/css/type.Olive.html | 2 + owo_colors/colors/css/type.OliveDrab.html | 2 + owo_colors/colors/css/type.Orange.html | 2 + owo_colors/colors/css/type.OrangeRed.html | 2 + owo_colors/colors/css/type.Orchid.html | 2 + owo_colors/colors/css/type.PaleGoldenRod.html | 2 + owo_colors/colors/css/type.PaleGreen.html | 2 + owo_colors/colors/css/type.PaleTurquoise.html | 2 + owo_colors/colors/css/type.PaleVioletRed.html | 2 + owo_colors/colors/css/type.PapayaWhip.html | 2 + owo_colors/colors/css/type.PeachPuff.html | 2 + owo_colors/colors/css/type.Peru.html | 2 + owo_colors/colors/css/type.Pink.html | 2 + owo_colors/colors/css/type.Plum.html | 2 + owo_colors/colors/css/type.PowderBlue.html | 2 + owo_colors/colors/css/type.Purple.html | 2 + owo_colors/colors/css/type.RebeccaPurple.html | 2 + owo_colors/colors/css/type.Red.html | 2 + owo_colors/colors/css/type.RosyBrown.html | 2 + owo_colors/colors/css/type.RoyalBlue.html | 2 + owo_colors/colors/css/type.SaddleBrown.html | 2 + owo_colors/colors/css/type.Salmon.html | 2 + owo_colors/colors/css/type.SandyBrown.html | 2 + owo_colors/colors/css/type.SeaGreen.html | 2 + owo_colors/colors/css/type.SeaShell.html | 2 + owo_colors/colors/css/type.Sienna.html | 2 + owo_colors/colors/css/type.Silver.html | 2 + owo_colors/colors/css/type.SkyBlue.html | 2 + owo_colors/colors/css/type.SlateBlue.html | 2 + owo_colors/colors/css/type.SlateGray.html | 2 + owo_colors/colors/css/type.SlateGrey.html | 2 + owo_colors/colors/css/type.Snow.html | 2 + owo_colors/colors/css/type.SpringGreen.html | 2 + owo_colors/colors/css/type.SteelBlue.html | 2 + owo_colors/colors/css/type.Tan.html | 2 + owo_colors/colors/css/type.Teal.html | 2 + owo_colors/colors/css/type.Thistle.html | 2 + owo_colors/colors/css/type.Tomato.html | 2 + owo_colors/colors/css/type.Turquoise.html | 2 + owo_colors/colors/css/type.Violet.html | 2 + owo_colors/colors/css/type.Wheat.html | 2 + owo_colors/colors/css/type.White.html | 2 + owo_colors/colors/css/type.WhiteSmoke.html | 2 + owo_colors/colors/css/type.Yellow.html | 2 + owo_colors/colors/css/type.YellowGreen.html | 2 + .../colors/custom/struct.CustomColor.html | 11 + owo_colors/colors/dynamic/struct.Rgb.html | 11 + owo_colors/colors/index.html | 3 + owo_colors/colors/sidebar-items.js | 1 + owo_colors/colors/struct.Black.html | 29 + owo_colors/colors/struct.Blue.html | 29 + owo_colors/colors/struct.BrightBlack.html | 29 + owo_colors/colors/struct.BrightBlue.html | 29 + owo_colors/colors/struct.BrightCyan.html | 29 + owo_colors/colors/struct.BrightGreen.html | 29 + owo_colors/colors/struct.BrightMagenta.html | 29 + owo_colors/colors/struct.BrightRed.html | 29 + owo_colors/colors/struct.BrightWhite.html | 29 + owo_colors/colors/struct.BrightYellow.html | 29 + owo_colors/colors/struct.CustomColor.html | 29 + owo_colors/colors/struct.Cyan.html | 29 + owo_colors/colors/struct.Default.html | 29 + owo_colors/colors/struct.Green.html | 29 + owo_colors/colors/struct.Magenta.html | 29 + owo_colors/colors/struct.Red.html | 29 + owo_colors/colors/struct.White.html | 29 + owo_colors/colors/struct.Yellow.html | 29 + .../xterm/dynamic/enum.XtermColors.html | 11 + owo_colors/colors/xterm/index.html | 3 + owo_colors/colors/xterm/sidebar-items.js | 1 + owo_colors/colors/xterm/struct.AeroBlue.html | 28 + owo_colors/colors/xterm/struct.Alto.html | 28 + owo_colors/colors/xterm/struct.AltoBeige.html | 28 + .../colors/xterm/struct.AnakiwaBlue.html | 28 + owo_colors/colors/xterm/struct.Aqua.html | 28 + .../colors/xterm/struct.Aquamarine.html | 28 + .../colors/xterm/struct.AzureRadiance.html | 28 + owo_colors/colors/xterm/struct.BayLeaf.html | 28 + owo_colors/colors/xterm/struct.Bermuda.html | 28 + .../xterm/struct.BittersweetOrange.html | 28 + owo_colors/colors/xterm/struct.Black.html | 28 + .../colors/xterm/struct.BlazeOrange.html | 28 + owo_colors/colors/xterm/struct.Blue.html | 28 + .../colors/xterm/struct.BlueRibbon.html | 28 + owo_colors/colors/xterm/struct.BlueStone.html | 28 + owo_colors/colors/xterm/struct.BlushPink.html | 28 + owo_colors/colors/xterm/struct.BondiBlue.html | 28 + owo_colors/colors/xterm/struct.Boulder.html | 28 + owo_colors/colors/xterm/struct.Bouquet.html | 28 + .../xterm/struct.BrightElectricViolet.html | 28 + .../colors/xterm/struct.BrightGreen.html | 28 + .../colors/xterm/struct.BrightHeliotrope.html | 28 + owo_colors/colors/xterm/struct.BrightRed.html | 28 + .../colors/xterm/struct.BrightTurquoise.html | 28 + .../xterm/struct.BrighterElectricViolet.html | 28 + owo_colors/colors/xterm/struct.Brown.html | 28 + .../colors/xterm/struct.BuddhaGold.html | 28 + .../colors/xterm/struct.CamaroneGreen.html | 28 + .../colors/xterm/struct.CanCanPink.html | 28 + owo_colors/colors/xterm/struct.Canary.html | 28 + owo_colors/colors/xterm/struct.Caramel.html | 28 + .../colors/xterm/struct.CaribbeanGreen.html | 28 + owo_colors/colors/xterm/struct.Celadon.html | 28 + owo_colors/colors/xterm/struct.Cerulean.html | 28 + .../colors/xterm/struct.ChartreuseGreen.html | 28 + .../colors/xterm/struct.ChartreuseYellow.html | 28 + .../colors/xterm/struct.ChelseaCucumber.html | 28 + .../colors/xterm/struct.ChetwodeBlue.html | 28 + owo_colors/colors/xterm/struct.ClamShell.html | 28 + .../colors/xterm/struct.ClayCreekOlive.html | 28 + owo_colors/colors/xterm/struct.CodGray.html | 28 + .../colors/xterm/struct.ConiferGreen.html | 28 + .../colors/xterm/struct.CopperRose.html | 28 + .../colors/xterm/struct.Copperfield.html | 28 + owo_colors/colors/xterm/struct.Corn.html | 28 + .../colors/xterm/struct.CornflowerBlue.html | 28 + .../colors/xterm/struct.CosmosSalmon.html | 28 + .../colors/xterm/struct.CottonCandy.html | 28 + .../colors/xterm/struct.CranberryPink.html | 28 + owo_colors/colors/xterm/struct.Cumulus.html | 28 + owo_colors/colors/xterm/struct.Cyan.html | 28 + owo_colors/colors/xterm/struct.Dandelion.html | 28 + owo_colors/colors/xterm/struct.DarkAlto.html | 28 + .../colors/xterm/struct.DarkAnakiwaBlue.html | 28 + .../colors/xterm/struct.DarkAquamarine.html | 28 + owo_colors/colors/xterm/struct.DarkBlue.html | 28 + .../colors/xterm/struct.DarkBrightGreen.html | 28 + .../colors/xterm/struct.DarkCodGray.html | 28 + owo_colors/colors/xterm/struct.DarkCorn.html | 28 + .../xterm/struct.DarkCornflowerBlue.html | 28 + .../colors/xterm/struct.DarkDoveGray.html | 28 + .../colors/xterm/struct.DarkFeijoaGreen.html | 28 + owo_colors/colors/xterm/struct.DarkFlirt.html | 28 + .../xterm/struct.DarkFreshEggplant.html | 28 + owo_colors/colors/xterm/struct.DarkGray.html | 28 + owo_colors/colors/xterm/struct.DarkGreen.html | 28 + .../xterm/struct.DarkHeliotropePurple.html | 28 + .../colors/xterm/struct.DarkHotPink.html | 28 + .../colors/xterm/struct.DarkLavenderRose.html | 28 + .../colors/xterm/struct.DarkLimeade.html | 28 + .../colors/xterm/struct.DarkMalibuBlue.html | 28 + .../colors/xterm/struct.DarkMediumPurple.html | 28 + .../colors/xterm/struct.DarkMineShaft.html | 28 + .../colors/xterm/struct.DarkMintGreen.html | 28 + .../colors/xterm/struct.DarkPastelGreen.html | 28 + .../colors/xterm/struct.DarkPurple.html | 28 + .../xterm/struct.DarkPurplePizzazz.html | 28 + owo_colors/colors/xterm/struct.DarkRose.html | 28 + .../xterm/struct.DarkScreaminGreen.html | 28 + .../colors/xterm/struct.DarkSilver.html | 28 + .../xterm/struct.DarkSilverChalice.html | 28 + .../colors/xterm/struct.DarkSpringGreen.html | 28 + .../colors/xterm/struct.DarkTachaOrange.html | 28 + .../colors/xterm/struct.DarkTundora.html | 28 + .../colors/xterm/struct.DarkViolet.html | 28 + .../colors/xterm/struct.DecoOrange.html | 28 + .../colors/xterm/struct.DeepCerulean.html | 28 + .../colors/xterm/struct.DeepSeaGreen.html | 28 + .../colors/xterm/struct.DelugePurple.html | 28 + .../colors/xterm/struct.DollyYellow.html | 28 + owo_colors/colors/xterm/struct.DoveGray.html | 28 + owo_colors/colors/xterm/struct.DownyTeal.html | 28 + owo_colors/colors/xterm/struct.DustyGray.html | 28 + .../colors/xterm/struct.ElectricIndigo.html | 28 + .../colors/xterm/struct.ElectricPurple.html | 28 + .../colors/xterm/struct.ElectricViolet.html | 28 + .../colors/xterm/struct.EndeavourBlue.html | 28 + owo_colors/colors/xterm/struct.Feijoa.html | 28 + owo_colors/colors/xterm/struct.FernGreen.html | 28 + owo_colors/colors/xterm/struct.Flirt.html | 28 + .../colors/xterm/struct.FlushOrange.html | 28 + owo_colors/colors/xterm/struct.FogPink.html | 28 + .../xterm/struct.FrenchPassLightBlue.html | 28 + owo_colors/colors/xterm/struct.Fuchsia.html | 28 + .../colors/xterm/struct.FuchsiaPink.html | 28 + .../colors/xterm/struct.GalleryGray.html | 28 + .../colors/xterm/struct.GladeGreen.html | 28 + owo_colors/colors/xterm/struct.Gold.html | 28 + .../colors/xterm/struct.GrandisCaramel.html | 28 + owo_colors/colors/xterm/struct.Gray.html | 28 + owo_colors/colors/xterm/struct.Green.html | 28 + .../colors/xterm/struct.GreenYellow.html | 28 + .../colors/xterm/struct.GuardsmanRed.html | 28 + .../colors/xterm/struct.GulfStream.html | 28 + .../colors/xterm/struct.HavelockBlue.html | 28 + .../colors/xterm/struct.Heliotrope.html | 28 + .../colors/xterm/struct.HillaryOlive.html | 28 + .../colors/xterm/struct.HippieBlue.html | 28 + .../colors/xterm/struct.HollywoodCerise.html | 28 + .../colors/xterm/struct.Honeysuckle.html | 28 + .../colors/xterm/struct.HopbushPink.html | 28 + owo_colors/colors/xterm/struct.HotPink.html | 28 + owo_colors/colors/xterm/struct.Indigo.html | 28 + owo_colors/colors/xterm/struct.Jade.html | 28 + .../colors/xterm/struct.JapaneseLaurel.html | 28 + .../colors/xterm/struct.JungleMist.html | 28 + .../colors/xterm/struct.JuniperGreen.html | 28 + .../colors/xterm/struct.LaserLemon.html | 28 + owo_colors/colors/xterm/struct.Lavender.html | 28 + .../colors/xterm/struct.LavenderRose.html | 28 + .../colors/xterm/struct.LightAnakiwaBlue.html | 28 + .../colors/xterm/struct.LightAquamarine.html | 28 + .../xterm/struct.LightAzureRadiance.html | 28 + .../xterm/struct.LightCaribbeanGreen.html | 28 + .../colors/xterm/struct.LightCodGray.html | 28 + .../xterm/struct.LightElectricViolet.html | 28 + .../colors/xterm/struct.LightFlirt.html | 28 + .../xterm/struct.LightFreshEggplant.html | 28 + owo_colors/colors/xterm/struct.LightGray.html | 28 + .../colors/xterm/struct.LightHeliotrope.html | 28 + .../xterm/struct.LightHollywoodCerise.html | 28 + .../xterm/struct.LightJapaneseLaurel.html | 28 + .../colors/xterm/struct.LightLimeade.html | 28 + .../colors/xterm/struct.LightMalibuBlue.html | 28 + .../colors/xterm/struct.LightMineShaft.html | 28 + .../colors/xterm/struct.LightMintGreen.html | 28 + .../colors/xterm/struct.LightOrchid.html | 28 + .../colors/xterm/struct.LightPastelGreen.html | 28 + .../xterm/struct.LightScreaminGreen.html | 28 + .../xterm/struct.LightSilverChalice.html | 28 + .../colors/xterm/struct.LightSpringGreen.html | 28 + .../xterm/struct.LighterAquamarine.html | 28 + .../xterm/struct.LighterHeliotrope.html | 28 + owo_colors/colors/xterm/struct.Lilac.html | 28 + owo_colors/colors/xterm/struct.Lime.html | 28 + owo_colors/colors/xterm/struct.Limeade.html | 28 + .../colors/xterm/struct.LochmaraBlue.html | 28 + owo_colors/colors/xterm/struct.Malachite.html | 28 + .../colors/xterm/struct.MalibuBlue.html | 28 + .../colors/xterm/struct.MangoTango.html | 28 + owo_colors/colors/xterm/struct.Maroon.html | 28 + .../colors/xterm/struct.MatrixPink.html | 28 + owo_colors/colors/xterm/struct.Mauve.html | 28 + .../colors/xterm/struct.MediumPurple.html | 28 + .../colors/xterm/struct.MediumVioletRed.html | 28 + .../colors/xterm/struct.MelroseLilac.html | 28 + owo_colors/colors/xterm/struct.Mercury.html | 28 + .../colors/xterm/struct.MidnightBlue.html | 28 + owo_colors/colors/xterm/struct.MineShaft.html | 28 + owo_colors/colors/xterm/struct.MintGreen.html | 28 + .../colors/xterm/struct.MuesliOrange.html | 28 + owo_colors/colors/xterm/struct.NavyBlue.html | 28 + owo_colors/colors/xterm/struct.NobelGray.html | 28 + owo_colors/colors/xterm/struct.Olive.html | 28 + .../colors/xterm/struct.OliveGreen.html | 28 + owo_colors/colors/xterm/struct.Orchid.html | 28 + .../colors/xterm/struct.OrientBlue.html | 28 + owo_colors/colors/xterm/struct.OysterBay.html | 28 + .../colors/xterm/struct.PaleGoldenrod.html | 28 + .../colors/xterm/struct.PastelGreen.html | 28 + .../colors/xterm/struct.PersianGreen.html | 28 + .../colors/xterm/struct.PharlapPink.html | 28 + .../colors/xterm/struct.PigmentIndigo.html | 28 + .../colors/xterm/struct.PinkFlamingo.html | 28 + owo_colors/colors/xterm/struct.PinkLace.html | 28 + .../colors/xterm/struct.PinkSalmon.html | 28 + .../colors/xterm/struct.PirateGold.html | 28 + owo_colors/colors/xterm/struct.Pistachio.html | 28 + .../colors/xterm/struct.PixieGreen.html | 28 + owo_colors/colors/xterm/struct.PoloBlue.html | 28 + .../colors/xterm/struct.PompadourMagenta.html | 28 + .../colors/xterm/struct.PortafinoYellow.html | 28 + owo_colors/colors/xterm/struct.Purple.html | 28 + .../colors/xterm/struct.PurplePizzazz.html | 28 + .../colors/xterm/struct.RazzmatazzCerise.html | 28 + owo_colors/colors/xterm/struct.Red.html | 28 + .../colors/xterm/struct.ReefPaleYellow.html | 28 + .../colors/xterm/struct.RioGrandeGreen.html | 28 + .../colors/xterm/struct.RobinEggBlue.html | 28 + .../colors/xterm/struct.RomanOrange.html | 28 + owo_colors/colors/xterm/struct.Rose.html | 28 + .../xterm/struct.RoseofSharonOrange.html | 28 + owo_colors/colors/xterm/struct.Rosewood.html | 28 + owo_colors/colors/xterm/struct.Salmon.html | 28 + .../colors/xterm/struct.ScampiIndigo.html | 28 + .../colors/xterm/struct.ScienceBlue.html | 28 + .../colors/xterm/struct.ScorpionGray.html | 28 + .../colors/xterm/struct.ScorpionOlive.html | 28 + .../colors/xterm/struct.ScreaminGreen.html | 28 + owo_colors/colors/xterm/struct.SeaPink.html | 28 + .../colors/xterm/struct.ShakespeareBlue.html | 28 + owo_colors/colors/xterm/struct.Silver.html | 28 + .../colors/xterm/struct.SilverChalice.html | 28 + .../colors/xterm/struct.SilverTree.html | 28 + owo_colors/colors/xterm/struct.SlateBlue.html | 28 + owo_colors/colors/xterm/struct.SnowyMint.html | 28 + .../colors/xterm/struct.SpringGreen.html | 28 + .../colors/xterm/struct.StratosBlue.html | 28 + .../xterm/struct.StrikemasterPurple.html | 28 + owo_colors/colors/xterm/struct.Sundown.html | 28 + owo_colors/colors/xterm/struct.Tacao.html | 28 + .../colors/xterm/struct.TachaOrange.html | 28 + owo_colors/colors/xterm/struct.TanBeige.html | 28 + .../colors/xterm/struct.TapestryPink.html | 28 + owo_colors/colors/xterm/struct.Teal.html | 28 + .../colors/xterm/struct.TennOrange.html | 28 + owo_colors/colors/xterm/struct.TexasRose.html | 28 + .../colors/xterm/struct.ThistlePink.html | 28 + owo_colors/colors/xterm/struct.Tradewind.html | 28 + owo_colors/colors/xterm/struct.Tundora.html | 28 + owo_colors/colors/xterm/struct.UserBlack.html | 28 + owo_colors/colors/xterm/struct.UserBlue.html | 28 + .../colors/xterm/struct.UserBrightBlack.html | 28 + .../colors/xterm/struct.UserBrightBlue.html | 28 + .../colors/xterm/struct.UserBrightCyan.html | 28 + .../colors/xterm/struct.UserBrightGreen.html | 28 + .../xterm/struct.UserBrightMagenta.html | 28 + .../colors/xterm/struct.UserBrightRed.html | 28 + .../colors/xterm/struct.UserBrightWhite.html | 28 + .../colors/xterm/struct.UserBrightYellow.html | 28 + owo_colors/colors/xterm/struct.UserCyan.html | 28 + owo_colors/colors/xterm/struct.UserGreen.html | 28 + .../colors/xterm/struct.UserMagenta.html | 28 + owo_colors/colors/xterm/struct.UserRed.html | 28 + owo_colors/colors/xterm/struct.UserWhite.html | 28 + .../colors/xterm/struct.UserYellow.html | 28 + .../colors/xterm/struct.VerdunGreen.html | 28 + owo_colors/colors/xterm/struct.Viking.html | 28 + owo_colors/colors/xterm/struct.VistaBlue.html | 28 + .../colors/xterm/struct.VividTangerine.html | 28 + owo_colors/colors/xterm/struct.White.html | 28 + .../colors/xterm/struct.WildBlueYonder.html | 28 + .../colors/xterm/struct.WildWatermelon.html | 28 + .../colors/xterm/struct.WistfulLilac.html | 28 + owo_colors/colors/xterm/struct.Yellow.html | 28 + owo_colors/colors/xterm/struct.YellowSea.html | 28 + .../combo/struct.ComboColorDisplay.html | 11 + owo_colors/dyn_colors/enum.DynColors.html | 11 + .../dyn_colors/struct.ParseColorError.html | 11 + owo_colors/dyn_styles/enum.Effect.html | 11 + owo_colors/dyn_styles/fn.style.html | 11 + owo_colors/dyn_styles/struct.Style.html | 11 + owo_colors/dyn_styles/struct.Styled.html | 11 + owo_colors/enum.AnsiColors.html | 51 + owo_colors/enum.CssColors.html | 180 ++ owo_colors/enum.DynColors.html | 38 + owo_colors/enum.Effect.html | 37 + owo_colors/enum.XtermColors.html | 289 ++ owo_colors/fn.style.html | 3 + owo_colors/index.html | 77 + owo_colors/sidebar-items.js | 1 + owo_colors/struct.BgColorDisplay.html | 105 + owo_colors/struct.BgDynColorDisplay.html | 55 + owo_colors/struct.ComboColorDisplay.html | 109 + owo_colors/struct.FgColorDisplay.html | 105 + owo_colors/struct.FgDynColorDisplay.html | 58 + owo_colors/struct.ParseColorError.html | 27 + owo_colors/struct.Rgb.html | 32 + owo_colors/struct.Style.html | 133 + owo_colors/struct.Styled.html | 38 + owo_colors/struct.StyledList.html | 54 + owo_colors/styled_list/struct.StyledList.html | 11 + owo_colors/styles/index.html | 21 + owo_colors/styles/sidebar-items.js | 1 + owo_colors/styles/struct.BlinkDisplay.html | 33 + .../styles/struct.BlinkFastDisplay.html | 33 + owo_colors/styles/struct.BoldDisplay.html | 33 + owo_colors/styles/struct.DimDisplay.html | 33 + owo_colors/styles/struct.HiddenDisplay.html | 33 + owo_colors/styles/struct.ItalicDisplay.html | 33 + owo_colors/styles/struct.ReversedDisplay.html | 33 + .../styles/struct.StrikeThroughDisplay.html | 33 + .../styles/struct.UnderlineDisplay.html | 33 + owo_colors/trait.Color.html | 15 + owo_colors/trait.DynColor.html | 17 + owo_colors/trait.OwoColorize.html | 197 ++ same_file/all.html | 2 + same_file/fn.is_same_file.html | 16 + same_file/index.html | 40 + same_file/sidebar-items.js | 1 + same_file/struct.Handle.html | 141 + search-index.js | 17 +- src-files.js | 7 +- src/edb/main.rs.html | 294 +- src/edlang_check/lib.rs.html | 226 +- src/edlang_codegen_llvm/codegen.rs.html | 58 +- src/edlang_codegen_llvm/lib.rs.html | 2 - src/edlang_driver/lib.rs.html | 160 +- .../linker.rs.html | 96 +- src/edlang_ir/lib.rs.html | 2 + src/edlang_lowering/common.rs.html | 2 + src/edlang_lowering/errors.rs.html | 66 +- src/edlang_lowering/lib.rs.html | 54 +- src/edlang_lowering/prepass.rs.html | 48 +- .../out/grammar.rs.html | 2 +- src/edlang_session/lib.rs.html | 8 +- src/owo_colors/colors.rs.html | 424 +++ src/owo_colors/colors/css.rs.html | 462 ++++ src/owo_colors/colors/custom.rs.html | 210 ++ src/owo_colors/colors/dynamic.rs.html | 204 ++ src/owo_colors/colors/xterm.rs.html | 758 ++++++ src/owo_colors/combo.rs.html | 1114 ++++++++ src/owo_colors/dyn_colors.rs.html | 226 ++ src/owo_colors/dyn_styles.rs.html | 1318 +++++++++ src/owo_colors/lib.rs.html | 1066 ++++++++ src/owo_colors/styled_list.rs.html | 554 ++++ src/owo_colors/styles.rs.html | 350 +++ src/same_file/lib.rs.html | 1146 ++++++++ src/same_file/unix.rs.html | 226 ++ src/walkdir/dent.rs.html | 706 +++++ src/walkdir/error.rs.html | 526 ++++ src/walkdir/lib.rs.html | 2390 +++++++++++++++++ src/walkdir/util.rs.html | 52 + .../derive/trait.FromArgMatches.js | 2 +- trait.impl/core/clone/trait.Clone.js | 10 +- trait.impl/core/cmp/trait.Eq.js | 6 +- trait.impl/core/cmp/trait.Ord.js | 4 +- trait.impl/core/cmp/trait.PartialEq.js | 8 +- trait.impl/core/cmp/trait.PartialOrd.js | 4 +- trait.impl/core/convert/trait.From.js | 4 +- trait.impl/core/default/trait.Default.js | 5 +- trait.impl/core/error/trait.Error.js | 1 + trait.impl/core/fmt/trait.Binary.js | 1 + trait.impl/core/fmt/trait.Debug.js | 13 +- trait.impl/core/fmt/trait.Display.js | 2 + trait.impl/core/fmt/trait.LowerExp.js | 1 + trait.impl/core/fmt/trait.LowerHex.js | 1 + trait.impl/core/fmt/trait.Octal.js | 1 + trait.impl/core/fmt/trait.Pointer.js | 1 + trait.impl/core/fmt/trait.UpperExp.js | 1 + trait.impl/core/fmt/trait.UpperHex.js | 1 + trait.impl/core/hash/trait.Hash.js | 7 +- .../iter/traits/collect/trait.IntoIterator.js | 3 +- .../iter/traits/iterator/trait.Iterator.js | 1 + .../iter/traits/marker/trait.FusedIterator.js | 3 +- trait.impl/core/marker/trait.Copy.js | 5 +- trait.impl/core/marker/trait.Freeze.js | 3 + trait.impl/core/marker/trait.Send.js | 3 + trait.impl/core/marker/trait.StructuralEq.js | 6 +- .../core/marker/trait.StructuralPartialEq.js | 10 +- trait.impl/core/marker/trait.Sync.js | 3 + trait.impl/core/marker/trait.Unpin.js | 3 + .../panic/unwind_safe/trait.RefUnwindSafe.js | 3 + .../panic/unwind_safe/trait.UnwindSafe.js | 3 + trait.impl/core/str/traits/trait.FromStr.js | 1 + trait.impl/owo_colors/trait.Color.js | 3 + trait.impl/owo_colors/trait.DynColor.js | 3 + trait.impl/owo_colors/trait.OwoColorize.js | 3 + trait.impl/serde/ser/trait.Serialize.js | 2 +- trait.impl/std/os/fd/raw/trait.AsRawFd.js | 3 + trait.impl/std/os/fd/raw/trait.IntoRawFd.js | 3 + trait.impl/walkdir/dent/trait.DirEntryExt.js | 3 + type.impl/core/result/enum.Result.js | 3 +- .../owo_colors/colors/struct.CustomColor.js | 3 + walkdir/all.html | 2 + walkdir/dent/struct.DirEntry.html | 11 + walkdir/dent/trait.DirEntryExt.html | 11 + walkdir/error/struct.Error.html | 11 + walkdir/index.html | 61 + walkdir/sidebar-items.js | 1 + walkdir/struct.DirEntry.html | 70 + walkdir/struct.Error.html | 93 + walkdir/struct.FilterEntry.html | 285 ++ walkdir/struct.IntoIter.html | 277 ++ walkdir/struct.WalkDir.html | 192 ++ walkdir/trait.DirEntryExt.html | 8 + walkdir/type.Result.html | 14 + 712 files changed, 24415 insertions(+), 572 deletions(-) delete mode 100644 edlang_codegen_llvm/linker/fn.link_binary.html delete mode 100644 edlang_codegen_llvm/linker/fn.link_shared_lib.html delete mode 100644 edlang_codegen_llvm/linker/index.html create mode 100644 edlang_driver/fn.compile.html delete mode 100644 edlang_driver/fn.compile_single_file.html create mode 100644 edlang_driver/linker/fn.link_binary.html create mode 100644 edlang_driver/linker/fn.link_shared_lib.html create mode 100644 edlang_driver/linker/index.html rename {edlang_codegen_llvm => edlang_driver}/linker/sidebar-items.js (100%) create mode 100644 owo_colors/all.html create mode 100644 owo_colors/colored/index.html create mode 100644 owo_colors/colored/sidebar-items.js create mode 100644 owo_colors/colors/ansi_colors/enum.AnsiColors.html create mode 100644 owo_colors/colors/css/dynamic/enum.CssColors.html create mode 100644 owo_colors/colors/css/index.html create mode 100644 owo_colors/colors/css/sidebar-items.js create mode 100644 owo_colors/colors/css/type.AliceBlue.html create mode 100644 owo_colors/colors/css/type.AntiqueWhite.html create mode 100644 owo_colors/colors/css/type.Aqua.html create mode 100644 owo_colors/colors/css/type.Aquamarine.html create mode 100644 owo_colors/colors/css/type.Azure.html create mode 100644 owo_colors/colors/css/type.Beige.html create mode 100644 owo_colors/colors/css/type.Bisque.html create mode 100644 owo_colors/colors/css/type.Black.html create mode 100644 owo_colors/colors/css/type.BlanchedAlmond.html create mode 100644 owo_colors/colors/css/type.Blue.html create mode 100644 owo_colors/colors/css/type.BlueViolet.html create mode 100644 owo_colors/colors/css/type.Brown.html create mode 100644 owo_colors/colors/css/type.BurlyWood.html create mode 100644 owo_colors/colors/css/type.CadetBlue.html create mode 100644 owo_colors/colors/css/type.Chartreuse.html create mode 100644 owo_colors/colors/css/type.Chocolate.html create mode 100644 owo_colors/colors/css/type.Coral.html create mode 100644 owo_colors/colors/css/type.CornflowerBlue.html create mode 100644 owo_colors/colors/css/type.Cornsilk.html create mode 100644 owo_colors/colors/css/type.Crimson.html create mode 100644 owo_colors/colors/css/type.DarkBlue.html create mode 100644 owo_colors/colors/css/type.DarkCyan.html create mode 100644 owo_colors/colors/css/type.DarkGoldenRod.html create mode 100644 owo_colors/colors/css/type.DarkGray.html create mode 100644 owo_colors/colors/css/type.DarkGreen.html create mode 100644 owo_colors/colors/css/type.DarkGrey.html create mode 100644 owo_colors/colors/css/type.DarkKhaki.html create mode 100644 owo_colors/colors/css/type.DarkMagenta.html create mode 100644 owo_colors/colors/css/type.DarkOliveGreen.html create mode 100644 owo_colors/colors/css/type.DarkOrange.html create mode 100644 owo_colors/colors/css/type.DarkOrchid.html create mode 100644 owo_colors/colors/css/type.DarkRed.html create mode 100644 owo_colors/colors/css/type.DarkSalmon.html create mode 100644 owo_colors/colors/css/type.DarkSeaGreen.html create mode 100644 owo_colors/colors/css/type.DarkSlateBlue.html create mode 100644 owo_colors/colors/css/type.DarkSlateGray.html create mode 100644 owo_colors/colors/css/type.DarkSlateGrey.html create mode 100644 owo_colors/colors/css/type.DarkTurquoise.html create mode 100644 owo_colors/colors/css/type.DarkViolet.html create mode 100644 owo_colors/colors/css/type.DeepPink.html create mode 100644 owo_colors/colors/css/type.DeepSkyBlue.html create mode 100644 owo_colors/colors/css/type.DimGray.html create mode 100644 owo_colors/colors/css/type.DimGrey.html create mode 100644 owo_colors/colors/css/type.DodgerBlue.html create mode 100644 owo_colors/colors/css/type.FireBrick.html create mode 100644 owo_colors/colors/css/type.FloralWhite.html create mode 100644 owo_colors/colors/css/type.ForestGreen.html create mode 100644 owo_colors/colors/css/type.Fuchsia.html create mode 100644 owo_colors/colors/css/type.Gainsboro.html create mode 100644 owo_colors/colors/css/type.GhostWhite.html create mode 100644 owo_colors/colors/css/type.Gold.html create mode 100644 owo_colors/colors/css/type.GoldenRod.html create mode 100644 owo_colors/colors/css/type.Gray.html create mode 100644 owo_colors/colors/css/type.Green.html create mode 100644 owo_colors/colors/css/type.GreenYellow.html create mode 100644 owo_colors/colors/css/type.Grey.html create mode 100644 owo_colors/colors/css/type.HoneyDew.html create mode 100644 owo_colors/colors/css/type.HotPink.html create mode 100644 owo_colors/colors/css/type.IndianRed.html create mode 100644 owo_colors/colors/css/type.Indigo.html create mode 100644 owo_colors/colors/css/type.Ivory.html create mode 100644 owo_colors/colors/css/type.Khaki.html create mode 100644 owo_colors/colors/css/type.Lavender.html create mode 100644 owo_colors/colors/css/type.LavenderBlush.html create mode 100644 owo_colors/colors/css/type.LawnGreen.html create mode 100644 owo_colors/colors/css/type.LemonChiffon.html create mode 100644 owo_colors/colors/css/type.LightBlue.html create mode 100644 owo_colors/colors/css/type.LightCoral.html create mode 100644 owo_colors/colors/css/type.LightCyan.html create mode 100644 owo_colors/colors/css/type.LightGoldenRodYellow.html create mode 100644 owo_colors/colors/css/type.LightGray.html create mode 100644 owo_colors/colors/css/type.LightGreen.html create mode 100644 owo_colors/colors/css/type.LightGrey.html create mode 100644 owo_colors/colors/css/type.LightPink.html create mode 100644 owo_colors/colors/css/type.LightSalmon.html create mode 100644 owo_colors/colors/css/type.LightSeaGreen.html create mode 100644 owo_colors/colors/css/type.LightSkyBlue.html create mode 100644 owo_colors/colors/css/type.LightSlateGray.html create mode 100644 owo_colors/colors/css/type.LightSlateGrey.html create mode 100644 owo_colors/colors/css/type.LightSteelBlue.html create mode 100644 owo_colors/colors/css/type.LightYellow.html create mode 100644 owo_colors/colors/css/type.Lime.html create mode 100644 owo_colors/colors/css/type.LimeGreen.html create mode 100644 owo_colors/colors/css/type.Linen.html create mode 100644 owo_colors/colors/css/type.Magenta.html create mode 100644 owo_colors/colors/css/type.Maroon.html create mode 100644 owo_colors/colors/css/type.MediumAquaMarine.html create mode 100644 owo_colors/colors/css/type.MediumBlue.html create mode 100644 owo_colors/colors/css/type.MediumOrchid.html create mode 100644 owo_colors/colors/css/type.MediumPurple.html create mode 100644 owo_colors/colors/css/type.MediumSeaGreen.html create mode 100644 owo_colors/colors/css/type.MediumSlateBlue.html create mode 100644 owo_colors/colors/css/type.MediumSpringGreen.html create mode 100644 owo_colors/colors/css/type.MediumTurquoise.html create mode 100644 owo_colors/colors/css/type.MediumVioletRed.html create mode 100644 owo_colors/colors/css/type.MidnightBlue.html create mode 100644 owo_colors/colors/css/type.MintCream.html create mode 100644 owo_colors/colors/css/type.MistyRose.html create mode 100644 owo_colors/colors/css/type.Moccasin.html create mode 100644 owo_colors/colors/css/type.NavajoWhite.html create mode 100644 owo_colors/colors/css/type.Navy.html create mode 100644 owo_colors/colors/css/type.OldLace.html create mode 100644 owo_colors/colors/css/type.Olive.html create mode 100644 owo_colors/colors/css/type.OliveDrab.html create mode 100644 owo_colors/colors/css/type.Orange.html create mode 100644 owo_colors/colors/css/type.OrangeRed.html create mode 100644 owo_colors/colors/css/type.Orchid.html create mode 100644 owo_colors/colors/css/type.PaleGoldenRod.html create mode 100644 owo_colors/colors/css/type.PaleGreen.html create mode 100644 owo_colors/colors/css/type.PaleTurquoise.html create mode 100644 owo_colors/colors/css/type.PaleVioletRed.html create mode 100644 owo_colors/colors/css/type.PapayaWhip.html create mode 100644 owo_colors/colors/css/type.PeachPuff.html create mode 100644 owo_colors/colors/css/type.Peru.html create mode 100644 owo_colors/colors/css/type.Pink.html create mode 100644 owo_colors/colors/css/type.Plum.html create mode 100644 owo_colors/colors/css/type.PowderBlue.html create mode 100644 owo_colors/colors/css/type.Purple.html create mode 100644 owo_colors/colors/css/type.RebeccaPurple.html create mode 100644 owo_colors/colors/css/type.Red.html create mode 100644 owo_colors/colors/css/type.RosyBrown.html create mode 100644 owo_colors/colors/css/type.RoyalBlue.html create mode 100644 owo_colors/colors/css/type.SaddleBrown.html create mode 100644 owo_colors/colors/css/type.Salmon.html create mode 100644 owo_colors/colors/css/type.SandyBrown.html create mode 100644 owo_colors/colors/css/type.SeaGreen.html create mode 100644 owo_colors/colors/css/type.SeaShell.html create mode 100644 owo_colors/colors/css/type.Sienna.html create mode 100644 owo_colors/colors/css/type.Silver.html create mode 100644 owo_colors/colors/css/type.SkyBlue.html create mode 100644 owo_colors/colors/css/type.SlateBlue.html create mode 100644 owo_colors/colors/css/type.SlateGray.html create mode 100644 owo_colors/colors/css/type.SlateGrey.html create mode 100644 owo_colors/colors/css/type.Snow.html create mode 100644 owo_colors/colors/css/type.SpringGreen.html create mode 100644 owo_colors/colors/css/type.SteelBlue.html create mode 100644 owo_colors/colors/css/type.Tan.html create mode 100644 owo_colors/colors/css/type.Teal.html create mode 100644 owo_colors/colors/css/type.Thistle.html create mode 100644 owo_colors/colors/css/type.Tomato.html create mode 100644 owo_colors/colors/css/type.Turquoise.html create mode 100644 owo_colors/colors/css/type.Violet.html create mode 100644 owo_colors/colors/css/type.Wheat.html create mode 100644 owo_colors/colors/css/type.White.html create mode 100644 owo_colors/colors/css/type.WhiteSmoke.html create mode 100644 owo_colors/colors/css/type.Yellow.html create mode 100644 owo_colors/colors/css/type.YellowGreen.html create mode 100644 owo_colors/colors/custom/struct.CustomColor.html create mode 100644 owo_colors/colors/dynamic/struct.Rgb.html create mode 100644 owo_colors/colors/index.html create mode 100644 owo_colors/colors/sidebar-items.js create mode 100644 owo_colors/colors/struct.Black.html create mode 100644 owo_colors/colors/struct.Blue.html create mode 100644 owo_colors/colors/struct.BrightBlack.html create mode 100644 owo_colors/colors/struct.BrightBlue.html create mode 100644 owo_colors/colors/struct.BrightCyan.html create mode 100644 owo_colors/colors/struct.BrightGreen.html create mode 100644 owo_colors/colors/struct.BrightMagenta.html create mode 100644 owo_colors/colors/struct.BrightRed.html create mode 100644 owo_colors/colors/struct.BrightWhite.html create mode 100644 owo_colors/colors/struct.BrightYellow.html create mode 100644 owo_colors/colors/struct.CustomColor.html create mode 100644 owo_colors/colors/struct.Cyan.html create mode 100644 owo_colors/colors/struct.Default.html create mode 100644 owo_colors/colors/struct.Green.html create mode 100644 owo_colors/colors/struct.Magenta.html create mode 100644 owo_colors/colors/struct.Red.html create mode 100644 owo_colors/colors/struct.White.html create mode 100644 owo_colors/colors/struct.Yellow.html create mode 100644 owo_colors/colors/xterm/dynamic/enum.XtermColors.html create mode 100644 owo_colors/colors/xterm/index.html create mode 100644 owo_colors/colors/xterm/sidebar-items.js create mode 100644 owo_colors/colors/xterm/struct.AeroBlue.html create mode 100644 owo_colors/colors/xterm/struct.Alto.html create mode 100644 owo_colors/colors/xterm/struct.AltoBeige.html create mode 100644 owo_colors/colors/xterm/struct.AnakiwaBlue.html create mode 100644 owo_colors/colors/xterm/struct.Aqua.html create mode 100644 owo_colors/colors/xterm/struct.Aquamarine.html create mode 100644 owo_colors/colors/xterm/struct.AzureRadiance.html create mode 100644 owo_colors/colors/xterm/struct.BayLeaf.html create mode 100644 owo_colors/colors/xterm/struct.Bermuda.html create mode 100644 owo_colors/colors/xterm/struct.BittersweetOrange.html create mode 100644 owo_colors/colors/xterm/struct.Black.html create mode 100644 owo_colors/colors/xterm/struct.BlazeOrange.html create mode 100644 owo_colors/colors/xterm/struct.Blue.html create mode 100644 owo_colors/colors/xterm/struct.BlueRibbon.html create mode 100644 owo_colors/colors/xterm/struct.BlueStone.html create mode 100644 owo_colors/colors/xterm/struct.BlushPink.html create mode 100644 owo_colors/colors/xterm/struct.BondiBlue.html create mode 100644 owo_colors/colors/xterm/struct.Boulder.html create mode 100644 owo_colors/colors/xterm/struct.Bouquet.html create mode 100644 owo_colors/colors/xterm/struct.BrightElectricViolet.html create mode 100644 owo_colors/colors/xterm/struct.BrightGreen.html create mode 100644 owo_colors/colors/xterm/struct.BrightHeliotrope.html create mode 100644 owo_colors/colors/xterm/struct.BrightRed.html create mode 100644 owo_colors/colors/xterm/struct.BrightTurquoise.html create mode 100644 owo_colors/colors/xterm/struct.BrighterElectricViolet.html create mode 100644 owo_colors/colors/xterm/struct.Brown.html create mode 100644 owo_colors/colors/xterm/struct.BuddhaGold.html create mode 100644 owo_colors/colors/xterm/struct.CamaroneGreen.html create mode 100644 owo_colors/colors/xterm/struct.CanCanPink.html create mode 100644 owo_colors/colors/xterm/struct.Canary.html create mode 100644 owo_colors/colors/xterm/struct.Caramel.html create mode 100644 owo_colors/colors/xterm/struct.CaribbeanGreen.html create mode 100644 owo_colors/colors/xterm/struct.Celadon.html create mode 100644 owo_colors/colors/xterm/struct.Cerulean.html create mode 100644 owo_colors/colors/xterm/struct.ChartreuseGreen.html create mode 100644 owo_colors/colors/xterm/struct.ChartreuseYellow.html create mode 100644 owo_colors/colors/xterm/struct.ChelseaCucumber.html create mode 100644 owo_colors/colors/xterm/struct.ChetwodeBlue.html create mode 100644 owo_colors/colors/xterm/struct.ClamShell.html create mode 100644 owo_colors/colors/xterm/struct.ClayCreekOlive.html create mode 100644 owo_colors/colors/xterm/struct.CodGray.html create mode 100644 owo_colors/colors/xterm/struct.ConiferGreen.html create mode 100644 owo_colors/colors/xterm/struct.CopperRose.html create mode 100644 owo_colors/colors/xterm/struct.Copperfield.html create mode 100644 owo_colors/colors/xterm/struct.Corn.html create mode 100644 owo_colors/colors/xterm/struct.CornflowerBlue.html create mode 100644 owo_colors/colors/xterm/struct.CosmosSalmon.html create mode 100644 owo_colors/colors/xterm/struct.CottonCandy.html create mode 100644 owo_colors/colors/xterm/struct.CranberryPink.html create mode 100644 owo_colors/colors/xterm/struct.Cumulus.html create mode 100644 owo_colors/colors/xterm/struct.Cyan.html create mode 100644 owo_colors/colors/xterm/struct.Dandelion.html create mode 100644 owo_colors/colors/xterm/struct.DarkAlto.html create mode 100644 owo_colors/colors/xterm/struct.DarkAnakiwaBlue.html create mode 100644 owo_colors/colors/xterm/struct.DarkAquamarine.html create mode 100644 owo_colors/colors/xterm/struct.DarkBlue.html create mode 100644 owo_colors/colors/xterm/struct.DarkBrightGreen.html create mode 100644 owo_colors/colors/xterm/struct.DarkCodGray.html create mode 100644 owo_colors/colors/xterm/struct.DarkCorn.html create mode 100644 owo_colors/colors/xterm/struct.DarkCornflowerBlue.html create mode 100644 owo_colors/colors/xterm/struct.DarkDoveGray.html create mode 100644 owo_colors/colors/xterm/struct.DarkFeijoaGreen.html create mode 100644 owo_colors/colors/xterm/struct.DarkFlirt.html create mode 100644 owo_colors/colors/xterm/struct.DarkFreshEggplant.html create mode 100644 owo_colors/colors/xterm/struct.DarkGray.html create mode 100644 owo_colors/colors/xterm/struct.DarkGreen.html create mode 100644 owo_colors/colors/xterm/struct.DarkHeliotropePurple.html create mode 100644 owo_colors/colors/xterm/struct.DarkHotPink.html create mode 100644 owo_colors/colors/xterm/struct.DarkLavenderRose.html create mode 100644 owo_colors/colors/xterm/struct.DarkLimeade.html create mode 100644 owo_colors/colors/xterm/struct.DarkMalibuBlue.html create mode 100644 owo_colors/colors/xterm/struct.DarkMediumPurple.html create mode 100644 owo_colors/colors/xterm/struct.DarkMineShaft.html create mode 100644 owo_colors/colors/xterm/struct.DarkMintGreen.html create mode 100644 owo_colors/colors/xterm/struct.DarkPastelGreen.html create mode 100644 owo_colors/colors/xterm/struct.DarkPurple.html create mode 100644 owo_colors/colors/xterm/struct.DarkPurplePizzazz.html create mode 100644 owo_colors/colors/xterm/struct.DarkRose.html create mode 100644 owo_colors/colors/xterm/struct.DarkScreaminGreen.html create mode 100644 owo_colors/colors/xterm/struct.DarkSilver.html create mode 100644 owo_colors/colors/xterm/struct.DarkSilverChalice.html create mode 100644 owo_colors/colors/xterm/struct.DarkSpringGreen.html create mode 100644 owo_colors/colors/xterm/struct.DarkTachaOrange.html create mode 100644 owo_colors/colors/xterm/struct.DarkTundora.html create mode 100644 owo_colors/colors/xterm/struct.DarkViolet.html create mode 100644 owo_colors/colors/xterm/struct.DecoOrange.html create mode 100644 owo_colors/colors/xterm/struct.DeepCerulean.html create mode 100644 owo_colors/colors/xterm/struct.DeepSeaGreen.html create mode 100644 owo_colors/colors/xterm/struct.DelugePurple.html create mode 100644 owo_colors/colors/xterm/struct.DollyYellow.html create mode 100644 owo_colors/colors/xterm/struct.DoveGray.html create mode 100644 owo_colors/colors/xterm/struct.DownyTeal.html create mode 100644 owo_colors/colors/xterm/struct.DustyGray.html create mode 100644 owo_colors/colors/xterm/struct.ElectricIndigo.html create mode 100644 owo_colors/colors/xterm/struct.ElectricPurple.html create mode 100644 owo_colors/colors/xterm/struct.ElectricViolet.html create mode 100644 owo_colors/colors/xterm/struct.EndeavourBlue.html create mode 100644 owo_colors/colors/xterm/struct.Feijoa.html create mode 100644 owo_colors/colors/xterm/struct.FernGreen.html create mode 100644 owo_colors/colors/xterm/struct.Flirt.html create mode 100644 owo_colors/colors/xterm/struct.FlushOrange.html create mode 100644 owo_colors/colors/xterm/struct.FogPink.html create mode 100644 owo_colors/colors/xterm/struct.FrenchPassLightBlue.html create mode 100644 owo_colors/colors/xterm/struct.Fuchsia.html create mode 100644 owo_colors/colors/xterm/struct.FuchsiaPink.html create mode 100644 owo_colors/colors/xterm/struct.GalleryGray.html create mode 100644 owo_colors/colors/xterm/struct.GladeGreen.html create mode 100644 owo_colors/colors/xterm/struct.Gold.html create mode 100644 owo_colors/colors/xterm/struct.GrandisCaramel.html create mode 100644 owo_colors/colors/xterm/struct.Gray.html create mode 100644 owo_colors/colors/xterm/struct.Green.html create mode 100644 owo_colors/colors/xterm/struct.GreenYellow.html create mode 100644 owo_colors/colors/xterm/struct.GuardsmanRed.html create mode 100644 owo_colors/colors/xterm/struct.GulfStream.html create mode 100644 owo_colors/colors/xterm/struct.HavelockBlue.html create mode 100644 owo_colors/colors/xterm/struct.Heliotrope.html create mode 100644 owo_colors/colors/xterm/struct.HillaryOlive.html create mode 100644 owo_colors/colors/xterm/struct.HippieBlue.html create mode 100644 owo_colors/colors/xterm/struct.HollywoodCerise.html create mode 100644 owo_colors/colors/xterm/struct.Honeysuckle.html create mode 100644 owo_colors/colors/xterm/struct.HopbushPink.html create mode 100644 owo_colors/colors/xterm/struct.HotPink.html create mode 100644 owo_colors/colors/xterm/struct.Indigo.html create mode 100644 owo_colors/colors/xterm/struct.Jade.html create mode 100644 owo_colors/colors/xterm/struct.JapaneseLaurel.html create mode 100644 owo_colors/colors/xterm/struct.JungleMist.html create mode 100644 owo_colors/colors/xterm/struct.JuniperGreen.html create mode 100644 owo_colors/colors/xterm/struct.LaserLemon.html create mode 100644 owo_colors/colors/xterm/struct.Lavender.html create mode 100644 owo_colors/colors/xterm/struct.LavenderRose.html create mode 100644 owo_colors/colors/xterm/struct.LightAnakiwaBlue.html create mode 100644 owo_colors/colors/xterm/struct.LightAquamarine.html create mode 100644 owo_colors/colors/xterm/struct.LightAzureRadiance.html create mode 100644 owo_colors/colors/xterm/struct.LightCaribbeanGreen.html create mode 100644 owo_colors/colors/xterm/struct.LightCodGray.html create mode 100644 owo_colors/colors/xterm/struct.LightElectricViolet.html create mode 100644 owo_colors/colors/xterm/struct.LightFlirt.html create mode 100644 owo_colors/colors/xterm/struct.LightFreshEggplant.html create mode 100644 owo_colors/colors/xterm/struct.LightGray.html create mode 100644 owo_colors/colors/xterm/struct.LightHeliotrope.html create mode 100644 owo_colors/colors/xterm/struct.LightHollywoodCerise.html create mode 100644 owo_colors/colors/xterm/struct.LightJapaneseLaurel.html create mode 100644 owo_colors/colors/xterm/struct.LightLimeade.html create mode 100644 owo_colors/colors/xterm/struct.LightMalibuBlue.html create mode 100644 owo_colors/colors/xterm/struct.LightMineShaft.html create mode 100644 owo_colors/colors/xterm/struct.LightMintGreen.html create mode 100644 owo_colors/colors/xterm/struct.LightOrchid.html create mode 100644 owo_colors/colors/xterm/struct.LightPastelGreen.html create mode 100644 owo_colors/colors/xterm/struct.LightScreaminGreen.html create mode 100644 owo_colors/colors/xterm/struct.LightSilverChalice.html create mode 100644 owo_colors/colors/xterm/struct.LightSpringGreen.html create mode 100644 owo_colors/colors/xterm/struct.LighterAquamarine.html create mode 100644 owo_colors/colors/xterm/struct.LighterHeliotrope.html create mode 100644 owo_colors/colors/xterm/struct.Lilac.html create mode 100644 owo_colors/colors/xterm/struct.Lime.html create mode 100644 owo_colors/colors/xterm/struct.Limeade.html create mode 100644 owo_colors/colors/xterm/struct.LochmaraBlue.html create mode 100644 owo_colors/colors/xterm/struct.Malachite.html create mode 100644 owo_colors/colors/xterm/struct.MalibuBlue.html create mode 100644 owo_colors/colors/xterm/struct.MangoTango.html create mode 100644 owo_colors/colors/xterm/struct.Maroon.html create mode 100644 owo_colors/colors/xterm/struct.MatrixPink.html create mode 100644 owo_colors/colors/xterm/struct.Mauve.html create mode 100644 owo_colors/colors/xterm/struct.MediumPurple.html create mode 100644 owo_colors/colors/xterm/struct.MediumVioletRed.html create mode 100644 owo_colors/colors/xterm/struct.MelroseLilac.html create mode 100644 owo_colors/colors/xterm/struct.Mercury.html create mode 100644 owo_colors/colors/xterm/struct.MidnightBlue.html create mode 100644 owo_colors/colors/xterm/struct.MineShaft.html create mode 100644 owo_colors/colors/xterm/struct.MintGreen.html create mode 100644 owo_colors/colors/xterm/struct.MuesliOrange.html create mode 100644 owo_colors/colors/xterm/struct.NavyBlue.html create mode 100644 owo_colors/colors/xterm/struct.NobelGray.html create mode 100644 owo_colors/colors/xterm/struct.Olive.html create mode 100644 owo_colors/colors/xterm/struct.OliveGreen.html create mode 100644 owo_colors/colors/xterm/struct.Orchid.html create mode 100644 owo_colors/colors/xterm/struct.OrientBlue.html create mode 100644 owo_colors/colors/xterm/struct.OysterBay.html create mode 100644 owo_colors/colors/xterm/struct.PaleGoldenrod.html create mode 100644 owo_colors/colors/xterm/struct.PastelGreen.html create mode 100644 owo_colors/colors/xterm/struct.PersianGreen.html create mode 100644 owo_colors/colors/xterm/struct.PharlapPink.html create mode 100644 owo_colors/colors/xterm/struct.PigmentIndigo.html create mode 100644 owo_colors/colors/xterm/struct.PinkFlamingo.html create mode 100644 owo_colors/colors/xterm/struct.PinkLace.html create mode 100644 owo_colors/colors/xterm/struct.PinkSalmon.html create mode 100644 owo_colors/colors/xterm/struct.PirateGold.html create mode 100644 owo_colors/colors/xterm/struct.Pistachio.html create mode 100644 owo_colors/colors/xterm/struct.PixieGreen.html create mode 100644 owo_colors/colors/xterm/struct.PoloBlue.html create mode 100644 owo_colors/colors/xterm/struct.PompadourMagenta.html create mode 100644 owo_colors/colors/xterm/struct.PortafinoYellow.html create mode 100644 owo_colors/colors/xterm/struct.Purple.html create mode 100644 owo_colors/colors/xterm/struct.PurplePizzazz.html create mode 100644 owo_colors/colors/xterm/struct.RazzmatazzCerise.html create mode 100644 owo_colors/colors/xterm/struct.Red.html create mode 100644 owo_colors/colors/xterm/struct.ReefPaleYellow.html create mode 100644 owo_colors/colors/xterm/struct.RioGrandeGreen.html create mode 100644 owo_colors/colors/xterm/struct.RobinEggBlue.html create mode 100644 owo_colors/colors/xterm/struct.RomanOrange.html create mode 100644 owo_colors/colors/xterm/struct.Rose.html create mode 100644 owo_colors/colors/xterm/struct.RoseofSharonOrange.html create mode 100644 owo_colors/colors/xterm/struct.Rosewood.html create mode 100644 owo_colors/colors/xterm/struct.Salmon.html create mode 100644 owo_colors/colors/xterm/struct.ScampiIndigo.html create mode 100644 owo_colors/colors/xterm/struct.ScienceBlue.html create mode 100644 owo_colors/colors/xterm/struct.ScorpionGray.html create mode 100644 owo_colors/colors/xterm/struct.ScorpionOlive.html create mode 100644 owo_colors/colors/xterm/struct.ScreaminGreen.html create mode 100644 owo_colors/colors/xterm/struct.SeaPink.html create mode 100644 owo_colors/colors/xterm/struct.ShakespeareBlue.html create mode 100644 owo_colors/colors/xterm/struct.Silver.html create mode 100644 owo_colors/colors/xterm/struct.SilverChalice.html create mode 100644 owo_colors/colors/xterm/struct.SilverTree.html create mode 100644 owo_colors/colors/xterm/struct.SlateBlue.html create mode 100644 owo_colors/colors/xterm/struct.SnowyMint.html create mode 100644 owo_colors/colors/xterm/struct.SpringGreen.html create mode 100644 owo_colors/colors/xterm/struct.StratosBlue.html create mode 100644 owo_colors/colors/xterm/struct.StrikemasterPurple.html create mode 100644 owo_colors/colors/xterm/struct.Sundown.html create mode 100644 owo_colors/colors/xterm/struct.Tacao.html create mode 100644 owo_colors/colors/xterm/struct.TachaOrange.html create mode 100644 owo_colors/colors/xterm/struct.TanBeige.html create mode 100644 owo_colors/colors/xterm/struct.TapestryPink.html create mode 100644 owo_colors/colors/xterm/struct.Teal.html create mode 100644 owo_colors/colors/xterm/struct.TennOrange.html create mode 100644 owo_colors/colors/xterm/struct.TexasRose.html create mode 100644 owo_colors/colors/xterm/struct.ThistlePink.html create mode 100644 owo_colors/colors/xterm/struct.Tradewind.html create mode 100644 owo_colors/colors/xterm/struct.Tundora.html create mode 100644 owo_colors/colors/xterm/struct.UserBlack.html create mode 100644 owo_colors/colors/xterm/struct.UserBlue.html create mode 100644 owo_colors/colors/xterm/struct.UserBrightBlack.html create mode 100644 owo_colors/colors/xterm/struct.UserBrightBlue.html create mode 100644 owo_colors/colors/xterm/struct.UserBrightCyan.html create mode 100644 owo_colors/colors/xterm/struct.UserBrightGreen.html create mode 100644 owo_colors/colors/xterm/struct.UserBrightMagenta.html create mode 100644 owo_colors/colors/xterm/struct.UserBrightRed.html create mode 100644 owo_colors/colors/xterm/struct.UserBrightWhite.html create mode 100644 owo_colors/colors/xterm/struct.UserBrightYellow.html create mode 100644 owo_colors/colors/xterm/struct.UserCyan.html create mode 100644 owo_colors/colors/xterm/struct.UserGreen.html create mode 100644 owo_colors/colors/xterm/struct.UserMagenta.html create mode 100644 owo_colors/colors/xterm/struct.UserRed.html create mode 100644 owo_colors/colors/xterm/struct.UserWhite.html create mode 100644 owo_colors/colors/xterm/struct.UserYellow.html create mode 100644 owo_colors/colors/xterm/struct.VerdunGreen.html create mode 100644 owo_colors/colors/xterm/struct.Viking.html create mode 100644 owo_colors/colors/xterm/struct.VistaBlue.html create mode 100644 owo_colors/colors/xterm/struct.VividTangerine.html create mode 100644 owo_colors/colors/xterm/struct.White.html create mode 100644 owo_colors/colors/xterm/struct.WildBlueYonder.html create mode 100644 owo_colors/colors/xterm/struct.WildWatermelon.html create mode 100644 owo_colors/colors/xterm/struct.WistfulLilac.html create mode 100644 owo_colors/colors/xterm/struct.Yellow.html create mode 100644 owo_colors/colors/xterm/struct.YellowSea.html create mode 100644 owo_colors/combo/struct.ComboColorDisplay.html create mode 100644 owo_colors/dyn_colors/enum.DynColors.html create mode 100644 owo_colors/dyn_colors/struct.ParseColorError.html create mode 100644 owo_colors/dyn_styles/enum.Effect.html create mode 100644 owo_colors/dyn_styles/fn.style.html create mode 100644 owo_colors/dyn_styles/struct.Style.html create mode 100644 owo_colors/dyn_styles/struct.Styled.html create mode 100644 owo_colors/enum.AnsiColors.html create mode 100644 owo_colors/enum.CssColors.html create mode 100644 owo_colors/enum.DynColors.html create mode 100644 owo_colors/enum.Effect.html create mode 100644 owo_colors/enum.XtermColors.html create mode 100644 owo_colors/fn.style.html create mode 100644 owo_colors/index.html create mode 100644 owo_colors/sidebar-items.js create mode 100644 owo_colors/struct.BgColorDisplay.html create mode 100644 owo_colors/struct.BgDynColorDisplay.html create mode 100644 owo_colors/struct.ComboColorDisplay.html create mode 100644 owo_colors/struct.FgColorDisplay.html create mode 100644 owo_colors/struct.FgDynColorDisplay.html create mode 100644 owo_colors/struct.ParseColorError.html create mode 100644 owo_colors/struct.Rgb.html create mode 100644 owo_colors/struct.Style.html create mode 100644 owo_colors/struct.Styled.html create mode 100644 owo_colors/struct.StyledList.html create mode 100644 owo_colors/styled_list/struct.StyledList.html create mode 100644 owo_colors/styles/index.html create mode 100644 owo_colors/styles/sidebar-items.js create mode 100644 owo_colors/styles/struct.BlinkDisplay.html create mode 100644 owo_colors/styles/struct.BlinkFastDisplay.html create mode 100644 owo_colors/styles/struct.BoldDisplay.html create mode 100644 owo_colors/styles/struct.DimDisplay.html create mode 100644 owo_colors/styles/struct.HiddenDisplay.html create mode 100644 owo_colors/styles/struct.ItalicDisplay.html create mode 100644 owo_colors/styles/struct.ReversedDisplay.html create mode 100644 owo_colors/styles/struct.StrikeThroughDisplay.html create mode 100644 owo_colors/styles/struct.UnderlineDisplay.html create mode 100644 owo_colors/trait.Color.html create mode 100644 owo_colors/trait.DynColor.html create mode 100644 owo_colors/trait.OwoColorize.html create mode 100644 same_file/all.html create mode 100644 same_file/fn.is_same_file.html create mode 100644 same_file/index.html create mode 100644 same_file/sidebar-items.js create mode 100644 same_file/struct.Handle.html rename src/{edlang_codegen_llvm => edlang_driver}/linker.rs.html (61%) rename src/edlang_parser/home/runner/work/edlang/edlang/target/debug/build/{edlang_parser-2b3610ba30800c31 => edlang_parser-ee0c801a2b177d09}/out/grammar.rs.html (99%) create mode 100644 src/owo_colors/colors.rs.html create mode 100644 src/owo_colors/colors/css.rs.html create mode 100644 src/owo_colors/colors/custom.rs.html create mode 100644 src/owo_colors/colors/dynamic.rs.html create mode 100644 src/owo_colors/colors/xterm.rs.html create mode 100644 src/owo_colors/combo.rs.html create mode 100644 src/owo_colors/dyn_colors.rs.html create mode 100644 src/owo_colors/dyn_styles.rs.html create mode 100644 src/owo_colors/lib.rs.html create mode 100644 src/owo_colors/styled_list.rs.html create mode 100644 src/owo_colors/styles.rs.html create mode 100644 src/same_file/lib.rs.html create mode 100644 src/same_file/unix.rs.html create mode 100644 src/walkdir/dent.rs.html create mode 100644 src/walkdir/error.rs.html create mode 100644 src/walkdir/lib.rs.html create mode 100644 src/walkdir/util.rs.html create mode 100644 trait.impl/owo_colors/trait.Color.js create mode 100644 trait.impl/owo_colors/trait.DynColor.js create mode 100644 trait.impl/owo_colors/trait.OwoColorize.js create mode 100644 trait.impl/std/os/fd/raw/trait.AsRawFd.js create mode 100644 trait.impl/std/os/fd/raw/trait.IntoRawFd.js create mode 100644 trait.impl/walkdir/dent/trait.DirEntryExt.js create mode 100644 type.impl/owo_colors/colors/struct.CustomColor.js create mode 100644 walkdir/all.html create mode 100644 walkdir/dent/struct.DirEntry.html create mode 100644 walkdir/dent/trait.DirEntryExt.html create mode 100644 walkdir/error/struct.Error.html create mode 100644 walkdir/index.html create mode 100644 walkdir/sidebar-items.js create mode 100644 walkdir/struct.DirEntry.html create mode 100644 walkdir/struct.Error.html create mode 100644 walkdir/struct.FilterEntry.html create mode 100644 walkdir/struct.IntoIter.html create mode 100644 walkdir/struct.WalkDir.html create mode 100644 walkdir/trait.DirEntryExt.html create mode 100644 walkdir/type.Result.html 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 @@ -List of all items in this crate +List of all items in this crate
\ No newline at end of file diff --git a/edb/config/index.html b/edb/config/index.html index f51a56160..71fa49dcb 100644 --- a/edb/config/index.html +++ b/edb/config/index.html @@ -1,2 +1,2 @@ -edb::config - Rust +edb::config - Rust
\ No newline at end of file diff --git a/edb/config/struct.Config.html b/edb/config/struct.Config.html index 99600a902..538a2a777 100644 --- a/edb/config/struct.Config.html +++ b/edb/config/struct.Config.html @@ -1,4 +1,4 @@ -Config in edb::config - Rust +Config in edb::config - Rust

Struct edb::config::Config

source ·
pub struct Config {
     pub package: Package,
     pub profile: HashMap<String, Profile>,
@@ -8,11 +8,28 @@
     T: 'static + ?Sized,
source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

-
source§

impl<T, U> Into<U> for T
where +

source§

impl<T> Instrument for T

source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an +Instrumented wrapper. Read more
source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

-
source§

impl<T, U> TryFrom<U> for T
where +

source§

impl<D> OwoColorize for D

source§

fn fg<C>(&self) -> FgColorDisplay<'_, C, Self>
where + C: Color,

Set the foreground color generically Read more
source§

fn bg<C>(&self) -> BgColorDisplay<'_, C, Self>
where + C: Color,

Set the background color generically. Read more
source§

fn black(&self) -> FgColorDisplay<'_, Black, Self>

Change the foreground color to black
source§

fn on_black(&self) -> BgColorDisplay<'_, Black, Self>

Change the background color to black
source§

fn red(&self) -> FgColorDisplay<'_, Red, Self>

Change the foreground color to red
source§

fn on_red(&self) -> BgColorDisplay<'_, Red, Self>

Change the background color to red
source§

fn green(&self) -> FgColorDisplay<'_, Green, Self>

Change the foreground color to green
source§

fn on_green(&self) -> BgColorDisplay<'_, Green, Self>

Change the background color to green
source§

fn yellow(&self) -> FgColorDisplay<'_, Yellow, Self>

Change the foreground color to yellow
source§

fn on_yellow(&self) -> BgColorDisplay<'_, Yellow, Self>

Change the background color to yellow
source§

fn blue(&self) -> FgColorDisplay<'_, Blue, Self>

Change the foreground color to blue
source§

fn on_blue(&self) -> BgColorDisplay<'_, Blue, Self>

Change the background color to blue
source§

fn magenta(&self) -> FgColorDisplay<'_, Magenta, Self>

Change the foreground color to magenta
source§

fn on_magenta(&self) -> BgColorDisplay<'_, Magenta, Self>

Change the background color to magenta
source§

fn purple(&self) -> FgColorDisplay<'_, Magenta, Self>

Change the foreground color to purple
source§

fn on_purple(&self) -> BgColorDisplay<'_, Magenta, Self>

Change the background color to purple
source§

fn cyan(&self) -> FgColorDisplay<'_, Cyan, Self>

Change the foreground color to cyan
source§

fn on_cyan(&self) -> BgColorDisplay<'_, Cyan, Self>

Change the background color to cyan
source§

fn white(&self) -> FgColorDisplay<'_, White, Self>

Change the foreground color to white
source§

fn on_white(&self) -> BgColorDisplay<'_, White, Self>

Change the background color to white
source§

fn default_color(&self) -> FgColorDisplay<'_, Default, Self>

Change the foreground color to the terminal default
source§

fn on_default_color(&self) -> BgColorDisplay<'_, Default, Self>

Change the background color to the terminal default
source§

fn bright_black(&self) -> FgColorDisplay<'_, BrightBlack, Self>

Change the foreground color to bright black
source§

fn on_bright_black(&self) -> BgColorDisplay<'_, BrightBlack, Self>

Change the background color to bright black
source§

fn bright_red(&self) -> FgColorDisplay<'_, BrightRed, Self>

Change the foreground color to bright red
source§

fn on_bright_red(&self) -> BgColorDisplay<'_, BrightRed, Self>

Change the background color to bright red
source§

fn bright_green(&self) -> FgColorDisplay<'_, BrightGreen, Self>

Change the foreground color to bright green
source§

fn on_bright_green(&self) -> BgColorDisplay<'_, BrightGreen, Self>

Change the background color to bright green
source§

fn bright_yellow(&self) -> FgColorDisplay<'_, BrightYellow, Self>

Change the foreground color to bright yellow
source§

fn on_bright_yellow(&self) -> BgColorDisplay<'_, BrightYellow, Self>

Change the background color to bright yellow
source§

fn bright_blue(&self) -> FgColorDisplay<'_, BrightBlue, Self>

Change the foreground color to bright blue
source§

fn on_bright_blue(&self) -> BgColorDisplay<'_, BrightBlue, Self>

Change the background color to bright blue
source§

fn bright_magenta(&self) -> FgColorDisplay<'_, BrightMagenta, Self>

Change the foreground color to bright magenta
source§

fn on_bright_magenta(&self) -> BgColorDisplay<'_, BrightMagenta, Self>

Change the background color to bright magenta
source§

fn bright_purple(&self) -> FgColorDisplay<'_, BrightMagenta, Self>

Change the foreground color to bright purple
source§

fn on_bright_purple(&self) -> BgColorDisplay<'_, BrightMagenta, Self>

Change the background color to bright purple
source§

fn bright_cyan(&self) -> FgColorDisplay<'_, BrightCyan, Self>

Change the foreground color to bright cyan
source§

fn on_bright_cyan(&self) -> BgColorDisplay<'_, BrightCyan, Self>

Change the background color to bright cyan
source§

fn bright_white(&self) -> FgColorDisplay<'_, BrightWhite, Self>

Change the foreground color to bright white
source§

fn on_bright_white(&self) -> BgColorDisplay<'_, BrightWhite, Self>

Change the background color to bright white
source§

fn bold(&self) -> BoldDisplay<'_, Self>

Make the text bold
source§

fn dimmed(&self) -> DimDisplay<'_, Self>

Make the text dim
source§

fn italic(&self) -> ItalicDisplay<'_, Self>

Make the text italicized
source§

fn underline(&self) -> UnderlineDisplay<'_, Self>

Make the text italicized
Make the text blink
Make the text blink (but fast!)
source§

fn reversed(&self) -> ReversedDisplay<'_, Self>

Swap the foreground and background colors
source§

fn hidden(&self) -> HiddenDisplay<'_, Self>

Hide the text
source§

fn strikethrough(&self) -> StrikeThroughDisplay<'_, Self>

Cross out the text
source§

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 more
source§

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 more
source§

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.
source§

fn style(&self, style: Style) -> Styled<&Self>

Apply a runtime-determined style
source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where - U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
source§

impl<T> DeserializeOwned for T
where + U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
source§

impl<T> WithSubscriber for T

source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +WithDispatch wrapper. Read more
source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +WithDispatch wrapper. Read more
source§

impl<T> DeserializeOwned for T
where T: for<'de> Deserialize<'de>,

\ No newline at end of file diff --git a/edb/config/struct.Package.html b/edb/config/struct.Package.html index 68496afdf..5c51695ea 100644 --- a/edb/config/struct.Package.html +++ b/edb/config/struct.Package.html @@ -1,4 +1,4 @@ -Package in edb::config - Rust +Package in edb::config - Rust

Struct edb::config::Package

source ·
pub struct Package {
     pub name: String,
     pub version: String,
@@ -9,11 +9,28 @@
     T: 'static + ?Sized,
source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

-
source§

impl<T, U> Into<U> for T
where +

source§

impl<T> Instrument for T

source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an +Instrumented wrapper. Read more
source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

-
source§

impl<T, U> TryFrom<U> for T
where +

source§

impl<D> OwoColorize for D

source§

fn fg<C>(&self) -> FgColorDisplay<'_, C, Self>
where + C: Color,

Set the foreground color generically Read more
source§

fn bg<C>(&self) -> BgColorDisplay<'_, C, Self>
where + C: Color,

Set the background color generically. Read more
source§

fn black(&self) -> FgColorDisplay<'_, Black, Self>

Change the foreground color to black
source§

fn on_black(&self) -> BgColorDisplay<'_, Black, Self>

Change the background color to black
source§

fn red(&self) -> FgColorDisplay<'_, Red, Self>

Change the foreground color to red
source§

fn on_red(&self) -> BgColorDisplay<'_, Red, Self>

Change the background color to red
source§

fn green(&self) -> FgColorDisplay<'_, Green, Self>

Change the foreground color to green
source§

fn on_green(&self) -> BgColorDisplay<'_, Green, Self>

Change the background color to green
source§

fn yellow(&self) -> FgColorDisplay<'_, Yellow, Self>

Change the foreground color to yellow
source§

fn on_yellow(&self) -> BgColorDisplay<'_, Yellow, Self>

Change the background color to yellow
source§

fn blue(&self) -> FgColorDisplay<'_, Blue, Self>

Change the foreground color to blue
source§

fn on_blue(&self) -> BgColorDisplay<'_, Blue, Self>

Change the background color to blue
source§

fn magenta(&self) -> FgColorDisplay<'_, Magenta, Self>

Change the foreground color to magenta
source§

fn on_magenta(&self) -> BgColorDisplay<'_, Magenta, Self>

Change the background color to magenta
source§

fn purple(&self) -> FgColorDisplay<'_, Magenta, Self>

Change the foreground color to purple
source§

fn on_purple(&self) -> BgColorDisplay<'_, Magenta, Self>

Change the background color to purple
source§

fn cyan(&self) -> FgColorDisplay<'_, Cyan, Self>

Change the foreground color to cyan
source§

fn on_cyan(&self) -> BgColorDisplay<'_, Cyan, Self>

Change the background color to cyan
source§

fn white(&self) -> FgColorDisplay<'_, White, Self>

Change the foreground color to white
source§

fn on_white(&self) -> BgColorDisplay<'_, White, Self>

Change the background color to white
source§

fn default_color(&self) -> FgColorDisplay<'_, Default, Self>

Change the foreground color to the terminal default
source§

fn on_default_color(&self) -> BgColorDisplay<'_, Default, Self>

Change the background color to the terminal default
source§

fn bright_black(&self) -> FgColorDisplay<'_, BrightBlack, Self>

Change the foreground color to bright black
source§

fn on_bright_black(&self) -> BgColorDisplay<'_, BrightBlack, Self>

Change the background color to bright black
source§

fn bright_red(&self) -> FgColorDisplay<'_, BrightRed, Self>

Change the foreground color to bright red
source§

fn on_bright_red(&self) -> BgColorDisplay<'_, BrightRed, Self>

Change the background color to bright red
source§

fn bright_green(&self) -> FgColorDisplay<'_, BrightGreen, Self>

Change the foreground color to bright green
source§

fn on_bright_green(&self) -> BgColorDisplay<'_, BrightGreen, Self>

Change the background color to bright green
source§

fn bright_yellow(&self) -> FgColorDisplay<'_, BrightYellow, Self>

Change the foreground color to bright yellow
source§

fn on_bright_yellow(&self) -> BgColorDisplay<'_, BrightYellow, Self>

Change the background color to bright yellow
source§

fn bright_blue(&self) -> FgColorDisplay<'_, BrightBlue, Self>

Change the foreground color to bright blue
source§

fn on_bright_blue(&self) -> BgColorDisplay<'_, BrightBlue, Self>

Change the background color to bright blue
source§

fn bright_magenta(&self) -> FgColorDisplay<'_, BrightMagenta, Self>

Change the foreground color to bright magenta
source§

fn on_bright_magenta(&self) -> BgColorDisplay<'_, BrightMagenta, Self>

Change the background color to bright magenta
source§

fn bright_purple(&self) -> FgColorDisplay<'_, BrightMagenta, Self>

Change the foreground color to bright purple
source§

fn on_bright_purple(&self) -> BgColorDisplay<'_, BrightMagenta, Self>

Change the background color to bright purple
source§

fn bright_cyan(&self) -> FgColorDisplay<'_, BrightCyan, Self>

Change the foreground color to bright cyan
source§

fn on_bright_cyan(&self) -> BgColorDisplay<'_, BrightCyan, Self>

Change the background color to bright cyan
source§

fn bright_white(&self) -> FgColorDisplay<'_, BrightWhite, Self>

Change the foreground color to bright white
source§

fn on_bright_white(&self) -> BgColorDisplay<'_, BrightWhite, Self>

Change the background color to bright white
source§

fn bold(&self) -> BoldDisplay<'_, Self>

Make the text bold
source§

fn dimmed(&self) -> DimDisplay<'_, Self>

Make the text dim
source§

fn italic(&self) -> ItalicDisplay<'_, Self>

Make the text italicized
source§

fn underline(&self) -> UnderlineDisplay<'_, Self>

Make the text italicized
Make the text blink
Make the text blink (but fast!)
source§

fn reversed(&self) -> ReversedDisplay<'_, Self>

Swap the foreground and background colors
source§

fn hidden(&self) -> HiddenDisplay<'_, Self>

Hide the text
source§

fn strikethrough(&self) -> StrikeThroughDisplay<'_, Self>

Cross out the text
source§

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 more
source§

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 more
source§

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.
source§

fn style(&self, style: Style) -> Styled<&Self>

Apply a runtime-determined style
source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where - U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
source§

impl<T> DeserializeOwned for T
where + U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
source§

impl<T> WithSubscriber for T

source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +WithDispatch wrapper. Read more
source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +WithDispatch wrapper. Read more
source§

impl<T> DeserializeOwned for T
where T: for<'de> Deserialize<'de>,

\ No newline at end of file diff --git a/edb/config/struct.Profile.html b/edb/config/struct.Profile.html index 505b96e4f..380a86b2d 100644 --- a/edb/config/struct.Profile.html +++ b/edb/config/struct.Profile.html @@ -1,4 +1,4 @@ -Profile in edb::config - Rust +Profile in edb::config - Rust

Struct edb::config::Profile

source ·
pub struct Profile {
     pub release: bool,
     pub opt_level: u8,
@@ -9,11 +9,28 @@
     T: 'static + ?Sized,
source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

-
source§

impl<T, U> Into<U> for T
where +

source§

impl<T> Instrument for T

source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an +Instrumented wrapper. Read more
source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

-
source§

impl<T, U> TryFrom<U> for T
where +

source§

impl<D> OwoColorize for D

source§

fn fg<C>(&self) -> FgColorDisplay<'_, C, Self>
where + C: Color,

Set the foreground color generically Read more
source§

fn bg<C>(&self) -> BgColorDisplay<'_, C, Self>
where + C: Color,

Set the background color generically. Read more
source§

fn black(&self) -> FgColorDisplay<'_, Black, Self>

Change the foreground color to black
source§

fn on_black(&self) -> BgColorDisplay<'_, Black, Self>

Change the background color to black
source§

fn red(&self) -> FgColorDisplay<'_, Red, Self>

Change the foreground color to red
source§

fn on_red(&self) -> BgColorDisplay<'_, Red, Self>

Change the background color to red
source§

fn green(&self) -> FgColorDisplay<'_, Green, Self>

Change the foreground color to green
source§

fn on_green(&self) -> BgColorDisplay<'_, Green, Self>

Change the background color to green
source§

fn yellow(&self) -> FgColorDisplay<'_, Yellow, Self>

Change the foreground color to yellow
source§

fn on_yellow(&self) -> BgColorDisplay<'_, Yellow, Self>

Change the background color to yellow
source§

fn blue(&self) -> FgColorDisplay<'_, Blue, Self>

Change the foreground color to blue
source§

fn on_blue(&self) -> BgColorDisplay<'_, Blue, Self>

Change the background color to blue
source§

fn magenta(&self) -> FgColorDisplay<'_, Magenta, Self>

Change the foreground color to magenta
source§

fn on_magenta(&self) -> BgColorDisplay<'_, Magenta, Self>

Change the background color to magenta
source§

fn purple(&self) -> FgColorDisplay<'_, Magenta, Self>

Change the foreground color to purple
source§

fn on_purple(&self) -> BgColorDisplay<'_, Magenta, Self>

Change the background color to purple
source§

fn cyan(&self) -> FgColorDisplay<'_, Cyan, Self>

Change the foreground color to cyan
source§

fn on_cyan(&self) -> BgColorDisplay<'_, Cyan, Self>

Change the background color to cyan
source§

fn white(&self) -> FgColorDisplay<'_, White, Self>

Change the foreground color to white
source§

fn on_white(&self) -> BgColorDisplay<'_, White, Self>

Change the background color to white
source§

fn default_color(&self) -> FgColorDisplay<'_, Default, Self>

Change the foreground color to the terminal default
source§

fn on_default_color(&self) -> BgColorDisplay<'_, Default, Self>

Change the background color to the terminal default
source§

fn bright_black(&self) -> FgColorDisplay<'_, BrightBlack, Self>

Change the foreground color to bright black
source§

fn on_bright_black(&self) -> BgColorDisplay<'_, BrightBlack, Self>

Change the background color to bright black
source§

fn bright_red(&self) -> FgColorDisplay<'_, BrightRed, Self>

Change the foreground color to bright red
source§

fn on_bright_red(&self) -> BgColorDisplay<'_, BrightRed, Self>

Change the background color to bright red
source§

fn bright_green(&self) -> FgColorDisplay<'_, BrightGreen, Self>

Change the foreground color to bright green
source§

fn on_bright_green(&self) -> BgColorDisplay<'_, BrightGreen, Self>

Change the background color to bright green
source§

fn bright_yellow(&self) -> FgColorDisplay<'_, BrightYellow, Self>

Change the foreground color to bright yellow
source§

fn on_bright_yellow(&self) -> BgColorDisplay<'_, BrightYellow, Self>

Change the background color to bright yellow
source§

fn bright_blue(&self) -> FgColorDisplay<'_, BrightBlue, Self>

Change the foreground color to bright blue
source§

fn on_bright_blue(&self) -> BgColorDisplay<'_, BrightBlue, Self>

Change the background color to bright blue
source§

fn bright_magenta(&self) -> FgColorDisplay<'_, BrightMagenta, Self>

Change the foreground color to bright magenta
source§

fn on_bright_magenta(&self) -> BgColorDisplay<'_, BrightMagenta, Self>

Change the background color to bright magenta
source§

fn bright_purple(&self) -> FgColorDisplay<'_, BrightMagenta, Self>

Change the foreground color to bright purple
source§

fn on_bright_purple(&self) -> BgColorDisplay<'_, BrightMagenta, Self>

Change the background color to bright purple
source§

fn bright_cyan(&self) -> FgColorDisplay<'_, BrightCyan, Self>

Change the foreground color to bright cyan
source§

fn on_bright_cyan(&self) -> BgColorDisplay<'_, BrightCyan, Self>

Change the background color to bright cyan
source§

fn bright_white(&self) -> FgColorDisplay<'_, BrightWhite, Self>

Change the foreground color to bright white
source§

fn on_bright_white(&self) -> BgColorDisplay<'_, BrightWhite, Self>

Change the background color to bright white
source§

fn bold(&self) -> BoldDisplay<'_, Self>

Make the text bold
source§

fn dimmed(&self) -> DimDisplay<'_, Self>

Make the text dim
source§

fn italic(&self) -> ItalicDisplay<'_, Self>

Make the text italicized
source§

fn underline(&self) -> UnderlineDisplay<'_, Self>

Make the text italicized
Make the text blink
Make the text blink (but fast!)
source§

fn reversed(&self) -> ReversedDisplay<'_, Self>

Swap the foreground and background colors
source§

fn hidden(&self) -> HiddenDisplay<'_, Self>

Hide the text
source§

fn strikethrough(&self) -> StrikeThroughDisplay<'_, Self>

Cross out the text
source§

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 more
source§

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 more
source§

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.
source§

fn style(&self, style: Style) -> Styled<&Self>

Apply a runtime-determined style
source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where - U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
source§

impl<T> DeserializeOwned for T
where + U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
source§

impl<T> WithSubscriber for T

source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +WithDispatch wrapper. Read more
source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +WithDispatch wrapper. Read more
source§

impl<T> DeserializeOwned for T
where T: for<'de> Deserialize<'de>,

\ No newline at end of file diff --git a/edb/enum.Commands.html b/edb/enum.Commands.html index 6df353506..7c3c06185 100644 --- a/edb/enum.Commands.html +++ b/edb/enum.Commands.html @@ -1,5 +1,5 @@ -Commands in edb - Rust -

Enum edb::Commands

source ·
pub(crate) enum Commands {
+Commands in edb - Rust
+    

Enum edb::Commands

source ·
pub(crate) enum Commands {
     New {
         path: PathBuf,
         name: Option<String>,
@@ -8,28 +8,47 @@
     },
     Build {
         release: bool,
+        profile: Option<String>,
     },
 }

Variants§

§

New

Fields

§path: PathBuf
§name: Option<String>

The name of the project, defaults to the directory name

§bin: bool

Use a binary (application) template [default]

§lib: bool

Initialize a project

§

Build

Fields

§release: bool

Build for release with all optimizations.

+
§profile: Option<String>

Override the profile to use.

Build a project

-

Trait Implementations§

source§

impl Debug for Commands

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl FromArgMatches for Commands

source§

fn from_arg_matches(__clap_arg_matches: &ArgMatches) -> Result<Self, Error>

Instantiate Self from ArgMatches, parsing the arguments as needed. Read more
source§

fn from_arg_matches_mut( +

Trait Implementations§

source§

impl Debug for Commands

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl FromArgMatches for Commands

source§

fn from_arg_matches(__clap_arg_matches: &ArgMatches) -> Result<Self, Error>

Instantiate Self from ArgMatches, parsing the arguments as needed. Read more
source§

fn from_arg_matches_mut( __clap_arg_matches: &mut ArgMatches -) -> Result<Self, Error>

Instantiate Self from ArgMatches, parsing the arguments as needed. Read more
source§

fn update_from_arg_matches( +) -> Result<Self, Error>

Instantiate Self from ArgMatches, parsing the arguments as needed. Read more
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

Append to Command so it can instantiate Self. Read more
source§

fn augment_subcommands_for_update<'b>(__clap_app: Command) -> Command

Append to Command so it can update self. Read more
source§

fn has_subcommand(__clap_name: &str) -> bool

Test whether Self can parse a specific subcommand

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where +) -> Result<(), Error>

Assign values from ArgMatches to self.
source§

impl Subcommand for Commands

source§

fn augment_subcommands<'b>(__clap_app: Command) -> Command

Append to Command so it can instantiate Self. Read more
source§

fn augment_subcommands_for_update<'b>(__clap_app: Command) -> Command

Append to Command so it can update self. Read more
source§

fn has_subcommand(__clap_name: &str) -> bool

Test whether Self can parse a specific subcommand

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

-
source§

impl<T, U> Into<U> for T
where +

source§

impl<T> Instrument for T

source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an +Instrumented wrapper. Read more
source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

-
source§

impl<T, U> TryFrom<U> for T
where +

source§

impl<D> OwoColorize for D

source§

fn fg<C>(&self) -> FgColorDisplay<'_, C, Self>
where + C: Color,

Set the foreground color generically Read more
source§

fn bg<C>(&self) -> BgColorDisplay<'_, C, Self>
where + C: Color,

Set the background color generically. Read more
source§

fn black(&self) -> FgColorDisplay<'_, Black, Self>

Change the foreground color to black
source§

fn on_black(&self) -> BgColorDisplay<'_, Black, Self>

Change the background color to black
source§

fn red(&self) -> FgColorDisplay<'_, Red, Self>

Change the foreground color to red
source§

fn on_red(&self) -> BgColorDisplay<'_, Red, Self>

Change the background color to red
source§

fn green(&self) -> FgColorDisplay<'_, Green, Self>

Change the foreground color to green
source§

fn on_green(&self) -> BgColorDisplay<'_, Green, Self>

Change the background color to green
source§

fn yellow(&self) -> FgColorDisplay<'_, Yellow, Self>

Change the foreground color to yellow
source§

fn on_yellow(&self) -> BgColorDisplay<'_, Yellow, Self>

Change the background color to yellow
source§

fn blue(&self) -> FgColorDisplay<'_, Blue, Self>

Change the foreground color to blue
source§

fn on_blue(&self) -> BgColorDisplay<'_, Blue, Self>

Change the background color to blue
source§

fn magenta(&self) -> FgColorDisplay<'_, Magenta, Self>

Change the foreground color to magenta
source§

fn on_magenta(&self) -> BgColorDisplay<'_, Magenta, Self>

Change the background color to magenta
source§

fn purple(&self) -> FgColorDisplay<'_, Magenta, Self>

Change the foreground color to purple
source§

fn on_purple(&self) -> BgColorDisplay<'_, Magenta, Self>

Change the background color to purple
source§

fn cyan(&self) -> FgColorDisplay<'_, Cyan, Self>

Change the foreground color to cyan
source§

fn on_cyan(&self) -> BgColorDisplay<'_, Cyan, Self>

Change the background color to cyan
source§

fn white(&self) -> FgColorDisplay<'_, White, Self>

Change the foreground color to white
source§

fn on_white(&self) -> BgColorDisplay<'_, White, Self>

Change the background color to white
source§

fn default_color(&self) -> FgColorDisplay<'_, Default, Self>

Change the foreground color to the terminal default
source§

fn on_default_color(&self) -> BgColorDisplay<'_, Default, Self>

Change the background color to the terminal default
source§

fn bright_black(&self) -> FgColorDisplay<'_, BrightBlack, Self>

Change the foreground color to bright black
source§

fn on_bright_black(&self) -> BgColorDisplay<'_, BrightBlack, Self>

Change the background color to bright black
source§

fn bright_red(&self) -> FgColorDisplay<'_, BrightRed, Self>

Change the foreground color to bright red
source§

fn on_bright_red(&self) -> BgColorDisplay<'_, BrightRed, Self>

Change the background color to bright red
source§

fn bright_green(&self) -> FgColorDisplay<'_, BrightGreen, Self>

Change the foreground color to bright green
source§

fn on_bright_green(&self) -> BgColorDisplay<'_, BrightGreen, Self>

Change the background color to bright green
source§

fn bright_yellow(&self) -> FgColorDisplay<'_, BrightYellow, Self>

Change the foreground color to bright yellow
source§

fn on_bright_yellow(&self) -> BgColorDisplay<'_, BrightYellow, Self>

Change the background color to bright yellow
source§

fn bright_blue(&self) -> FgColorDisplay<'_, BrightBlue, Self>

Change the foreground color to bright blue
source§

fn on_bright_blue(&self) -> BgColorDisplay<'_, BrightBlue, Self>

Change the background color to bright blue
source§

fn bright_magenta(&self) -> FgColorDisplay<'_, BrightMagenta, Self>

Change the foreground color to bright magenta
source§

fn on_bright_magenta(&self) -> BgColorDisplay<'_, BrightMagenta, Self>

Change the background color to bright magenta
source§

fn bright_purple(&self) -> FgColorDisplay<'_, BrightMagenta, Self>

Change the foreground color to bright purple
source§

fn on_bright_purple(&self) -> BgColorDisplay<'_, BrightMagenta, Self>

Change the background color to bright purple
source§

fn bright_cyan(&self) -> FgColorDisplay<'_, BrightCyan, Self>

Change the foreground color to bright cyan
source§

fn on_bright_cyan(&self) -> BgColorDisplay<'_, BrightCyan, Self>

Change the background color to bright cyan
source§

fn bright_white(&self) -> FgColorDisplay<'_, BrightWhite, Self>

Change the foreground color to bright white
source§

fn on_bright_white(&self) -> BgColorDisplay<'_, BrightWhite, Self>

Change the background color to bright white
source§

fn bold(&self) -> BoldDisplay<'_, Self>

Make the text bold
source§

fn dimmed(&self) -> DimDisplay<'_, Self>

Make the text dim
source§

fn italic(&self) -> ItalicDisplay<'_, Self>

Make the text italicized
source§

fn underline(&self) -> UnderlineDisplay<'_, Self>

Make the text italicized
Make the text blink
Make the text blink (but fast!)
source§

fn reversed(&self) -> ReversedDisplay<'_, Self>

Swap the foreground and background colors
source§

fn hidden(&self) -> HiddenDisplay<'_, Self>

Hide the text
source§

fn strikethrough(&self) -> StrikeThroughDisplay<'_, Self>

Cross out the text
source§

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 more
source§

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 more
source§

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.
source§

fn style(&self, style: Style) -> Styled<&Self>

Apply a runtime-determined style
source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where - U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
\ No newline at end of file + U: TryFrom<T>,
§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
source§

impl<T> WithSubscriber for T

source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +WithDispatch wrapper. Read more
source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +WithDispatch wrapper. Read more
\ No newline at end of file diff --git a/edb/fn.main.html b/edb/fn.main.html index cee3fb93a..63275b477 100644 --- a/edb/fn.main.html +++ b/edb/fn.main.html @@ -1,2 +1,2 @@ -main in edb - Rust -

Function edb::main

source ·
pub(crate) fn main() -> Result<()>
\ No newline at end of file +main in edb - Rust +

Function edb::main

source ·
pub(crate) fn main() -> Result<()>
\ No newline at end of file diff --git a/edb/index.html b/edb/index.html index 352fbab3d..977866814 100644 --- a/edb/index.html +++ b/edb/index.html @@ -1,3 +1,3 @@ -edb - Rust