| Crates.io | data_bucket |
| lib.rs | data_bucket |
| version | 0.3.2 |
| created_at | 2024-11-26 20:00:31.155467+00 |
| updated_at | 2025-09-19 19:38:38.469845+00 |
| description | DataBucket is container for WorkTable's data |
| homepage | |
| repository | https://github.com/pathscale/DataBucket |
| max_upload_size | |
| id | 1462248 |
| size | 379,592 |
This is a library for writing and reading data files.
The command line tools reside in the tools directory.
create-data-fileCreates a data file with test data. The filename is provided using the --filename command line flag,
the number of pages to be written is provided using the --count command line flag which sets amount of data records.
dump-data-fileLoads the data from a file and prints it. The filename is provided using the --filename command line flag.
--count 10
+-----+----------+
| val | attr |
+-----+----------+
| 0 | string 0 |
| 1 | string 1 |
| 2 | string 2 |
| 3 | string 3 |
| 4 | string 4 |
| 5 | string 5 |
| 6 | string 6 |
| 7 | string 7 |
| 8 | string 8 |
| 9 | string 9 |
+-----+----------+