Skip to content

Commit

Permalink
Rename 'stc' into 'stc-s' to publish on crates.io since 'stc' is alre…
Browse files Browse the repository at this point in the history
…ady reserved
  • Loading branch information
fxpineau committed Dec 12, 2023
1 parent 16e94d3 commit f7ae554
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# `stc` Change Log
# `stc-s` Change Log

## 0.1.0

Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
name = "stc"
name = "stc-s"
version = "0.1.0"
authors = ["F.-X. Pineau <[email protected]>"]
description = "Rust implementation of a STC-S serializer/deserializer with JSON support."
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<meta charset="utf-8"/>

# `stc` or `STClibRust`
# `stc-s` or `STCSLibRust`

Library to read/write IVOA STC-S strings in Rust, and to convert them from/to JSON.
The parser has been implemented following:
Expand Down Expand Up @@ -312,7 +312,7 @@ is converted into:
* [X] Create a visitor.
+ [X] implement an `empty` visitor
+ [X] implement an `echo` visitor
+ [X] implement a `stcs2moc` visitor (available in [MOCLibRust](https://github.com/cds-astro/cds-moc-rust))
+ [X] implement a `stcs2moc` visitor (available in [MOCLibRust](https://github.com/cds-astro/cds-moc-rust)
* [ ] Implement `fold` to avoid too wide lines.
* [ ] Support for STC XML serialization/deserialization?

Expand Down

0 comments on commit f7ae554

Please sign in to comment.