Expand description
§atliac-crate-template
A minimal, production-ready Rust template designed to jumpstart library (crate) development. It establishes a workspace-friendly structure and comes pre-configured with automated release pipelines, versioning, and cross-platform distribution.
§Example
use atliac_crate_template::add;
assert_eq!(add(2, 3), 5);Functions§
- add
- Adds two numbers.