5 releases

Uses new Rust 2024

0.1.7 Mar 28, 2026
0.1.6 Mar 28, 2026
0.1.5 Mar 28, 2026
0.1.1 Mar 28, 2026
0.1.0 Aug 6, 2021

#2 in #infinity

MIT license

4KB
70 lines

Inifinity Cat

A sample library for showing GitLab CI at the CLT 2026.

Examples

use infinity_cat::InfiniteIterator;

let mut cats = InfiniteIterator::new();
let name = cats.next().unwrap();

assert!(!name.is_empty());

No runtime deps