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?