Skip to content

Commit

Permalink
Add lib public API warning in readme
Browse files Browse the repository at this point in the history
The public API can be improved and will change in future
  • Loading branch information
JamyGolden committed May 13, 2024
1 parent 1ad3521 commit 8e98050
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ There is both a Rust [Ribboncurls library] and [Ribboncurls CLI tool], depending
on your needs. You can read more about those specific projects in their
respective README.md files.

**Note**: Ribboncurls library public API is subject to change, so use
with caution.

## Code of Conduct

This project and everyone participating in it is governed by the
Expand Down
3 changes: 3 additions & 0 deletions ribboncurls/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ Ribboncurls is a Rust library for rendering [mustache] templates.
It currently passes 132 of the 133 tests in the [mustache v1.4.1 spec]
not including any optional modules.

**Note**: Ribboncurls library public API is subject to change, so use
with caution.

## Usage

### Basic Usage
Expand Down
2 changes: 1 addition & 1 deletion ribboncurls/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ pub enum RcError {
BadTag,
#[error("missing end tag")]
MissingEndTag,
#[error("blah")]
#[error("not matching")]
NotMatching,
#[error("bad input")]
YamlParseError(#[from] serde_yaml::Error),
Expand Down

0 comments on commit 8e98050

Please sign in to comment.