From f7ae554b40fbf2f567fc14a5235a43d88d1cad21 Mon Sep 17 00:00:00 2001 From: fxpineau Date: Tue, 12 Dec 2023 11:51:47 +0100 Subject: [PATCH] Rename 'stc' into 'stc-s' to publish on crates.io since 'stc' is already reserved --- CHANGELOG.md | 2 +- Cargo.toml | 2 +- README.md | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a126b94..ae8d556 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# `stc` Change Log +# `stc-s` Change Log ## 0.1.0 diff --git a/Cargo.toml b/Cargo.toml index 436142e..62aea6d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,5 @@ [package] -name = "stc" +name = "stc-s" version = "0.1.0" authors = ["F.-X. Pineau "] description = "Rust implementation of a STC-S serializer/deserializer with JSON support." diff --git a/README.md b/README.md index 0a59f91..9fe6449 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# `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: @@ -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?