raldone01 / rust_nightly_crate_rs_template

Template repo for creating a nightly rust crate.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rust_nightly_crate_rs

Daily-Nightly Rust-Main-CI docs.rs crates.io rustc

Requirements

This crate requires a nightly compiler.

Whats next?

  • Update crate name

    • README.md symlink
    • <crate_name>/Cargo.toml update keys
  • Update README.md (Badges and text)

  • Copy README.md to <create_name>/src/lib.rs

  • Search for TODO, raldone01, rust_nightly_crate_rs and rust_nightly_crate_rs_template

    (Ctrl + Alt + F in vscode)

  • Tag releases with v<d>.<d>.<d> and push the tag.

  • Run cargo publish to publish to crates.io.

  • Remove this section

What can this crate do?

TODO: Crate description here

Example

use rust_nightly_crate_rs::hello_world;

// TODO: Update this example
println!("{}", hello_world());

Authors

raldone01 and onestacked are the primary authors and maintainers of this library.

License

This project is released under either:

at your choosing.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

About

Template repo for creating a nightly rust crate.

License:Apache License 2.0


Languages

Language:Rust 100.0%