| Crates.io | std_new |
| lib.rs | std_new |
| version | 0.1.1 |
| created_at | 2025-11-23 01:41:42.228113+00 |
| updated_at | 2025-11-23 01:52:12.107239+00 |
| description | A personal standard setup for new Rust projects |
| homepage | |
| repository | https://github.com/JonathanMcCormickJr/std_new |
| max_upload_size | |
| id | 1945972 |
| size | 7,589 |
By Jonathan A. McCormick, Jr.
This repository contains a personal standard setup for new Rust projects. It includes commonly used configurations, dependencies, and project structure that I prefer to use when starting a new Rust project.
serde for serialization and deserialization, and static_assertions for compile-time assertions on auto-traits.To use this setup for your new Rust project, simply clone this repository and modify it according to your project's requirements, or browse through the code and cherry-pick the parts you find useful.
This project is released into the public domain. See the LICENSE file for more details.