{"id":25061645,"url":"https://github.com/volight/ulidfs","last_synced_at":"2025-04-14T15:35:28.543Z","repository":{"id":49990256,"uuid":"359173283","full_name":"volight/UlidFs","owner":"volight","description":"Ulid implementation in F#","archived":false,"fork":false,"pushed_at":"2023-12-15T02:37:51.000Z","size":94,"stargazers_count":3,"open_issues_count":2,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-06T09:48:36.252Z","etag":null,"topics":["binary","fsharp","ulid"],"latest_commit_sha":null,"homepage":"https://www.nuget.org/packages/Volight.Ulid","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/volight.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-04-18T14:57:27.000Z","updated_at":"2024-07-03T18:07:18.000Z","dependencies_parsed_at":"2022-09-22T15:02:13.070Z","dependency_job_id":null,"html_url":"https://github.com/volight/UlidFs","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/volight%2FUlidFs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volight%2FUlidFs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volight%2FUlidFs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volight%2FUlidFs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/volight","download_url":"https://codeload.github.com/volight/UlidFs/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":237513051,"owners_count":19322214,"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":["binary","fsharp","ulid"],"created_at":"2025-02-06T16:53:43.933Z","updated_at":"2025-02-06T16:53:44.724Z","avatar_url":"https://github.com/volight.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# UlidFs\n\n[![.NET](https://github.com/volight/UlidFs/actions/workflows/dotnet.yml/badge.svg)](https://github.com/volight/UlidFs/actions/workflows/dotnet.yml)\n[![NuGet](https://img.shields.io/nuget/v/UlidFs?label=NuGet)](https://www.nuget.org/packages/Volight.Ulid)\n[![MIT](https://img.shields.io/github/license/volight/UlidFs)](https://github.com/volight/UlidFs/blob/master/LICENSE)\n[![binary](https://img.shields.io/badge/ULID-Binary_Impl-blueviolet)](https://github.com/ulid/spec)\n\nUlid implementation in F#\n\n## Usage\n\n```fs\nopen Volight.Ulid\n\nlet id = Ulid.NewUlid()\nlet id = ulid()\nlet str = id.ToString()\nlet guid = id.ToGuid()\nlet id = Ulid.Parse(str)\nlet id = Ulid(str)\nlet success = Ulid.TryParse(str, \u0026id)\n\nlet id = Slid.NewSlid()\nlet id = slid()\nlet str = id.ToString()\nlet id = Slid.Parse(str)\nlet id = Slid(str)\nlet success = Slid.TryParse(str, \u0026id)\n```\n\n### Slid \nShort version of Ulid (x64)\n\n- layout \n    ```\n    rrr             tttttttttt\n\n    |-|           |-------------|\n    Randomness       Timestamp\n    16bits             48bits\n    3 characters   10 characters\n    |---------------------------|\n                64bits\n             13 characters\n    ```\n\n## Other\n\n[spec](https://github.com/ulid/spec)  \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvolight%2Fulidfs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvolight%2Fulidfs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvolight%2Fulidfs/lists"}