An open API service indexing awesome lists of open source software.

https://github.com/liuchong/sf

Simple snowflake like unique IDs generator.
https://github.com/liuchong/sf

flake flake-ids rust rust-crate rust-lang rust-library rustlang snowflake

Last synced: about 2 months ago
JSON representation

Simple snowflake like unique IDs generator.

Awesome Lists containing this project

README

        

# sf

[![Build Status](https://travis-ci.org/liuchong/sf.svg?branch=master)](https://travis-ci.org/liuchong/sf)
[![APACHE licensed](https://img.shields.io/badge/license-apache%202.0-blue.svg)](./LICENSE-APACHE)
[![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](./LICENSE-MIT)
[![crates.io](https://meritbadge.herokuapp.com/sf)](https://crates.io/crates/sf)
[![Released API docs](https://docs.rs/sf/badge.svg)](https://docs.rs/sf)

Simple snowflake like unique IDs generator.

## Usage

[examples](examples)

## License

Licensed under either of these:

* Apache License Version 2.0 [LICENSE-APACHE](LICENSE-APACHE)
* MIT License [LICENSE-MIT](LICENSE-MIT)

### Contributing

Please sign a cla, thanks!