Skip to content

KennethTrecy/abstract_chearmyp_token

Repository files navigation

Library Tests GitHub lines GitHub release (latest SemVer) GitHub closed issues count GitHub pull request count Commits since latest version GitHub code size in bytes

Abstract Chearmyp Token

An abstraction of Chearmyp tokens.

Installation

Add it to the dependencies:

[dependencies.abstract_chearmyp_token]
git = "https://github.com/KennethTrecy/abstract_chearmyp_token"
tag = "v2.0.0"

You may also activate all the features:

[dependencies.abstract_chearmyp_token]
git = "https://github.com/KennethTrecy/abstract_chearmyp_token"
tag = "v2.0.0"
features = ["no_std", "vecdeque_token_queue", "assertable_token_kind"]

Origin

Some parts of the repository was based from filled_bare_metal branch of Feo Template.

Usage

Documentation

Run the following on the console:

cargo doc --all-features --open

Initialization

If you want to contribute, this repository should be initialized to adhere in Conventional Commits specification for organize commits and automated generation of change log.

Prerequisites

Instructions

By running the command below, all your commits will be linted to follow the Conventional Commits specification.

$ npm install

Or if you have installed pnpm, run the following command:

$ pnpm install

To generate the change log automatically, run the command below:

$ npx changelogen --from=[tag name or branch name or commit itself] --to=master

Notes

Compatibility

Otherwise noted, the current implementation in this repository is compatible with Chearmyp language outlined in reference v0.8.0 and later.

License

The repository is licensed under MIT.

Want to contribute?

Read the contributing guide for different ways to contribute in the project.

Author

Abstract Chearmyp Token was created by Kenneth Trecy Tobias.