Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Datasets:
introspector
/
rustc-usage
like
0
Follow
The introspector project
17
Tasks:
Other
Languages:
English
Size:
100M<n<1B
Tags:
rust
compiler
ast
usage-patterns
code-analysis
License:
mit
Dataset card
Files
Files and versions
xet
Community
main
rustc-usage
/
src
/
main.rs
mike dupont
🍄 MYCELIAL DATASET v1.0 - Clean HF-Compatible Release
6a4d02a
23 days ago
raw
Copy download link
history
blame
contribute
delete
215 Bytes
use
mycelial_usage_data::hf_converter::MycelialHFConverter;
fn
main
()
->
Result
<(),
Box
<
dyn
std::error::Error>> {
let
converter
= MycelialHFConverter::
new
(
"."
);
converter.
create_hf_dataset
()?;
Ok
(())
}