Dataset Viewer
Auto-converted to Parquet Duplicate
text
stringlengths
9.08k
47.9k
// Copyright 2018 <NAME> . // // Permission is hereby granted, free of charge, to any person obtaining a // copy of this software and associated documentation files (the "Software"), // to deal in the Software without restriction, including without limitation // the rights to use, copy, modify, merge, publish, distribu...
//! See docs in build/expr/mod.rs use crate::build::expr::category::Category; use crate::build::ForGuard::{OutsideGuard, RefWithinGuard}; use crate::build::{BlockAnd, BlockAndExtension, Builder}; use crate::thir::*; use rustc_hir::def_id::DefId; use rustc_hir::HirId; use rustc_middle::middle::region; use rustc_middle:...
use std::collections::{HashMap, HashSet, VecDeque}; use std::process; use std::result::Result; use std::str::FromStr; use console::Term; use structopt::clap; use crate::bat_utils::assets::HighlightingAssets; use crate::bat_utils::output::PagingMode; use crate::cli; use crate::config; use crate::env; use crate::errors...
use conrod_core::{ image, mesh::{self, Mesh}, render, text::rt, Rect, Scalar, }; use std::collections::{HashMap, HashSet}; use wgpu::util::DeviceExt; /// A loaded wgpu texture and it's width/height pub struct Image { /// The immutable image type, represents the data loaded onto the GPU. ///...
use rafx_assets::distill_impl::AssetResource; use rafx_assets::{image_upload, AssetManagerRenderResource, GpuImageDataColorSpace}; use rafx_assets::{AssetManager, GpuImageData}; use rafx_framework::render_features::render_features_prelude::*; use rafx_framework::visibility::{VisibilityConfig, VisibilityRegion}; use raf...
//! This module implements Plonk circuit constraint primitive. use crate::circuits::domain_constant_evaluation::DomainConstantEvaluations; use crate::circuits::{ domains::EvaluationDomains, gate::{CircuitGate, GateType}, polynomial::{WitnessEvals, WitnessOverDomains, WitnessShifts}, wires::*, }; use ar...
"use crate::{\n config::CONFIGURATION,\n extractor::get_links,\n filters::{\n FeroxF(...TRUNCATED)
"// Copyright 2022 <NAME>.\n//\n// Licensed under the Apache License, Version 2.0 (the \"License\");(...TRUNCATED)
"//! Writes a flight parsed from a `.flt` file into a `.vhs` file\n\nuse std::io;\nuse std::io::prel(...TRUNCATED)
"use super::abloom;\nuse super::acache;\nuse super::address::*;\nuse super::chunk_storage;\nuse supe(...TRUNCATED)
End of preview. Expand in Data Studio

No dataset card yet

Downloads last month
-