Benign crates 1,307,221 installs Download

rusty_ulid 0.11.0

“Rust ULID (Universally Unique Lexicographically Sortable Identifier) generation and processing”

Rust test marker or harnessShell recursively removes a path
SHA-25639fa570a4b471f2ca43edc00217ca36e994772b2147b64a19b5b53d08709aa53

Evidence

wget URL download command .travis.yml · lines 50–57
50:7… libiberty-dev
51after_success: |
52 [ $TRAVIS_OS_NAME = linux ] &&
53 wget https://github.com/SimonKagstrom/kcov/archive/master.tar.gz &&
54 tar xzf master.tar.gz &&
55 cd kcov-master &&
56 mkdir build &&
57 cd bu …
Shell recursively removes a path .travis.yml · lines 59–63
59:4… ake &&
60 make install DESTDIR=../../kcov-build &&
61 cd ../.. &&
62 rm -rf kcov-master &&
63 for file in target/debug/rusty_ulid-*[^\.d]; do mkdir -p "target/cov/$(basename $file)"; ./kcov-build/usr/lo …
curl command includes URL or option .travis.yml · lines 63–69
63:158… --verify "target/cov/$(basename $file)" "$file"; done &&
64 bash <(curl -s https://codecov.io/bash) &&
65 echo "Uploaded code coverage"
66notifications:
67 pushover:
68 api_key:
69 secure: JYI2eD4UzVa …
#[cfg(test)] attribute crockford.rs · lines 502–514
502:24… value_for_char(chars.next().unwrap())?;
503
504 Ok((high, low))
505}
506
507#[cfg(test)]
508mod tests {
509 use super::*;
510
511 #[test]
512 fn append_crockford_u128_test_cases() {
513 single_append_crockford_u128(0, "00000000000000000000000000");
514 sing …
#[test] attribute lib.rs · lines 1209–1215
1209:23… P: u64 = 0;
1210 const MIN_TIMESTAMP_PART: &str = "0000000000";
1211
1212 #[test]
1213 fn increment() {
1214 single_increment(0x0000_0000_0000_0000_0000_0000_0000_0000, Ulid::from(1));
1215 single_increme …

No evidence locations were recorded for this file. Raw result

Keyboard shortcuts on this page: j for the next sample, k for the previous one, x to go back to the feed, d to download the original bytes, r to re-queue the sample for analysis.