v/vlib
2023-11-25 10:02:51 +03:00
..
arrays all: update attributes to use new syntax 2023-11-15 16:16:01 +11:00
benchmark all: unwrap const() blocks 2023-11-25 10:02:51 +03:00
bitfield all: unwrap const() blocks 2023-11-25 10:02:51 +03:00
builtin all: unwrap const() blocks 2023-11-25 10:02:51 +03:00
cli all: unwrap const() blocks 2023-11-25 10:02:51 +03:00
clipboard all: unwrap const() blocks 2023-11-25 10:02:51 +03:00
compress all: unwrap const() blocks 2023-11-25 10:02:51 +03:00
context all: unwrap const() blocks 2023-11-25 10:02:51 +03:00
coroutines compress,coroutines,encoding: handle C calls in .v files (part of enabling -W impure-v as default) (#19769) 2023-11-05 17:38:03 +02:00
crypto all: unwrap const() blocks 2023-11-25 10:02:51 +03:00
datatypes all: unwrap const() blocks 2023-11-25 10:02:51 +03:00
db all: unwrap const() blocks 2023-11-25 10:02:51 +03:00
dl all: unwrap const() blocks 2023-11-25 10:02:51 +03:00
dlmalloc all: unwrap const() blocks 2023-11-25 10:02:51 +03:00
encoding all: unwrap const() blocks 2023-11-25 10:02:51 +03:00
eventbus
flag all: unwrap const() blocks 2023-11-25 10:02:51 +03:00
fontstash all: unwrap const() blocks 2023-11-25 10:02:51 +03:00
gg gg: fn (data voidptr, e &Event) for events, allows methods 2023-11-25 01:19:39 +03:00
gx all: unwrap const() blocks 2023-11-25 10:02:51 +03:00
hash all: unwrap const() blocks 2023-11-25 10:02:51 +03:00
io all: unwrap const() blocks 2023-11-25 10:02:51 +03:00
js all: unwrap const() blocks 2023-11-25 10:02:51 +03:00
json vfmt: automate transition from the old [attribute] to the new @[attribute] syntax (#19912) 2023-11-17 17:43:29 +02:00
log all: update attributes to use new syntax 2023-11-15 16:16:01 +11:00
maps maps: add maps.merge/2 and maps.merge_in_place/2 generic utility functions (#19776) 2023-11-06 20:09:05 +02:00
math all: unwrap const() blocks 2023-11-25 10:02:51 +03:00
net all: unwrap const() blocks 2023-11-25 10:02:51 +03:00
orm all: unwrap const() blocks 2023-11-25 10:02:51 +03:00
os all: unwrap const() blocks 2023-11-25 10:02:51 +03:00
picoev all: unwrap const() blocks 2023-11-25 10:02:51 +03:00
picohttpparser all: unwrap const() blocks 2023-11-25 10:02:51 +03:00
rand all: unwrap const() blocks 2023-11-25 10:02:51 +03:00
readline
regex all: unwrap const() blocks 2023-11-25 10:02:51 +03:00
runtime all: update attributes to use new syntax 2023-11-15 16:16:01 +11:00
semver all: unwrap const() blocks 2023-11-25 10:02:51 +03:00
sokol all: unwrap const() blocks 2023-11-25 10:02:51 +03:00
stbi vlib: change byte to u8 (#19930) 2023-11-19 04:23:32 +03:00
strconv all: unwrap const() blocks 2023-11-25 10:02:51 +03:00
strings gg: set_window_title; macos img fix; gx: color fixes; strings: Builder.writeln_string 2023-11-22 03:10:34 +03:00
sync all: unwrap const() blocks 2023-11-25 10:02:51 +03:00
szip all: unwrap const() blocks 2023-11-25 10:02:51 +03:00
term all: unwrap const() blocks 2023-11-25 10:02:51 +03:00
time all: unwrap const() blocks 2023-11-25 10:02:51 +03:00
toml all: unwrap const() blocks 2023-11-25 10:02:51 +03:00
v all: unwrap const() blocks 2023-11-25 10:02:51 +03:00
v2 all: unwrap const() blocks 2023-11-25 10:02:51 +03:00
vweb all: unwrap const() blocks 2023-11-25 10:02:51 +03:00
wasm all: update attributes to use new syntax 2023-11-15 16:16:01 +11:00
x all: unwrap const() blocks 2023-11-25 10:02:51 +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.