Skip to content

Commit e2634a0

Browse files
committed
Update single-line descriptions to advertise the serializer [ci skip]
1 parent 629a508 commit e2634a0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.4.0"
44
authors = ["Martin Larralde <[email protected]>"]
55
edition = "2021"
66
license = "MIT"
7-
description = "An OWL2 Functional-style Syntax parser for horned-owl"
7+
description = "An OWL2 Functional-style Syntax parser and serializer for horned-owl"
88
repository = "https://github.com/fastobo/horned-functional"
99
readme = "README.md"
1010
keywords = ["owl", "syntax", "parser", "functional", "owl2"]

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# `horned-functional` [![Star me](https://img.shields.io/github/stars/fastobo/horned-functional.svg?style=social&label=Star&maxAge=3600)](https://github.com/fastobo/horned-functional/stargazers)
22

3-
*An [OWL2 Functional-style Syntax](https://www.w3.org/TR/owl2-syntax/) parser for [`horned-owl`](https://github.com/phillord/horned-owl).*
3+
*An [OWL2 Functional-style Syntax](https://www.w3.org/TR/owl2-syntax/) parser and serializer for [`horned-owl`](https://github.com/phillord/horned-owl).*
44

55
[![Actions](https://img.shields.io/github/workflow/status/fastobo/horned-functional/Test?style=flat-square&maxAge=600)](https://github.com/fastobo/horned-functional/actions)
66
[![Codecov](https://img.shields.io/codecov/c/gh/fastobo/horned-functional/master.svg?style=flat-square&maxAge=600)](https://codecov.io/gh/fastobo/horned-functional)
@@ -17,7 +17,7 @@
1717

1818
This library provides extensions to the [`horned-owl`](https://crates.io/crates/horned-owl)
1919
crate to work with the [OWL Functional-Style](https://www.w3.org/TR/owl2-syntax) syntax.
20-
It provides a parser written with [`pest`](https://pest.rs) and a serializer.
20+
It provides a parser written with [`pest`](https://pest.rs) and a zero-copy serializer.
2121

2222
## 🔌 Usage
2323

@@ -127,7 +127,7 @@ reproducible situation.
127127
## 📋 Changelog
128128

129129
This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html)
130-
and provides a [changelog](https://github.com/althonos/pubchem.rs/blob/master/CHANGELOG.md)
130+
and provides a [changelog](https://github.com/fastobo/horned-functional/blob/master/CHANGELOG.md)
131131
in the [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) format.
132132

133133
## 📜 License

0 commit comments

Comments
 (0)