issues
search
dylanhart
/
ulid-rs
This is a Rust implementation of the ulid project
https://crates.io/crates/ulid
MIT License
385
stars
37
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
derive Defaults
#32
Urhengulas
closed
3 years ago
1
derive std::error::Error and cargo fmt
#31
dylanhart
closed
4 years ago
0
`DecodeError` and `EncodeError` do not impl `std::error::Error`
#30
EndilWayfare
closed
4 years ago
1
add Ulid::to_str
#29
dylanhart
closed
4 years ago
0
feat: WASM support
#28
MartinKavik
closed
4 years ago
1
Tell docs.rs to document all features
#27
abreis
closed
4 years ago
1
Add tests for serde & ulid features
#26
dylanhart
closed
4 years ago
0
Add optional features to support serde and UUID conversions
#25
abreis
closed
4 years ago
1
Revisit string functions
#24
dylanhart
closed
4 years ago
0
New features: serde support, and conversions to uuid
#23
abreis
closed
4 years ago
1
make ulid generator safe to pass to threads
#22
camerondavison
closed
4 years ago
0
allow sharing Generator across threads
#21
camerondavison
closed
4 years ago
4
sleep if invalid ulid
#20
camerondavison
closed
5 years ago
0
Can derive eq, ord and hash be added to the Ulid struct?
#19
normano
closed
5 years ago
1
Add with_source constructor to Generator
#18
dylanhart
closed
5 years ago
0
Allow specification of Rng for Generator
#17
dylanhart
closed
5 years ago
0
Make rand an optional dependency
#16
naturallymitchell
closed
2 years ago
6
Review README and inline docs
#15
dylanhart
closed
5 years ago
0
CLI should gracefully handle MonotonicError
#14
dylanhart
closed
5 years ago
2
move to edition 2018
#13
camerondavison
closed
5 years ago
3
Generator for monotonically ordered ulids
#12
camerondavison
closed
5 years ago
4
Make 0.3.1 release
#11
dylanhart
closed
5 years ago
2
Enforce monotonicity in same millisecond
#10
camerondavison
closed
5 years ago
5
Add a command line utility for generating and inspecting ULID
#9
kanru
closed
5 years ago
1
Run benchmarks in CI to ensure they still compile after API changes
#8
dylanhart
closed
5 years ago
0
Fix [u64; 2] <-> u128 conversions to use something nicer than bitshifts
#7
dylanhart
closed
5 years ago
0
Fix clippy
#6
kanru
closed
5 years ago
2
impl std::str::FromStr for Ulid
#5
kanru
closed
5 years ago
2
use `u128` instead of `(u64, u64)` as byte level representation
#4
dylanhart
closed
5 years ago
1
add ability to provide an Rng
#3
dylanhart
closed
7 years ago
0
Feature/#1 impl display
#2
dylanhart
closed
7 years ago
0
base32::EncodingError does not implement std::fmt::Display
#1
lunemec
closed
7 years ago
1
Previous