| Name: | libscn |
|---|---|
| Version: | 0.3 |
| Release: | 2.el8 |
| Architecture: | aarch64 |
| Group: | Unspecified |
| Size: | 223544 |
| License: | ASL 2.0 |
| RPM: | libscn-0.3-2.el8.aarch64.rpm |
| Source RPM: | libscn-0.3-2.el8.src.rpm |
| Build Date: | Thu Sep 17 2020 |
| Build Host: | ca-buildarm05 |
| Vendor: | Oracle America |
| URL: | https://github.com/eliaskosunen/scnlib |
| Summary: | Library for replacing scanf and std::istream |
| Description: | scnlib is a modern C++ library for replacing scanf and std::istream.
This library attempts to move us ever so closer to replacing iostreams
and C stdio altogether. It's faster than iostream (see Benchmarks) and
type-safe, unlike scanf. Think {fmt} but in the other direction.
This library is the reference implementation of the ISO C++ standards
proposal P1729 "Text Parsing". |