• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..--

.circleci/23-Nov-2023-3937

src/23-Nov-2023-900712

.gitignoreD23-Nov-202330 54

Android.bpD23-Nov-20232.3 KiB7568

Cargo.tomlD23-Nov-2023840 2622

Cargo.toml.origD23-Nov-2023316 1411

LICENSED23-Nov-202311.1 KiB203169

LICENSE-APACHED23-Nov-202311.1 KiB203169

LICENSE-MITD23-Nov-20231.1 KiB2016

METADATAD23-Nov-2023444 2019

MODULE_LICENSE_APACHE2D23-Nov-20230

OWNERSD23-Nov-202340 21

README.mdD23-Nov-2023777 2314

TEST_MAPPINGD23-Nov-2023158 98

README.md

1# fallible-streaming-iterator
2[![CircleCI](https://circleci.com/gh/sfackler/fallible-streaming-iterator.svg?style=shield)](https://circleci.com/gh/sfackler/fallible-streaming-iterator)
3
4[Documentation](https://docs.rs/fallible-streaming-iterator)
5
6Fallible, streaming iteration
7
8## License
9
10Licensed under either of
11
12 * Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0)
13 * MIT license ([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT)
14
15at your option.
16
17### Contribution
18
19Unless you explicitly state otherwise, any contribution intentionally
20submitted for inclusion in the work by you, as defined in the Apache-2.0
21license, shall be dual licensed as above, without any additional terms or
22conditions.
23