v/vlib
2024-08-05 20:23:39 +03:00
..
arrays arrays: fix arrays.fold, when the init value in the call, is an array (#21921) 2024-07-24 16:37:20 +03:00
benchmark fmt: implement wrapping function's super long arguments (fix #15545, fix #21643) (#21782) 2024-07-02 23:10:00 +03:00
bitfield
builtin fmt: fix and simplify align of struct fields (#21995) 2024-08-05 20:23:39 +03:00
cli fmt: fix and simplify align of struct fields (#21995) 2024-08-05 20:23:39 +03:00
clipboard fmt: implement wrapping function's super long arguments (fix #15545, fix #21643) (#21782) 2024-07-02 23:10:00 +03:00
compress fmt: fix and simplify align of struct fields (#21995) 2024-08-05 20:23:39 +03:00
context
coroutines
crypto hash: make public the hash.Hash interface, add tests to current implementers (#21984) 2024-08-03 19:52:39 +03:00
datatypes
db fmt: fix and simplify align of struct fields (#21995) 2024-08-05 20:23:39 +03:00
dl
dlmalloc fmt: fix and simplify align of struct fields (#21995) 2024-08-05 20:23:39 +03:00
encoding fmt: fix and simplify align of struct fields (#21995) 2024-08-05 20:23:39 +03:00
eventbus
flag fmt: fix and simplify align of struct fields (#21995) 2024-08-05 20:23:39 +03:00
fontstash
gg fmt: fix and simplify align of struct fields (#21995) 2024-08-05 20:23:39 +03:00
gx fmt: fix and simplify align of struct fields (#21995) 2024-08-05 20:23:39 +03:00
hash hash: make public the hash.Hash interface, add tests to current implementers (#21984) 2024-08-03 19:52:39 +03:00
io fmt: fix and simplify align of struct fields (#21995) 2024-08-05 20:23:39 +03:00
js
json fmt: fix and simplify align of struct fields (#21995) 2024-08-05 20:23:39 +03:00
log fmt: fix and simplify align of struct fields (#21995) 2024-08-05 20:23:39 +03:00
maps
math strconv,math.bits: eliminate bounds checking in commonly used routines 2024-07-22 13:43:50 +03:00
net fmt: fix and simplify align of struct fields (#21995) 2024-08-05 20:23:39 +03:00
orm fmt: fix and simplify align of struct fields (#21995) 2024-08-05 20:23:39 +03:00
os fmt: fix and simplify align of struct fields (#21995) 2024-08-05 20:23:39 +03:00
picoev fmt: fix and simplify align of struct fields (#21995) 2024-08-05 20:23:39 +03:00
picohttpparser
rand
readline fmt: fix and simplify align of struct fields (#21995) 2024-08-05 20:23:39 +03:00
regex fmt: fix and simplify align of struct fields (#21995) 2024-08-05 20:23:39 +03:00
runtime
semver V 0.4.7 2024-07-26 07:41:00 +03:00
sokol fmt: fix and simplify align of struct fields (#21995) 2024-08-05 20:23:39 +03:00
stbi stbi: change Image.data from voidptr to &u8, to reduce casts (#21977) 2024-08-01 09:02:38 +03:00
strconv fmt: fix and simplify align of struct fields (#21995) 2024-08-05 20:23:39 +03:00
strings builtin, strings: improve consistency and behavior regarding explicit mutability (#21566) 2024-07-10 15:26:51 +03:00
sync fmt: fix and simplify align of struct fields (#21995) 2024-08-05 20:23:39 +03:00
szip
term term, term.termios: update fn C.ioctl declaration (#21982) 2024-08-02 18:03:13 +03:00
time time: increase http_header_string performance (#21894) 2024-07-19 21:35:20 +03:00
toml fmt: fix and simplify align of struct fields (#21995) 2024-08-05 20:23:39 +03:00
v fmt: fix and simplify align of struct fields (#21995) 2024-08-05 20:23:39 +03:00
v2 vlib: simplify byte character conditions by using methods like is_capital, is_lower, is_letter etc (#21725) 2024-06-25 09:55:08 +03:00
veb fmt: fix and simplify align of struct fields (#21995) 2024-08-05 20:23:39 +03:00
vweb fmt: fix and simplify align of struct fields (#21995) 2024-08-05 20:23:39 +03:00
wasm
x fmt: fix and simplify align of struct fields (#21995) 2024-08-05 20:23:39 +03:00
.vdocignore
README.md

vlib Documentation

vlib is the term for all modules included by default with V and maintained as part of the V source code repository.

Some included modules depend on third party libraries, and these are kept separate in the thirdparty directory at the root level of the source repository.