v/vlib
2024-03-12 08:35:22 +02:00
..
arrays doc: update trim_doc_node_description, make module readmes more uniform (#20792) 2024-02-12 12:38:47 +02:00
benchmark all: fix typos in comments (#20963) 2024-03-04 18:41:55 +02:00
bitfield doc: update trim_doc_node_description, make module readmes more uniform (#20792) 2024-02-12 12:38:47 +02:00
builtin all: fix typos in comments (#20963) 2024-03-04 18:41:55 +02:00
cli cli: add pluralization to err msg, if required number of args is not met (#20971) 2024-03-07 20:57:58 +02:00
clipboard doc: update trim_doc_node_description, make module readmes more uniform (#20792) 2024-02-12 12:38:47 +02:00
compress doc: update trim_doc_node_description, make module readmes more uniform (#20792) 2024-02-12 12:38:47 +02:00
context
coroutines coroutines: fix cast in sp_corrector 2024-02-11 09:34:22 +11:00
crypto crypto.blake3: fix typo on Digest comment (#20991) 2024-03-11 07:03:33 +02:00
datatypes datatypes,examples: fix typos, and silence notice in the quadtree example (#20577) 2024-01-18 15:31:42 +02:00
db doc: update trim_doc_node_description, make module readmes more uniform (#20792) 2024-02-12 12:38:47 +02:00
dl doc: update trim_doc_node_description, make module readmes more uniform (#20792) 2024-02-12 12:38:47 +02:00
dlmalloc
encoding vlib: add encoding.txtar (port of Go's txtar module) (#20874) 2024-02-20 02:41:20 +02:00
eventbus
flag doc: update trim_doc_node_description, make module readmes more uniform (#20792) 2024-02-12 12:38:47 +02:00
fontstash doc: update trim_doc_node_description, make module readmes more uniform (#20792) 2024-02-12 12:38:47 +02:00
gg gg: fix empty circle in native; http: post_form_with_cookies; veb: print veb action in html errors 2024-03-11 18:21:06 +03:00
gx doc: update trim_doc_node_description, make module readmes more uniform (#20792) 2024-02-12 12:38:47 +02:00
hash doc: update trim_doc_node_description, make module readmes more uniform (#20792) 2024-02-12 12:38:47 +02:00
io io.reader: make read_all constants public (#20997) 2024-03-12 08:35:22 +02:00
js doc: update trim_doc_node_description, make module readmes more uniform (#20792) 2024-02-12 12:38:47 +02:00
json json: fix decode struct ptr (#20828) 2024-02-15 06:41:10 +02:00
log doc: update trim_doc_node_description, make module readmes more uniform (#20792) 2024-02-12 12:38:47 +02:00
maps doc: update trim_doc_node_description, make module readmes more uniform (#20792) 2024-02-12 12:38:47 +02:00
math all: fix typos in comments (#20963) 2024-03-04 18:41:55 +02:00
net gg: fix empty circle in native; http: post_form_with_cookies; veb: print veb action in html errors 2024-03-11 18:21:06 +03:00
orm orm: fix orm_option_time_test.v after 2d0ed2c made insert in parent tables with child ones missing fail 2024-02-11 10:02:36 +02:00
os os: remove repetitive words in comments (#20981) 2024-03-09 15:22:05 +02:00
picoev picoev: remove fmt off tags (#20569) 2024-02-26 09:03:03 +02:00
picohttpparser picohttpparser: add tests for the Request methods (#20906) 2024-02-26 11:52:51 +02:00
rand
readline readline: add completion support (#20559) 2024-01-16 23:32:47 +02:00
regex all: fix typos in comments (#20963) 2024-03-04 18:41:55 +02:00
runtime doc: update trim_doc_node_description, make module readmes more uniform (#20792) 2024-02-12 12:38:47 +02:00
semver doc: update trim_doc_node_description, make module readmes more uniform (#20792) 2024-02-12 12:38:47 +02:00
sokol sokol, gg, examples: update to match uptream at 058a4c5 (#20953) 2024-03-05 17:04:05 +02:00
stbi doc: update trim_doc_node_description, make module readmes more uniform (#20792) 2024-02-12 12:38:47 +02:00
strconv doc: update trim_doc_node_description, make module readmes more uniform (#20792) 2024-02-12 12:38:47 +02:00
strings io: add a string_reader submodule (#20893) 2024-02-27 09:38:30 +02:00
sync sync: support more gcc version specific search locations on linux with tcc 2024-02-26 23:05:22 +02:00
szip doc: update trim_doc_node_description, make module readmes more uniform (#20792) 2024-02-12 12:38:47 +02:00
term
time time: microoptimise the Time formating methods (use custom number->string conversion, instead of string interpolation) (#20917) 2024-02-28 11:55:33 +02:00
toml toml: return an error from toml.parse_file(), when the passed file path does not exist (#20912) 2024-02-27 14:22:48 +02:00
v orm: insert expressions returning id 2024-03-11 20:04:33 +03:00
v2 all: fix typos in comments (#20963) 2024-03-04 18:41:55 +02:00
veb/auth veb.auth: detailed documentation with examples 2024-02-24 15:38:46 +03:00
vweb veb: a new module veb.auth for authentication logic (tokens, hashed passwords) 2024-02-18 23:23:57 +03:00
wasm doc: update trim_doc_node_description, make module readmes more uniform (#20792) 2024-02-12 12:38:47 +02:00
x gg: fix empty circle in native; http: post_form_with_cookies; veb: print veb action in html errors 2024-03-11 18:21:06 +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.