{"id":23115353,"url":"https://github.com/jcaesar/cyrly","last_synced_at":"2025-04-04T01:12:01.224Z","repository":{"id":151578042,"uuid":"623915666","full_name":"jcaesar/cyrly","owner":"jcaesar","description":null,"archived":false,"fork":false,"pushed_at":"2023-05-07T23:11:35.000Z","size":28,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-13T05:16:22.102Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jcaesar.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-04-05T11:06:30.000Z","updated_at":"2023-04-06T13:37:46.000Z","dependencies_parsed_at":"2024-12-17T03:40:53.615Z","dependency_job_id":"0c847784-5d76-4d0b-b372-f9213bac1207","html_url":"https://github.com/jcaesar/cyrly","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jcaesar%2Fcyrly","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jcaesar%2Fcyrly/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jcaesar%2Fcyrly/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jcaesar%2Fcyrly/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jcaesar","download_url":"https://codeload.github.com/jcaesar/cyrly/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247103307,"owners_count":20884023,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-12-17T03:40:46.714Z","updated_at":"2025-04-04T01:12:01.205Z","avatar_url":"https://github.com/jcaesar.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# cyrly\n\nA serde-based YAML serializer for Rust with an unusual output style.\n\n## Usage\n\n```rust,ignore\ncyrly::to_string(some_val)?\n```\nwill prdouce something like\n```yaml\n{\n  { 42: 1336 }: \"non-string keys\",\n  \"three different string styles\": [\n    plain,\n    \"single-line strings\",\n    \"\\\n      multi-line strings are\\n\\\n      acceptably readable\\n\\\n      \\n\\\n      also, yaml 1.1/1.2 ambiguities are quoted:\n    \",\n    \"oFf\",\n  ],\n  look: \"trailing comma\",\n}\n```\n\n## Misc\n\nI think this is better than X because Y:\n * JSON\n   * Fewer `\"`\n   * Trailing commas,\n   * Multiline  \n     strings\n   * Support for non-string keys\n * YAML (as produced by normal serializers)\n   * Not whitespace-indentation dependent\n * JSON5 / Hjson\n   * Valid YAML, which is a much more common format, thus the output will be usable in many more places\n\nNote that while the serializer attempts to be conservative where possible\n(e.g. always quoting maybe-keywords like `no` or `on`)\nand should always produce valid YAML,\nit is still somewhat unusual and may trouble some YAML deserialization implementations.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjcaesar%2Fcyrly","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjcaesar%2Fcyrly","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjcaesar%2Fcyrly/lists"}