rdf-syntax 1.0.0

Lexical (syntactic) representation of RDF resources, built on top of rdf-types.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# How to Contribute

Contributions are welcome! Here is how to contribute.

## Contribution Guidelines

Please read the [contribution guidelines](https://github.com/timothee-haudebourg/admin/blob/main/files/CONTRIBUTING.md) before submitting your changes. Contributions that do not adhere to these guidelines may be rejected without further explanation.

## Release Process

- Bump the version number in `Cargo.toml`;
- Make a commit with the message `chore(release): Version X.Y.Z`;
- Publish the crate;
- On success, add a tag with `git tag -a vX.Y.Z -m "Version X.Y.Z"` and push.