colorful rat Ratfactor.com > Dave's Repos

zstd-browse2

Turns the Zig standard library into an HTML mini-site.
git clone http://ratfactor.com/repos/zstd-browse2/zstd-browse2.git

zstd-browse2/listy

Download raw file: listy

1 BitStack.zig.html 2 Build/Cache.zig.html 3 Build/Cache/DepTokenizer.zig.html 4 Build/Step.zig.html 5 Build/Step/CheckFile.zig.html 6 Build/Step/CheckObject.zig.html 7 Build/Step/Compile.zig.html 8 Build/Step/ConfigHeader.zig.html 9 Build/Step/Fmt.zig.html 10 Build/Step/InstallArtifact.zig.html 11 Build/Step/InstallDir.zig.html 12 Build/Step/InstallFile.zig.html 13 Build/Step/ObjCopy.zig.html 14 Build/Step/Options.zig.html 15 Build/Step/RemoveDir.zig.html 16 Build/Step/Run.zig.html 17 Build/Step/TranslateC.zig.html 18 Build/Step/WriteFile.zig.html 19 Ini.zig.html 20 Progress.zig.html 21 RingBuffer.zig.html 22 SemanticVersion.zig.html 23 Thread.zig.html 24 Thread/Condition.zig.html 25 Thread/Futex.zig.html 26 Thread/Mutex.zig.html 27 Thread/Pool.zig.html 28 Thread/ResetEvent.zig.html 29 Thread/RwLock.zig.html 30 Thread/Semaphore.zig.html 31 Thread/WaitGroup.zig.html 32 Uri.zig.html 33 array_hash_map.zig.html 34 array_list.zig.html 35 ascii.zig.html 36 atomic.zig.html 37 atomic/Atomic.zig.html 38 atomic/queue.zig.html 39 atomic/stack.zig.html 40 base64.zig.html 41 bit_set.zig.html 42 bounded_array.zig.html 43 buf_map.zig.html 44 buf_set.zig.html 45 builtin.zig.html 46 c.zig.html 47 c/darwin.zig.html 48 c/darwin/aarch64.zig.html 49 c/darwin/cssm.zig.html 50 c/darwin/x86_64.zig.html 51 c/dragonfly.zig.html 52 c/emscripten.zig.html 53 c/freebsd.zig.html 54 c/fuchsia.zig.html 55 c/haiku.zig.html 56 c/hermit.zig.html 57 c/linux.zig.html 58 c/minix.zig.html 59 c/netbsd.zig.html 60 c/openbsd.zig.html 61 c/solaris.zig.html 62 c/tokenizer.zig.html 63 c/wasi.zig.html 64 c/windows.zig.html 65 child_process.zig.html 66 coff.zig.html 67 compress.zig.html 68 compress/deflate.zig.html 69 compress/deflate/bits_utils.zig.html 70 compress/deflate/compressor.zig.html 71 compress/deflate/compressor_test.zig.html 72 compress/deflate/decompressor.zig.html 73 compress/deflate/deflate_const.zig.html 74 compress/deflate/deflate_fast.zig.html 75 compress/deflate/deflate_fast_test.zig.html 76 compress/deflate/dict_decoder.zig.html 77 compress/deflate/huffman_bit_writer.zig.html 78 compress/deflate/huffman_code.zig.html 79 compress/deflate/token.zig.html 80 compress/gzip.zig.html 81 compress/lzma.zig.html 82 compress/lzma/decode.zig.html 83 compress/lzma/decode/lzbuffer.zig.html 84 compress/lzma/decode/rangecoder.zig.html 85 compress/lzma/test.zig.html 86 compress/lzma/vec2d.zig.html 87 compress/lzma2.zig.html 88 compress/lzma2/decode.zig.html 89 compress/xz.zig.html 90 compress/xz/block.zig.html 91 compress/xz/test.zig.html 92 compress/zlib.zig.html 93 compress/zstandard.zig.html 94 compress/zstandard/decode/block.zig.html 95 compress/zstandard/decode/fse.zig.html 96 compress/zstandard/decode/huffman.zig.html 97 compress/zstandard/decompress.zig.html 98 compress/zstandard/readers.zig.html 99 compress/zstandard/types.zig.html 100 comptime_string_map.zig.html 101 crypto.zig.html 102 crypto/25519/curve25519.zig.html 103 crypto/25519/ed25519.zig.html 104 crypto/25519/edwards25519.zig.html 105 crypto/25519/field.zig.html 106 crypto/25519/ristretto255.zig.html 107 crypto/25519/scalar.zig.html 108 crypto/25519/x25519.zig.html 109 crypto/Certificate.zig.html 110 crypto/Certificate/Bundle.zig.html 111 crypto/Certificate/Bundle/macos.zig.html 112 crypto/aegis.zig.html 113 crypto/aes.zig.html 114 crypto/aes/aesni.zig.html 115 crypto/aes/armcrypto.zig.html 116 crypto/aes/soft.zig.html 117 crypto/aes_gcm.zig.html 118 crypto/aes_ocb.zig.html 119 crypto/argon2.zig.html 120 crypto/ascon.zig.html 121 crypto/bcrypt.zig.html 122 crypto/benchmark.zig.html 123 crypto/blake2.zig.html 124 crypto/blake3.zig.html 125 crypto/chacha20.zig.html 126 crypto/cmac.zig.html 127 crypto/ecdsa.zig.html 128 crypto/errors.zig.html 129 crypto/ff.zig.html 130 crypto/ghash_polyval.zig.html 131 crypto/hash_composition.zig.html 132 crypto/hkdf.zig.html 133 crypto/hmac.zig.html 134 crypto/isap.zig.html 135 crypto/keccak_p.zig.html 136 crypto/kyber_d00.zig.html 137 crypto/md5.zig.html 138 crypto/modes.zig.html 139 crypto/pbkdf2.zig.html 140 crypto/pcurves/common.zig.html 141 crypto/pcurves/p256.zig.html 142 crypto/pcurves/p256/field.zig.html 143 crypto/pcurves/p256/p256_64.zig.html 144 crypto/pcurves/p256/p256_scalar_64.zig.html 145 crypto/pcurves/p256/scalar.zig.html 146 crypto/pcurves/p384.zig.html 147 crypto/pcurves/p384/field.zig.html 148 crypto/pcurves/p384/p384_64.zig.html 149 crypto/pcurves/p384/p384_scalar_64.zig.html 150 crypto/pcurves/p384/scalar.zig.html 151 crypto/pcurves/secp256k1.zig.html 152 crypto/pcurves/secp256k1/field.zig.html 153 crypto/pcurves/secp256k1/scalar.zig.html 154 crypto/pcurves/secp256k1/secp256k1_64.zig.html 155 crypto/pcurves/secp256k1/secp256k1_scalar_64.zig.html 156 crypto/pcurves/tests/p256.zig.html 157 crypto/pcurves/tests/p384.zig.html 158 crypto/pcurves/tests/secp256k1.zig.html 159 crypto/phc_encoding.zig.html 160 crypto/poly1305.zig.html 161 crypto/salsa20.zig.html 162 crypto/scrypt.zig.html 163 crypto/sha1.zig.html 164 crypto/sha2.zig.html 165 crypto/sha3.zig.html 166 crypto/siphash.zig.html 167 crypto/test.zig.html 168 crypto/tlcsprng.zig.html 169 crypto/tls.zig.html 170 crypto/tls/Client.zig.html 171 crypto/utils.zig.html 172 debug.zig.html 173 dwarf.zig.html 174 dwarf/AT.zig.html 175 dwarf/ATE.zig.html 176 dwarf/EH.zig.html 177 dwarf/FORM.zig.html 178 dwarf/LANG.zig.html 179 dwarf/OP.zig.html 180 dwarf/TAG.zig.html 181 dwarf/abi.zig.html 182 dwarf/call_frame.zig.html 183 dwarf/expressions.zig.html 184 dynamic_library.zig.html 185 elf.zig.html 186 enums.zig.html 187 event.zig.html 188 event/batch.zig.html 189 event/channel.zig.html 190 event/future.zig.html 191 event/group.zig.html 192 event/lock.zig.html 193 event/locked.zig.html 194 event/loop.zig.html 195 event/rwlock.zig.html 196 event/rwlocked.zig.html 197 event/wait_group.zig.html 198 fifo.zig.html 199 fmt.zig.html 200 fmt/errol.zig.html 201 fmt/errol/enum3.zig.html 202 fmt/errol/lookup.zig.html 203 fmt/parse_float.zig.html 204 fmt/parse_float/FloatInfo.zig.html 205 fmt/parse_float/FloatStream.zig.html 206 fmt/parse_float/common.zig.html 207 fmt/parse_float/convert_eisel_lemire.zig.html 208 fmt/parse_float/convert_fast.zig.html 209 fmt/parse_float/convert_hex.zig.html 210 fmt/parse_float/convert_slow.zig.html 211 fmt/parse_float/decimal.zig.html 212 fmt/parse_float/parse.zig.html 213 fmt/parse_float/parse_float.zig.html 214 fs.zig.html 215 fs/file.zig.html 216 fs/get_app_data_dir.zig.html 217 fs/path.zig.html 218 fs/test.zig.html 219 fs/wasi.zig.html 220 fs/watch.zig.html 221 hash.zig.html 222 hash/adler.zig.html 223 hash/auto_hash.zig.html 224 hash/benchmark.zig.html 225 hash/cityhash.zig.html 226 hash/crc.zig.html 227 hash/crc/catalog.zig.html 228 hash/crc/catalog_test.zig.html 229 hash/fnv.zig.html 230 hash/murmur.zig.html 231 hash/verify.zig.html 232 hash/wyhash.zig.html 233 hash/xxhash.zig.html 234 hash_map.zig.html 235 heap.zig.html 236 heap/PageAllocator.zig.html 237 heap/ThreadSafeAllocator.zig.html 238 heap/WasmAllocator.zig.html 239 heap/WasmPageAllocator.zig.html 240 heap/arena_allocator.zig.html 241 heap/general_purpose_allocator.zig.html 242 heap/log_to_writer_allocator.zig.html 243 heap/logging_allocator.zig.html 244 heap/memory_pool.zig.html 245 heap/sbrk_allocator.zig.html 246 http.zig.html 247 http/Client.zig.html 248 http/Headers.zig.html 249 http/Server.zig.html 250 http/protocol.zig.html 251 index.html 252 io.zig.html 253 io/Reader.zig.html 254 io/Reader/test.zig.html 255 io/bit_reader.zig.html 256 io/bit_writer.zig.html 257 io/buffered_atomic_file.zig.html 258 io/buffered_reader.zig.html 259 io/buffered_writer.zig.html 260 io/c_writer.zig.html 261 io/change_detection_stream.zig.html 262 io/counting_reader.zig.html 263 io/counting_writer.zig.html 264 io/find_byte_writer.zig.html 265 io/fixed_buffer_stream.zig.html 266 io/limited_reader.zig.html 267 io/multi_writer.zig.html 268 io/peek_stream.zig.html 269 io/seekable_stream.zig.html 270 io/stream_source.zig.html 271 io/test.zig.html 272 io/tty.zig.html 273 io/writer.zig.html 274 json.zig.html 275 json/JSONTestSuite_test.zig.html 276 json/dynamic.zig.html 277 json/dynamic_test.zig.html 278 json/fmt.zig.html 279 json/hashmap.zig.html 280 json/hashmap_test.zig.html 281 json/scanner.zig.html 282 json/scanner_test.zig.html 283 json/static.zig.html 284 json/static_test.zig.html 285 json/stringify.zig.html 286 json/stringify_test.zig.html 287 json/test.zig.html 288 leb128.zig.html 289 linked_list.zig.html 290 log.zig.html 291 macho.zig.html 292 math.zig.html 293 math/acos.zig.html 294 math/acosh.zig.html 295 math/asin.zig.html 296 math/asinh.zig.html 297 math/atan.zig.html 298 math/atan2.zig.html 299 math/atanh.zig.html 300 math/big.zig.html 301 math/big/int.zig.html 302 math/big/int_test.zig.html 303 math/big/rational.zig.html 304 math/cbrt.zig.html 305 math/complex.zig.html 306 math/complex/abs.zig.html 307 math/complex/acos.zig.html 308 math/complex/acosh.zig.html 309 math/complex/arg.zig.html 310 math/complex/asin.zig.html 311 math/complex/asinh.zig.html 312 math/complex/atan.zig.html 313 math/complex/atanh.zig.html 314 math/complex/conj.zig.html 315 math/complex/cos.zig.html 316 math/complex/cosh.zig.html 317 math/complex/exp.zig.html 318 math/complex/ldexp.zig.html 319 math/complex/log.zig.html 320 math/complex/pow.zig.html 321 math/complex/proj.zig.html 322 math/complex/sin.zig.html 323 math/complex/sinh.zig.html 324 math/complex/sqrt.zig.html 325 math/complex/tan.zig.html 326 math/complex/tanh.zig.html 327 math/copysign.zig.html 328 math/cosh.zig.html 329 math/expm1.zig.html 330 math/expo2.zig.html 331 math/float.zig.html 332 math/frexp.zig.html 333 math/gcd.zig.html 334 math/hypot.zig.html 335 math/ilogb.zig.html 336 math/isfinite.zig.html 337 math/isinf.zig.html 338 math/isnan.zig.html 339 math/isnormal.zig.html 340 math/ldexp.zig.html 341 math/log.zig.html 342 math/log10.zig.html 343 math/log1p.zig.html 344 math/log2.zig.html 345 math/log_int.zig.html 346 math/modf.zig.html 347 math/nextafter.zig.html 348 math/pow.zig.html 349 math/powi.zig.html 350 math/scalbn.zig.html 351 math/signbit.zig.html 352 math/sinh.zig.html 353 math/sqrt.zig.html 354 math/tanh.zig.html 355 mem.zig.html 356 mem/Allocator.zig.html 357 meta.zig.html 358 meta/trailer_flags.zig.html 359 meta/trait.zig.html 360 multi_array_list.zig.html 361 net.zig.html 362 net/test.zig.html 363 once.zig.html 364 os.zig.html 365 os/emscripten.zig.html 366 os/linux.zig.html 367 os/linux/arm-eabi.zig.html 368 os/linux/arm64.zig.html 369 os/linux/bpf.zig.html 370 os/linux/bpf/btf.zig.html 371 os/linux/bpf/btf_ext.zig.html 372 os/linux/bpf/helpers.zig.html 373 os/linux/bpf/kern.zig.html 374 os/linux/errno/generic.zig.html 375 os/linux/errno/mips.zig.html 376 os/linux/errno/sparc.zig.html 377 os/linux/io_uring.zig.html 378 os/linux/ioctl.zig.html 379 os/linux/mips.zig.html 380 os/linux/mips64.zig.html 381 os/linux/powerpc.zig.html 382 os/linux/powerpc64.zig.html 383 os/linux/riscv64.zig.html 384 os/linux/seccomp.zig.html 385 os/linux/sparc64.zig.html 386 os/linux/start_pie.zig.html 387 os/linux/syscalls.zig.html 388 os/linux/test.zig.html 389 os/linux/thumb.zig.html 390 os/linux/tls.zig.html 391 os/linux/vdso.zig.html 392 os/linux/x86.zig.html 393 os/linux/x86_64.zig.html 394 os/plan9.zig.html 395 os/plan9/errno.zig.html 396 os/plan9/x86_64.zig.html 397 os/test.zig.html 398 os/uefi.zig.html 399 os/uefi/device_path.zig.html 400 os/uefi/hii.zig.html 401 os/uefi/pool_allocator.zig.html 402 os/uefi/protocol.zig.html 403 os/uefi/protocol/absolute_pointer.zig.html 404 os/uefi/protocol/block_io.zig.html 405 os/uefi/protocol/device_path.zig.html 406 os/uefi/protocol/edid.zig.html 407 os/uefi/protocol/file.zig.html 408 os/uefi/protocol/graphics_output.zig.html 409 os/uefi/protocol/hii_database.zig.html 410 os/uefi/protocol/hii_popup.zig.html 411 os/uefi/protocol/ip6.zig.html 412 os/uefi/protocol/ip6_config.zig.html 413 os/uefi/protocol/ip6_service_binding.zig.html 414 os/uefi/protocol/loaded_image.zig.html 415 os/uefi/protocol/managed_network.zig.html 416 os/uefi/protocol/rng.zig.html 417 os/uefi/protocol/shell_parameters.zig.html 418 os/uefi/protocol/simple_file_system.zig.html 419 os/uefi/protocol/simple_network.zig.html 420 os/uefi/protocol/simple_pointer.zig.html 421 os/uefi/protocol/simple_text_input.zig.html 422 os/uefi/protocol/simple_text_input_ex.zig.html 423 os/uefi/protocol/simple_text_output.zig.html 424 os/uefi/protocol/udp6.zig.html 425 os/uefi/protocol/udp6_service_binding.zig.html 426 os/uefi/status.zig.html 427 os/uefi/tables.zig.html 428 os/uefi/tables/boot_services.zig.html 429 os/uefi/tables/configuration_table.zig.html 430 os/uefi/tables/runtime_services.zig.html 431 os/uefi/tables/system_table.zig.html 432 os/uefi/tables/table_header.zig.html 433 os/wasi.zig.html 434 os/windows.zig.html 435 os/windows/advapi32.zig.html 436 os/windows/crypt32.zig.html 437 os/windows/gdi32.zig.html 438 os/windows/kernel32.zig.html 439 os/windows/lang.zig.html 440 os/windows/nls.zig.html 441 os/windows/ntdll.zig.html 442 os/windows/ntstatus.zig.html 443 os/windows/ole32.zig.html 444 os/windows/psapi.zig.html 445 os/windows/shell32.zig.html 446 os/windows/sublang.zig.html 447 os/windows/test.zig.html 448 os/windows/user32.zig.html 449 os/windows/win32error.zig.html 450 os/windows/winmm.zig.html 451 os/windows/ws2_32.zig.html 452 packed_int_array.zig.html 453 pdb.zig.html 454 priority_dequeue.zig.html 455 priority_queue.zig.html 456 process.zig.html 457 rand.zig.html 458 rand/Ascon.zig.html 459 rand/ChaCha.zig.html 460 rand/Isaac64.zig.html 461 rand/Pcg.zig.html 462 rand/RomuTrio.zig.html 463 rand/Sfc64.zig.html 464 rand/Xoroshiro128.zig.html 465 rand/Xoshiro256.zig.html 466 rand/benchmark.zig.html 467 rand/test.zig.html 468 rand/ziggurat.zig.html 469 segmented_list.zig.html 470 simd.zig.html 471 sort.zig.html 472 sort/block.zig.html 473 sort/pdq.zig.html 474 start.zig.html 475 start_windows_tls.zig.html 476 std.zig.html 477 tar.zig.html 478 target.zig.html 479 target/aarch64.zig.html 480 target/amdgpu.zig.html 481 target/arc.zig.html 482 target/arm.zig.html 483 target/avr.zig.html 484 target/bpf.zig.html 485 target/csky.zig.html 486 target/hexagon.zig.html 487 target/loongarch.zig.html 488 target/m68k.zig.html 489 target/mips.zig.html 490 target/msp430.zig.html 491 target/nvptx.zig.html 492 target/powerpc.zig.html 493 target/riscv.zig.html 494 target/s390x.zig.html 495 target/sparc.zig.html 496 target/spirv.zig.html 497 target/ve.zig.html 498 target/wasm.zig.html 499 target/x86.zig.html 500 target/xtensa.zig.html 501 testing.zig.html 502 testing/failing_allocator.zig.html 503 time.zig.html 504 time/epoch.zig.html 505 treap.zig.html 506 tz.zig.html 507 unicode.zig.html 508 unicode/throughput_test.zig.html 509 valgrind.zig.html 510 valgrind/callgrind.zig.html 511 valgrind/memcheck.zig.html 512 wasm.zig.html 513 zig.zig.html 514 zig/Ast.zig.html 515 zig/Client.zig.html 516 zig/CrossTarget.zig.html 517 zig/ErrorBundle.zig.html 518 zig/Parse.zig.html 519 zig/Server.zig.html 520 zig/c_builtins.zig.html 521 zig/c_translation.zig.html 522 zig/fmt.zig.html 523 zig/number_literal.zig.html 524 zig/parser_test.zig.html 525 zig/perf_test.zig.html 526 zig/primitives.zig.html 527 zig/render.zig.html 528 zig/string_literal.zig.html 529 zig/system.zig.html 530 zig/system/NativePaths.zig.html 531 zig/system/NativeTargetInfo.zig.html 532 zig/system/arm.zig.html 533 zig/system/darwin.zig.html 534 zig/system/darwin/macos.zig.html 535 zig/system/linux.zig.html 536 zig/system/windows.zig.html 537 zig/system/x86.zig.html 538 zig/tokenizer.zig.html